/* CSS Document */

html, body, img, ul, li, p, form, input, textarea, submit { 
	margin:					0; 
	padding:				0; 
	border:					0; 
}

body {
	font-family:			Helvetica, Arial, sans-serif; 
	word-spacing: 			-1px;
	color:					#ffffff; 
	background-color:		#000000;
	}

a { 
	color:					#fff; 
	text-decoration:		underline; 
}

a:hover { 
	text-decoration:		none; 
}

p {
	font-size:				17px;
	margin-bottom:			10px;
    line-height:			21px;
}

.header {
	font-size:				30px;
	font-weight:			normal;
	margin-bottom:			0px;
    line-height:			50px;
}

.name {
	font-size:				32px;
	font-weight:			normal;
	margin-bottom:			0px;
    line-height:			50px;
}

.occupation {
	font-size:				17px;
	font-weight:			normal;
	margin-bottom:			5px;
    line-height:			21px;
}

.caption {
	font-size:				12px;
	font-weight:			bold;
	letter-spacing:			bold;
	margin-bottom:			5px;
    line-height:			16px;
}

#wrapper {
	width:					100%;
	height:					100%;
	min-width:				760px;
}

#main {
	position:				relative; 
	top:					0; 
	left:					0;
	width:					100%;
}

#content {
	position:				absolute;
	width:					100%;
	overflow:				auto;
	z-index:				10;
}

#contentPadding {
	width:					95%;
	max-width:				550px;
	margin-left:			20px;
	margin-right:			20px;
	margin-top:				10px;
}

#content .info {
	margin-bottom:			80px;
}



#content img {
	margin:					0 20px 20px 0;
}


#footer {
	position:				relative;
	top:					200px;
}



