body{
	background-color:#EBEAD1;
	background-image:url(../images/top_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
td{ vertical-align:top; }
.float_left{ float:left; }
.float_right{ float:right; }
a{ font-weight:bold; }
.blue{ color:#2C599E; }
.bold { font-weight:bold; }
a{ color:#2C599E; font-weight:bold; }
h2{ font-size:14px; }
.clear_div{ clear:both; height:1px; width:100%; }
img{ border:0; }


#wrapper{
	margin:50px auto 0 auto;
	width:780px;
	text-align:left;
}

#left{
	width:220px;
	height:125px;
	font-size:14px;
	vertical-align:top;
	color:#fff;
	/*font-weight:bold;*/
	float:left;
}
#left a{
	color:#fff;
	text-decoration:none;
}
#left a:hover{
	color:#2C599E;
}
#left img{
}
#contact{
	color:#002331;
}
#contact a{
	color:#002331;
	text-decoration:none;
}
#contact a:hover{
	color:#2C599E;
}

#logo{
	padding-top:65px;
	text-align:center;
	color:#002331;
	font-weight:bold;
	font-size:18px;
	vertical-align:top;
}

#right{
	float:right;
	width:560px;
}
#nav{
	font-size:14px;
	font-weight:bold;
	width:100%;
	color:#fff;
}
#nav a{
	text-decoration:none;
	line-height:20px;
	color:#fff;
	padding:0 5px;
}
#nav a:hover{
	color:#2C599E;
}

#main{
	width:530px;
	background-color:#fff;
	/*border-left:5px solid #fff;
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;*/
	border:5px solid #fff;
	color:#002331;
	font-size:12px;
	padding:10px 10px 0 10px;
	clear:both;
}
#main_bottom{
	height:10px;
	background-image:url(../images/bottom_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.portfolio_item{
	clear:both;
	padding-top:10px;
}
.portfolio_item img{
	float:right;
	padding:0 5px;
}

#footer{
	padding:10px 0 5px 0;
	/*background-color:#2C599E;*/
	font-size:10px;
	color:#2C599E;
	text-align:center;
}
#footer a{
	color:#2C599E;
}



#main h1{
	margin:0 0 10px 0;
	font-size:18px;
}
.main_box{
	width:240px;
	margin:5px;
	padding:5px;
}
.main_box h2{
	margin:0 0 10px 0;
	color:#2C599E;
	border-bottom:1px dotted #2C599E;
}
.main_box ul{
	margin-top:0;
}
.news_box{
	background-color:#fff;
	padding:5px;
	margin:5px;
	border:1px dotted #2C599E;
	clear:both;
}
.news_box h2{
	margin:0;
	font-size:14px;
}
.date{
	font-size:10px;
	font-weight:bold;
}
