@charset "utf-8";
/* CSS Document */

/* ENABLE HTML5
######################################### */

article,
aside,
dialog,
footer,
header,
nav,
section { display: block; }

.left { float: left; }
.right { float: right }
.clear { clear: both }
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.msides { margin: 0 20px; }
.mtop { margin-top: 20px; }
.mbottom { margin-bottom: 20px; }
.mtop10 { margin-top: 10px; }
.mbottom10 { margin-bottom: 10px; }
.mleft10 { margin-right: 10px; }
.mright10 { margin-right: 10px; }
.c235 { width: 235px; }
.c180 { width: 180px; }


body {
	background-image:url(images/background.jpg)
}

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

header {

}
nav {
	padding: 5px;
	text-align: right;
	background: #ccc;	
}

nav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
	text-transform: uppercase;
}

nav a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #CC6600;
}
section {
	background: #fff;
	padding: 15px;
}

article {
	margin: 10px 0;
	line-height: 20px;
}
article img {
	border: 1px solid #ccc;
}
article h1 {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0 0 20px 0;
	line-height: 25px;
	
}
article a {
	color: #003399;
	text-decoration: none;
}
article a:hover {
	color: #0099FF;
}
.main_home {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	width: 235px;
	margin: 0 0 10px 20px;
	line-height: 22px;
	
}
a h1.main_home {
	color: #222;
}
a h1.main_home:hover {
	color: #777;
}
article h2 {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 10px 0 10px 0;
	
}
article a h2 {
	color: #222;
}
article a h2:hover {
	color: #777;
}
.article_box {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	padding: 0;
	
}
.article_main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 235px;
	margin: 0 0 0 20px;
}

.left_col {
	width: 455px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0 20px 0 0;
}
.right_col {
	width: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 10px;
}
.right_col img {
	margin: 0 0 15px 0;

}
.right_col ul {
	margin: 0;
	padding: 0;
}
.extra_info {
	padding: 0 0 0 10px;
	border-left: 3px solid #b5b5b5;
}

footer {
	width:780px;
	height:36px;
	text-align:center
}
#footer_container {
	background-image:url(images/footer_back.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #999999;
	padding:5px;
	text-align:center
}

footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	
}

footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #CC6600;
}
.prettyphoto li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.photo_caption {
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #777;
	padding: 5px;
	border: 1px #ebebeb solid;
	margin: 0 0 10px 0;
}
.right_col_list li {
	margin: 0 0 0 30px;
}



