body{
	text-align:center;
	background:#CFDEE0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0;
}
input {
	font-size:11px;
}
a {
	color:#1f8cda;
	text-decoration:none;
}
#Wrap{
	text-align:left;
	margin:auto;
	width:900px;
	height:600px;
	background:#FFFFFF;
}
#Header{
	height:153px;
	background-image:url(../images/base/header.jpg);
	position:relative;
}
#Body{
	background-repeat:no-repeat;
}
#LeftColumn{
	padding-top:27px;
	width:265px;
	float:left;
	height:418px;
}
#LeftColumn a{
	display:block;
	height:73px;
	width:230px;
	background-position:top;
	margin-bottom:14px;
}
#LeftColumn a:hover{
	background-position:bottom;
}
#ContentColumn{
	margin-left:265px;
	height:448px;
}
#Content{
	font-family:"Trebuchet MS", "Times New Roman", Times, serif;
	padding:90px 60px 0 60px;
	position:relative;
}
#Title{
	padding-bottom:20px;
}

#Nav {
	position:absolute;
	left:230px;
	top:126px;
}

#Nav a{
	display:block;
	float:left;
	padding-top:6px;
	height:21px;
	width:96px;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
}
#Nav a.last{
	width:94px;
}
#Nav a:hover,
#Nav a.on{
	background-color:#1f8cda;
}
#ProjectText{
	position:absolute;
	left:84px;
	top:312px;
	width: 538px;
	height: 125px;
	line-height:20px;
}
