﻿body{
	background:#032636;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}

#wrap {
	width:900px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#header{
	background:#043850;
	font-family:"Times New Roman", Times, serif;
	height:50px;
	color:#fff;
	font-size:1.8em;
	font-style:italic;
	font-weight:bold;
	float:left;
	width:883px;
	margin:0;
	padding:0;
	padding:8px 5px 0 10px;
	border-left:1px solid #345b6d;
	border-right:1px solid #345b6d;
}

#header a{
	color:#fff;
	text-decoration:none;
}

#founded{
	float:right;
	font-size:0.6em;
}

#founded a:hover{
	text-decoration:underline;
}

#menu{
	background:#05415d;
	width:898px;
	float:left;
	height:25px;
	text-align:center;
	border-left:1px solid #346176;
	border-right:1px solid #346176;
	border-top:1px solid #346176;
}

#menu ul{
	display:inline;
	margin:0;
	padding:0;
}

#menu ul li{
	list-style:none;
	display:inline;
	font-size:95%;
}

#menu ul li a{
	color:#fff;
	text-decoration:none;
	padding:0 5px 5px 5px;
}

#menu ul li a:hover{
	background:#0a5a7f;
}

#banner {
	width:900px;
	height:200px;
	background:url('../images/banner.jpg') no-repeat;
}

#content{
	width:620px;
	float:left;
	background:#fff url('../images/sidebg3.jpg') top right repeat-y;
	padding:15px 265px 15px 15px;
	font-size:0.9em;
}

#footer{
	clear:both;
	width:900px;
	color:#bcbcbc;
	font-size:0.8em;
	text-align:center;
}

#footer a{
	color:#8dacbb;
}

#fellows{
	text-align:center;
}

.fellow{
	float:left;
	text-align:center;
	margin: 10px 10px 0 10px;
}

.imageleft{
	float:left;
	margin:10px 10px 10px 10px;
}

.imageright{
	float:right;
	margin:10px 10px 10px 10px;
}
