/* CSS Document */
html,body{margin:5px;padding:0;}
body{font:11px verdana;	color:#333333; line-height:18px; background-color:#CCCCCC}
p{margin:0 10px 10px}
a{color:#FF6600; text-decoration:none; padding:0px; text-align:right;}
a:hover{color:#FF6600; text-decoration:underline; padding:0px; text-align:right;}
div#header{height: 100px; padding: 10px 20px; 
	background: url(images/bg_head.jpg) repeat; border-bottom: 4px solid #910000; font-size:8px; color:#FFFFFF; background-color:#CCCCCC;}
div#container{text-align:left; background:#FFFFFF;}
div#content p{line-height:1.4;}
div#navigation{padding:20px; list-style-image:url(images/red.gif);}
div#navigation a{color:#FF6600; text-decoration:none; font-size:14px;}
div#navigation a:hover{color:#FF6600; text-decoration:underline; font-size:14px;}
div#footer p{margin:0;padding:5px 10px}
div#container{width:800px;margin:0 auto}
div#content{float:right;width:530px; padding-top:10px;}
div#slideshow{float:left;width:250px; padding:10px;}
div#navigation{float:left;clear:left;width:200px;}
div#footer{clear:both;width:100%;}
h1 a {font-size:26px; color:#FFFFFF; margin-top:15px; font-weight:lighter;}
h1 a:hover {font-size:26px; color:#FFFFFF; margin-top:15px; font-weight:lighter; text-decoration:none;}
h1 {font-size:26px; color:#FFFFFF; font-family: Georgia, Times New Roman, Times, serif; margin-top:15px; font-weight:lighter;letter-spacing:4px;}
h2 {font-size:20px; color:#FF6600; padding-left:10px;  font-family: Georgia, Times New Roman, Times, serif; font-weight:lighter;}
.style2 {font-size: small; letter-spacing:2px;}
.border {border:0px;}
.flags{float:right;}
/* Menu */
#menu {
	float: left;
	width: 680px;
	height: 40px;
	padding-left:110px;
}
#menu ul {
	margin: 0;
	padding: 25px 0 0 20px;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: block;
	float: left;
}
#menu a {
	display: block;
	float: left;
	margin-right: 17px;
	padding: 5px 12px;
	text-decoration: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#menu a:hover { 
	text-decoration: underline;
	background: #C03511;
 }
#menu .current_page_item a {
	background: #910000;
	color: #FFFFFF;
}
/* Footer */
#footer {
	margin: 0 auto;
	padding: 0;
	background: url(images/bg_head.jpg) repeat;
	border-top: 4px solid #910000;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}

