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

body {
	background-color:#b6b6b6;
}

#container {
	position:relatice;
	width:966px;
	height:700px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	position:relative;
	float:left;
	width:966px;
	height:105px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#mainmenu {
	position:relative;
	float:left;
	width:945px;
	height:39px;
	padding-left:21px;
	background-image:url(../images/page_shade.jpg);
	background-repeat:repeat-y;
}

#pageshade {
	position:relative;
	float:left;
	width:945px;
	padding-left:21px;
	background-image:url(../images/page_shade.jpg);
	background-repeat:repeat-y;
}

#leftcolumn {
	position:relative;
	float:left;
	width:190px;
	min-height:425px;
	padding-top:30px;
	padding-left:10px;
	padding-right:10px;
	background-color:#FFCCFF;
}

#content {
	position:relative;
	float:left;
	width:420px;
	min-height:425px;
	padding-left:10px;
	padding-right:33px;
	padding-top:30px;
}

#project {
	float:none;
	margin-left:10px;
	margin-right:10px;
}

#rightcolumn {
	position:relative;
	float:left;
	width:250px;	
	padding-right:22px;
	min-height:425px;
	padding-top:30px;
}
#footer {
	position:relative;
	float:left;
	width:966px;
	height:36px;
	background-image:url(../images/footer_shade.jpg);
	background-repeat:no-repeat;
}

.returnlink{
	position:relative;
	margin-top:50px;
}

#header img {
	position:relative;
	left:21px;
	top:14px;
}
