
/* universal */
* {
	margin: 0px; 
	padding:0px;
}


body {
	font: 16px calibri, sans-serif;
	margin: 0;
	padding: 0;
	background: #E3E3E3;
	color: #333;
	line-height: 1;
}

img { border: none; }
img.yellowborder { border: 2px solid #FCCD53; margin: 10px 0; }
img.blueborder { border: 2px solid #5E9FB2; margin: 10px 0; }
img.redborder { border: 2px solid #E44132; margin: 10px 0; }


/* Default link colors */

a:link {color: navy; text-decoration: none;}
a:visited {color: navy; text-decoration: none;}
a:hover {color: navy; text-decoration: underline;}
a:active {color: navy; text-decoration: none;}


/* Resetting styles for cross-browser compatibility */

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Trebuchet MS;
}
h1, h2 {
	font-size: 16px;
}

h3, h4 {
	font-size: 14px;
}

h5, h6, h7 {
	font-size: 12px;
}


/* General style */

#wrapper {
	margin: 0 auto;
	width: 810px;
	background: #FFF url(images/wrapper.png) repeat-y;
	overflow:hidden;
}

#header {
	margin: 0 auto;
	width: 780px;
	height: 160px;
	background: url(images/header.png) no-repeat;
}

#container {
	margin: 0 auto;
	width: 780px;
	overflow: hidden;
}

#navigation {
	float:left;
	width: 195px;
	padding: 10px 0 0 0;
}

#navigation li {
	width: 190px;
	padding: 3px 0 3px 5px;
	overflow: auto;
	height: auto;
	background: url(images/bar.png) no-repeat bottom left;
}

#navigation li:hover {
	background: url(images/link_hover.png) repeat-y;
}

#navigation li a {
	color: #000;
	font: bold 13px Arial Narrow;
	text-transform: uppercase;
	width: 170px;
	height: auto;
	float: left;
	padding: 0 0 0 15px;
	background: url(images/bullet.png) no-repeat 0 4px;

}

#navigation li:hover a {
	color: #f52311;
	text-decoration: none;
}

#gallery {	
	margin: 10px auto;
	width: 150px;
}

#contents {
	float:left;
	width: 368px;
	padding: 15px 10px 0 5px;

}

#contents h2 {
	text-transform: uppercase;
	font-family: arial;
}

#contents ul {
	margin: 10px 0 0 0;
	list-style:none;
}

#news {
	float:left;
	width: 192px;
	background: #5E9FB2 url(images/newstop.png) no-repeat;
	padding: 40px 0 0 0;
	font: 11px arial;	
	color: white;
}

#news h3 {
	text-indent: 25px;
	color:white;
	font-weight:bolder;
	font-size: 12px;
	text-transform: uppercase;
}

.news {
	width: 140px;
	padding: 20px 27px 0 25px;
}

.news .date {
	font-weight: bold;
}

.news .headline {
	color: #960202;
	font-weight: bold;
}

.news a {
	color: #FFF;
	text-decoration: underline;
}

#newsfooter {
	width: 1672px;
	height: 59px;
	background: url(images/newsfooter.png) no-repeat top left;
}

#footer {
	margin: 35px auto 0 auto;
	width: 760px;
	height: 54px;
	background: url(images/footer.png) no-repeat;
	text-transform: uppercase;
	color: #FCCD53;
	padding: 30px 0 0 20px;
	font-size: 12px;
	font-weight: bolder;
}

#footer a {
	color: #FCCD53;
}

.red { color: #e44132; }
.blue { color: #5e9fb2; }
