@charset "UTF-8";
/* CSS Document */

/* Width = (The number of images x 300) + (The number of images x 10) + 20. Put this number in #container, #header, #contentarea */

body {
	font: 100% Century Gothic, Helvetica, Arial, sans-serif;
	background: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: left; 
}


#container {
	background: #FFFFFF;
	width: 6840px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
    padding-left: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 20px;
	border-top: 20px solid #1b1d1f;
    text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
    position: fixed;
	top: 44px;
	left: 0px;
	width: 6840px;

	}
#logo {	
	width: 502px;
	height: 44px;
	margin-left: 20px;
	float: left;	

}
#logo .images{
    border:0px;
}
#topnav {
	padding-top: 1px;
	font-size: 16px;
    color: #999999;

}
#topnav ul {
    margin-left: 10px;
    padding: 0px;

}

#topnav ul li {
   float:left;
   list-style:none;
}

#topnav ul li a {
   margin-right:10px;
   margin-left:10px;
}

#topnav ul li a:link, #topnav ul li a:visited {
    color:#999999;
	text-decoration: none;
}

#topnav ul li a:active, #topnav ul li a:hover {
	color: #000000;
}
#topnav ul li a.current {
    color: #000000;
}
#contentarea {
    position: relative;
	top: 78px;
    clear:both;
	width: 6840px;
	overflow:auto;
	white-space: nowrap;
}
#contentarea .images {
    float:left;
	background:#7790a7;
    margin-right:10px;
	width:300px;
	height:400px;
	border:0px;
}
#about {
    position: relative;
	top: 78px;
    clear:both;
}

#about .text{
    float:left;
	background:#ffffff;
    margin-right:56px;
	font-size:14px;
	color:#333333;
	width:455px;
	height:400px;
	border:0px;
	}

#about a:link, #about a:visited {
    color:#999999;
	text-decoration: none;
}
#about a:active, #about a:hover {
    color:#000000;
	text-decoration: none;
}
#about .form{
    float:left;
	background:#ffffff;
    margin-right:56px;
	font-size:14px;
	color:#333333;
	width:455px;
	height:400px;
	border:0px;
	}
#about label{
	font: 12px Century Gothic, Helvetica, Arial, sans-serif;

}	
	
#about input{
    color: #333333;
    background: #f5f5f5;
    border: 1px solid #999999;
	width: 300px;
	height: 20px;
	margin-top:5px;
	margin-bottom:10px;
}
#about textarea{
    color: #333333;
    background: #f5f5f5;
    border: 1px solid #999999;
    width: 290px;
	margin-top:5px;
	margin-bottom:10px;
	padding:5px;
}
#about input[type="submit"]{
	font: 15px Century Gothic, Helvetica, Arial, sans-serif;
	color: #333333;
	text-align: center;
	background:#f5f5f5;
	border: 2px solid #cccccc;
	width: 100px;
	height: 40px;
	padding: 2px;
	margin-top: 20px;
}
#about input[type="submit"]:hover{
	font: 15px Century Gothic, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	background:#333333;
}
#footer {
    position: fixed;
	top: 550px;
    clear:both;
}
#footer p {	
	font-size: 12px;
	color: #333333;
}
#footer a:link, #footer a:visited {	
	font-size: 12px;
	color: #333333;
}
#footer a:active, #footer a:hover {	
	font-size: 12px;
	color: #000000;
}
