* {
	padding:0px;
	margin:0px;
}
body {
	background:#434349;
	padding:70px 0 0 0;
}
#content{ width:960px; margin:0 auto;}
a {
	color:#fff;
}
#header { width:579px; height:94px; background:url('images/hdr.gif') top left; margin:0 0 50px 0; }
h1, h2 {display:none;}
h3 {
	margin: 10px 10px 0 10px;
	color:#FFF;
	font:18pt Arial, sans-serif;
	letter-spacing:-1px;
	font-weight: bold;
}
h4 { font-weight:normal; display:block; with:400px; font-size:2em; clear:both; color:white; } 
.boxgrid {
	width: 225px;
	height: 225px;
	margin:0 20px 20px 0;
	float:left;
	border:10px solid white;
	background:#161613;
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid p {
	padding: 0 10px;
	color:#afafaf;
	font-weight:bold;
	font:10pt "Lucida Grande", Arial, sans-serif;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #1c0d03;
	height: 100px;
	width: 100%;
	opacity: .8;
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 225px;
	left: 0;
}
.caption .boxcaption {
	top: 220px;
	left: 0;
}
ul#nav{ list-style:none; display:block; position:fixed; right:30px; top:30px;}
ul#nav li { list-style:none; float:left;  width:52px; height:33px;}
ul#nav li span { display:none;}
ul#nav li a { display:block;  width:52px; height:33px;}
ul#nav li.title1{background:url('images/title1.gif') no-repeat; margin-right:10px;}
ul#nav li.title2{background:url('images/title2.gif') no-repeat; }
div#reilia{width:74px; height:98px; position:fixed; right:30px; bottom:30px; background:url('images/rlog.gif'); }
#menu{display:none;}

.clear{clear:both;}
