@import 'https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i';

body{
	padding:0;
	margin:0;
	background:url(img/bg.jpg) no-repeat top left fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#666;
}
a:hover .img{filter:alpha(opacity=25);-moz-opacity:.50;opacity:.50;}
a {
	color: #5399db; text-decoration:none;
}
a:hover {
	color: #125ba0;
} 

#top{
	width: 100%;
	min-width: 900px;
	height: 60px;
	position:relative;
	background-color:#413f40;
	position:fixed;
	z-index:2;
}
#top_cont{
	width: 900px;
	margin: 0 auto;
}
#top_cont img{
	margin-top:5px;
}

#middle{
	width: 100%;
	min-width: 900px;
	height: 160px;
	position:relative;
}

#middle_top{
	width: 900px;
	margin: 0 auto;
	padding-top:100px;
}
#middle_cont{
	width: 840px;
	margin: 0 auto;
	padding: 30px 30px;
	background-color: #ffffff;
}
#colesq {
	float: left; width: 15%; text-align: center; padding:10px 0 10px 0; font-size: 15px; color: #666666; 
}
#coldir {
	float: left; width: 85%; text-align:left; font-size:13px; padding:10px 0 10px 0; font-size: 15px; color: #666666; line-height:130%;
}
#coldir a {
	font-size: 15px; color: #5399db; font-weight:bold; text-decoration:none;
}
#coldir a:hover {
	color: #125ba0;
}
#clear {
	clear: both;
}
#coldiv {
	clear: both; border-bottom: 1px solid #CCC;
}
hr {
	clear: both; border-bottom: 1px solid #CCC; border-top:none; border-left:none; border-right:none;
}
h2 {
	font-size: 24px; color: #d2a71e; padding-bottom: 8px; border-bottom: 1px solid #d2a71e;
}
h3 {
	font-size: 18px; color: #d2a71e; padding-bottom: 8px; border-bottom: 1px solid #d2a71e; text-transform:uppercase; text-align:center;
}
h4 {
	text-align: center; font-size: 18px;
}
h5 {
	text-align: center; font-size: 16px; color: #333333; font-weight: bold; margin-bottom: 5px; border-bottom: 1px solid #CCC;
}
h6 {
	text-align: center; font-size: 16px; color: #b7a139; font-weight: bold; margin-bottom: 5px; border-bottom: 1px solid #b7a139;
}
.closed {
	text-align: center; font-size: 18px; color: #b40000; font-weight: bold; margin: 20px; border: 2px solid #b40000; padding:10px;
}
p, ul {
	text-align: justify;
	font-weight:300; 
	color: #666666;
}
.sub {
	font-size: 70%; vertical-align: top;
}
.center {
	text-align:center;
}
.tittab {
	 font-size:15px; color:#333333; font-weight:bold;
}
.tematab{
	font-weight:600;
}
.coffeetab{
	font-size: 15px; color: #999999; font-weight:300; 
}
.yellow{
	color:#d2a71e;
}
.bold{
	font-weight:600;
}
