html, body { 
height: 100%;
margin:0;
padding:0;
font-family:tahoma;
}

#container { 
min-height: 100%;
margin-bottom: -100px;
position: relative;
}

#header {
background:url('../images/header_bg.jpg') repeat-x top left;
height:100px;
text-align:center;
border-bottom:5px solid #bd258c;
}

#header-container {
margin-left:auto;
margin-right:auto;
width:800px;
text-align:left;
padding-top:20px;
}

#wrapper-content {
text-align:center;
background:#FFFFFF;
}

#content {
margin-left:auto;
margin-right:auto;
width:800px;
text-align:left;
background:#FFFFFF;
}

.clearfooter {
height: 100px;
clear: both;}

#footer { 
height: 100px;
position: relative; 
background:#333333;
border-top:5px solid #bd258c ;
font-size:10px;color:#FFFFFF;
text-align:center;
}

#footer-container {
margin-left:auto;
margin-right:auto;
width:800px;
text-align:left;
margin-top:20px;
}

#project_list{
width:160px;
border-right:5px dotted #bd258c;
float:left;
text-align:right;
padding:5px 5px 0 0;
}

div#project_list UL {font-size:11px;list-style-type:none;margin:0;padding:0;line-height:12px;}
div#project_list UL LI {margin:0;padding:0;line-height:12px;}

#project_list ul li a {
	display:block;
	color: #000000;
	text-decoration: none;
	margin:0;
	padding:5px;
	line-height:12px;
}

#project_list ul li.active a {
	background-color: #bd258c;
	color: #FFFFFF;
	margin:0;
	padding:5px;
	line-height:12px;
	font-weight:bold;
}

#project_list ul li a:hover {
	background-color: #bd258c;
	color: #FFFFFF;
	margin:0;
	padding:5px;
	line-height:12px;
	font-weight:bold;
}

#project_details {
background:url('../images/bigr_bg.gif') no-repeat top left;
width:550px;
float:left;
margin:5px 10px 10px 20px;
min-height:500px;
height:500px;

}

.footer_link:link  {color:#FFFFFF;text-decoration:none;font-weight:bold;}
.footer_link:hover {color:#FFFFFF;text-decoration:none;font-weight:bold;}
.footer_link:active {color:#FFFFFF;text-decoration:none;font-weight:bold;}
.footer_link:visited {color:#FFFFFF;text-decoration:none;font-weight:bold;}

H1 {font-size:20px;color:#bd258c;border-bottom:1px dashed #bd258c;padding-bottom:10px;}
