/*
***********************************************************
Title:     Content
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
@charset "utf-8";

/* Typography////////////////////////////////////////////////////////////////////////////////*/
h1, h2, h3 { color: #333366;}
a:hover { color: #333366;}

hr {
	background: #333366;
	color: #333366;
}

/* Design /////////////////////////////////////////////////////////////////////////////////*/
#back {
	background: url(../images/bg-header.png) no-repeat center top;
}

#logo {
	background: url(../images/logo.png) no-repeat left top;
        top: 10px;
}

#img-bar {
background:transparent url(../images/image-bar.jpg) no-repeat left top;
}

.news-latest-morelink a, .news-list-morelink a {
	background: url(../images/news-more.gif) no-repeat right;
}

/* Right /////////////////////////////////////////////////////////////////////////////////*/
#right, #right a {
	color: #6C6E70;
}

#right a:hover {
	color: #005193;
}

#right h3, #right h4, #right h5 {
	color: #005193;
}

.right {	
	background: url(../images/arrow-blue.gif) no-repeat top left;
}

