body {
	background:#003366;
	color: #CCC;
	font: 12px/18px Arial, Verdana, sans-serif;
	margin: 0px;
	padding:0px;
}

#clear_div {
	clear:both;
}

#container {
	width:900px;
	color: #666666;
	margin:0px auto;
	padding:0px;
}

/*---------------------
	HEADER STYLES
---------------------*/
#header {
	width: 900px;
	background:#00264c;
	border-bottom:1px solid #8094a9;
	padding: 0;
	margin: 0;
	padding-top:25px;
}

#header_logo {
	margin: 0 15px 15px;
	float:left;
	width: 450px;
	text-align: left;
}

#header_title {
	margin: 10px 15px 0 15px;
	float:right;
	width: 370px;
	text-align: right;
	font: normal 1.75em;
	font-variant:normal;
	font-size-adjust:none;
}

#header_title .header_top {
	color: #FFF;
	font-size:18px;
	font-weight:normal;
}

#header_title .header_bottom {
	margin:0px;
	font-size: 14px;
	color:#8099b3;
}

#header_title .header_bottom a {
	color:#8099b3;
	text-decoration:none;
}

/*---------------------
	NAV  BAR STYLES
---------------------*/
#nav {
	width: 900	px;
	font-size: 12px;
	padding:10px 0;
	text-align:center;
	background:#194075;
}

#nav .progress {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	color: #8ca0ba;
}

#nav ul {
	width: 150px;
	text-align: left;
	list-style-position: inside;
	list-style-type: none;
	float:left;
	padding: 0px;
	margin:0px;
	font-size: 11px;
}

#nav ul li {
	padding: 5px;
	padding-left:10px;
}

#nav ul li a {
	color: #666666;
	text-decoration: none;
}

#nav ul li#selected {
	background:#336699;
	color: #FFF;
	background-image:url(../gfx/nav_arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#nav ul li#selected a {
	color: #FFF;
}


#content {
	padding:15px;
	color:#333333;
	text-align:center;
}

#project {
	width: 860px;
	overflow: hidden;
	position: relative;
	border:5px solid #8099b3;
	background:#FFF;
}

#div_hr {
	margin:10px 0px;
	background:#8099b3;
}

#project #full_img {
	float:left;
	width: 475px;
}

#project #description {
	float:left;
	width: 350px;
	text-align: left;
	padding-left:25px;
	margin-top:10px;
}

#project #description h2 {
	font: normal 1.75em  Arial, Helvetica, sans-serif;
	color: #333333; 
	padding:0px;
	margin:0px;
}




#project #description #desc_lang a {
	color: #333;
	
}

#project #description b {
	font-weight:normal;
	color: #666;
}

#project #description a {
	color:#cc6633;
}

#project #description #sitelink {
	line-height: 35px;
}

#project #description #sitelink a {
	text-decoration: none;
}


#project #full-container {
	height: 400px;
	width: 2400px;
	position: relative;
}

#project .scrolling-content {
	overflow: hidden;
	width: 600px;
	height: 400px;
	text-align: center;
	position: absolute;
}

#project #full-content1 {
	left: 0px; 
	top: 0px;
}
 
#project #full-content2 {
	left: 610px;  
	top: 0px;
}
 
#project #full-content3 {
	left: 1220px;  
	top: 0px;
}
 
#project #full-content4 {
	left: 1830px;  
	top: 0px;
}

 
#project #full-content4 {
	left: 1840px;  
	top: 0px;
}

#project #full-content5 {
	left: 2450px;  
	top: 0px;
}

#content #thumbs {
	float:right;
	padding-right:63px;
}

#footer {
	width: 880px;
	margin:0px auto;
	font-size: 11px;
	/* padding: 15px 0px; */
	padding: 10px;
	color: #CCC;
	background: #27527d;
	border-top: 1px solid #8099b3;
	border-bottom: 1px solid #8099b3;
	margin-bottom:10px;
}

#footer a {
	color: #CCC;
}

#footer_right {
	float:right;
	width: 450px;
	text-align: right;
}
