/* CSS Document */
/* HTML Reset */
html {
	background-color: #FFFFFF;
	background-image: url(../../images/structure/background.gif);
	background-repeat:repeat;
}

ul {
	margin: 0px;	
}

/* ---------------------------------------

		STRUCTURE
		
--------------------------------------------*/
body { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	background-color: #FFFFFF;
	color:#000000;

}

#background {
	background-image: url(../../images/structure/background.gif);
	background-repeat:repeat;
}


#header_frame {
	background-color: #737A6B;
	
}

#header_top {
	margin-left: auto;
	margin-right: auto;
	width:950px;
	height:205px;
	background-image: url(../../images/structure/logo.jpg);
	background-repeat: no-repeat;
	background-position:bottom left;
	background-color: #737A6B;
}

#header_bottom {
	margin-left: auto;
	margin-right: auto;
	width:950px;
	height:50px;
	background-image: url(../../images/structure/nav.jpg);
	background-repeat:no-repeat;
	background-position: top left;

}

#footer {
	background-color:#737A6B;
	height:100px;
}

#clear {
clear: both;
}


#container {
	margin-left: auto;
	margin-right: auto;
	width:950px;
	background-color:#FFFFFF;
	
}

/* ---------------------------------------

		VARIATIONS
--------------------------------------------*/

#column_one {
float: left;
width: 265px;
margin-left: 10px;
}

#column_two {
float: left;
width: 350px;
margin-left: 40px;
}

#column_three {
float: right;
width: 230px;
margin-right: 10px;
}

#missing {
	margin-left: auto;
	margin-right: auto;
	width: 712px;
	background-image: url(../../images/structure/missing.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	padding-top: 300px;
	height: 500px;
	text-align:center;
}

/* ---------------------------------------

		STYLES
		
--------------------------------------------*/
h1 {
	font-size:26px;
	text-transform:uppercase;
	color: #737A6B;
	letter-spacing: 1px;
	font-weight:lighter;
}

.subhead {
	font-size:12px;
	text-transform:uppercase;
	color: #737A6B;
	font-weight:lighter;
}

.contact {
	font-size:12px;
	color: #737A6B;
}

a {
	color: #003399; 
	text-decoration: none; 
	}
	
a:visited { 
	color: #003399; 
	text-decoration: none; 
	}

a:active { 
	color: #003399; 
	text-decoration: none; 
	}
	
a:hover { 
	color: #003399; 
	text-decoration: underline; 
	}

input {
	background: #E3E7E7;
	border: 1px solid #737A6B;
}

textarea {
	background: #E3E7E7;
	border: 1px solid #737A6B;
}

.submit {
	border: none;
}
	
	
	

