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

body{
	background:#000;
	font-size:0.75em;
	line-height:1.3em;
	font-family:Arial, Helvetica, sans-serif;
}
a img{
	border:none;
	text-decoration:none;
}

h2{
	text-align:center;
	font-size:2em;
}
h3{
	text-align:center;
	font-size:1.3em;
}
#header{
	height:180px;
	background: url(../images/header.gif) center no-repeat;
}

#content{
	background: url(../images/bg.jpg) top center no-repeat;
	min-height:558px;
}
#menubar{
	background: black;
	opacity: 0.8;
	filter: alpha(opacity=80);
	height: 30px;
}
#menu{
	text-align:center;
	padding: 0 5px 0 5px;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	opacity: 1.0;
}
#menu a{
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
.containerL{
	margin-top:10px;
	height:auto;
	float:left;
	clear:left;
	margin-left:10%;
}
.thirty{
	width:30%;
}
.sixty
{
	width:40%;	
}
.article{
	opacity: 0.9;
	filter: alpha(opacity=90);
	float: left;
	clear: left;
	margin-bottom:10px;
	width:100%;
	color:white;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.box{
	background-color:black;
}
.containerR{
	margin-top:100px;
	height:auto;
	width:auto;
	float:right;
	clear:none;
	margin-right:7%;
	font-size:24px;
	font-weight:bold;
	color:white;
}
.containerR a{
	color:white;
}
.containerR a:hover{
	color:blue;
}
.photobox {
	float:left;
	clear:none;
	width:100px;
	height:auto;
	padding:10px;
	text-align:center;
}
.center{
	text-align:center;
}
.noU{
	text-decoration:none;
	color:white;
}
