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

/*MAIN PAGE CSS*/
#main_container {
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	background-color: #FFF;
	border:0;
}
#menu {
	position:relative;
	background-color: #1C86A3;
	
}
#frame {
	position:relative;
	height: 325px;
	width: 800px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-color:#FFF;
}
#footer {
	height: 20px;
	width: 800px;
	background-color:#CCC;
	line-height:19px;
	color: #FFF;
}
#footer a:hover{
	color:#06F;
	}

#underfooter {
	height: 30px;
}
/*END MAIN PAGE CSS*/

/*BASIC HTML*/
body, table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	}

a {
	text-decoration:none;
	color:#333;
}

a:hover {
	color:#666;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	right: 120px;
}

h1 {
	color:#666;
	font-size:24px;
	margin:0;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;}

ol li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;}

td#PortfolioCaption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;}

div#PortfolioCaption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;}

#Space {
	height: 300px;
	width: 800px;
}
#bottom_space {
	height: 400px;
	width: 800px;
	background-color: #FFF;
	text-align: left;
	color: #666;
	}
#top_space {
	height: 10px;
	width: 800px;
}
#selectors {
	height: 400px;
	width: 300px;
	float:left;
}
#selectors a:hover{
	color: #333;
}

#ad_selectors {
	height: 400px;
	width: 200px;
	float:left;
}
#display {
	height: 400px;
	width: 500px;
	float: left;
	position: relative;
	background-color: #FFF;
}
#spacer {
	height: 50px;
	width: 800px;
}
#extra {
	height: 150px;
	width: 800px;
}
