body {
	background:#458ac2 url(../img/body_bg.jpg) top left repeat-x;
}
#container_bg {
	background:url(../img/container_bg.png) top left repeat-y;
}
#header {
	background:url(../img/header_bg.png) top left no-repeat;
}
#content{
	background:#2e3192 url(../img/content_bg.jpg) bottom left repeat-x;
	color:#ffffff;
}
#content_ornament {
	background:url(../img/ornament.png) top left no-repeat;
}
#content_middle_column{
	background: #06a090 url(../img/content_middle_bg.jpg) top left repeat-x;
	border-left:1px solid #444444;
	border-right:1px solid #444444;
	border-top:1px solid #444444;
}
#inside_content {
	background: transparent url(../img/inside_content_bg.jpg) bottom left repeat-x;
}
#footer{
	background:url(../img/footer_bg.png) top left no-repeat;
		color:#e5e6e6;
}
#footer .content{
	background:url(../img/line_footer.png) top left no-repeat;
}
#footer a{
	color:#e5e6e6;
}

#main_menu {
	border-top:1px solid #5e61ab;
	border-bottom:1px solid #5e61ab;
}

#main_menu li {
	background:url(../img/rollover.png) left top no-repeat;
}
#main_menu li:hover {
	background:url(../img/rollover.png) left bottom no-repeat;
}
#main_menu a:hover:after{
	background:url(../img/arrow.png) left center no-repeat;
	content:"";
	padding: 0 10px;
	margin-left:5px;
}

#sidebar_info a,
#sidebar_info {
	color:#9ad6fc;
}


.home_quote {
	background:url(../img/blue_box.png) center center no-repeat;
}

.home_quote blockquote{
	background:url(../img/quotes.png) top left no-repeat;
	
}
.home_quote a {
	color:#57b8dd;
	text-decoration:none;
	font-style:normal;
}


