
body{
	/*background: #506F9E;*/
	/*background: #9BAFC8;*/
	/* background: #A4BF3C; */
	background: #274E89;
}

div#container{
	border: 8px solid #A4BF3C;
	background: #fff;
	width: 800px;
	margin-top: 10px;
}


div#header{
	background: #fff;
	float: left;
	width: 100%;
	/*border-bottom: 8px solid #274E89;*/
}

div#header h1{
	font-size: 100%;
	font-style: italic;
	padding: 10px 0px 0px 20px;

}

div#header a.logo{
	float: left;
	padding: 10px;
	border: none;
}

div#header a.logo img{
	border: none;
}

div#header a{
	background: none;
	padding: 10px 30px;
	color: #274E89;
	float: right;
}

div#nav ul li a{
	background: none;
	color: #274E89;	
}


div#content{
	width: 585px;
}

div#content h2{
	color: #A4BF3C;
	font-size: 28px;
	margin: 0;
	padding-bottom: 0;
}

div#content h3{
	color: #274E89;	 
}


#content a:link, a:active, a:visited{
	color: #274E89;
	text-decoration: none;
}

#content a:hover{
	text-decoration: underline;
}

div#content img{
	border: 4px solid #eee;
	margin-right: 10px;
	margin-bottom: 10px;
}


div#footer{
	background: #A4BF3C;
}

sub{
	color: #ccc;
}

sub a{
	color: #fff;
}

.jcarousel-skin-tango.jcarousel-container{
	background: #A4BF3C;
}

.jcarousel-skin-tango.jcarousel-container-horizontal{
	width: 720px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal{
	width: 720px;
}

#content table .hover{
	background: #A4BF3C;
}

#content table thead{
	font-weight: normal;
	color: #274E89;
}



