/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{margin: 0; padding : 0;}

/*Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 
{font-size: 100%;}

/* Removes list-style from lists */
ol, ul
{list-style:none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style:normal; font-weight: normal;}

/* Removes borders */
table
{border-collapse: collapse; border-spacing: 0;}

/* Removes border from fieldset and img */
fieldset, img
{border: 0;}

/* Left-aligns text in caption and th */
caption, th
{text-align: left;}

/* Removes quotation marks from q */
q:before, q:after
{content: '';}
 
html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
	height: 100%;
}

#container {
	position:absolute;
	min-height: 100%;
	_height: 100%;
	left: 50%;
	width: 700;
	margin-left: -350px;
}

#content {
	position:relative;
	width: 700px;
	min-height: 100%;
	_height: 100%;
}

#branding {
	position:absolute;
	top: 0px;
	width: 700px;
	height: 109px;
	background-image:url(images/mast.jpg);
}

#navigation {
	position:absolute;
	top: 109px;
	width: 700px;
	height: 15px;
}

#photo {
	position:absolute;
	top: 130px;
	width: 696px;
	height: 328px;
	border: 2px solid #b3b383;
}

#main {
	position:absolute;
	top: 500px;
	width: 700px;
}

p {
	padding: 10px 50px 20px 50px;
}

a:link {color:#b3b383;}
a:active {color:#b3b383;}
a:visited {color:#b3b383;}
a:hover {color:#b3b383;}

ul {
	padding: 0px 80px 10px 80px;
	
}

li{
	padding-bottom:15px;
	
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 10px 50px 20px 50px;
	font-size: 18px;
	line-height: 20px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 0px 50px 20px 50px;
	font-size: 12px;
}

#link {
	position:absolute;
	top:45px;
	left:560px;
}

#footer {
	text-align:center;
	border-top: 1px solid #b3b383;
	margin-top:40px;
	margin-bottom:40px;
	}
	
#footer p {
	font-size:9px;
	line-height:12px;
	color: #b3b383;
	padding: 5px 0px 0px 0px;
}

a.foot:link {color:#b3b383;}
a.foot:active {color:#b3b383;}
a.foot:visited {color:#b3b383;}
a.foot:hover {color:#b3b383;}