﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-image:url('images/bg.jpg');
	background-repeat:no-repeat;
	background-color:black;
	min-height:1000px;
	background-position:top center;
	margin-right:auto;
	margin-left:auto;
	font-family:Tahoma,Arial,Helvetica,verdana,sans-serif;
	color:white;
	font-size:small;
	text-align:justify;
}
#container {
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:210px;
	height:auto;
}
#left_col {
	width: 250px;
	float: left;
	margin-left:25px;
	position: absolute;
	clear:both;
	height:auto;
}
#page_content {
	margin-left: 300px;
	margin-right:30px;
	clear:both;
	position:relative;
	height:auto;
}
#footer {
	width:800px;
	margin:100px auto 0 auto;
	background-image:url('images/footer.png');
	background-repeat:no-repeat;
	background-position:center;
	height:33px;
	position:relative;
}
#footer_p{
	text-align:center;
}
h1{
	background-image:url('images/h1.png');
	background-repeat:no-repeat;
	height:33px;
	width:490px;
	text-align:left;
	padding-left:10px;
	font-family:Tahoma,Arial,Helvetica,verdana,sans-serif;
}
a:link{
	color:white;
}
a:hover{
	color:gray;
}
a:visited{
	color:yellow;
}
.div_listings{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color:white;
	margin: 0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	min-height:114px;
}
.p_listings{
	margin:0 0 0 175px;
	padding:0;
	text-align:justify;
}
.img_listings{
	width:150px;
	height:112px;
	float:left;
	border:1px; 
	border-style:solid; 
	border-color:white;
}
.project_number{
	text-decoration:blink;
	text-decoration:underline;
	font-weight:bold;
	color:orange;
}
#awmAnchor-menu{
	padding-bottom:500px;
}


















