html {
	height: 100%;
	margin-bottom: 1px;
}

img, img a { border:0;}

a {
	color: #fff;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}
h1 {
	color:#fff;
	font-size: 2.4em;
}
h2 {
	color: #fff;
	font-size: 1.4em;
}
p {
	color: #fff;
	font-size: 1.2em;
}
.floatleft {
	float:left;
}
 
.floatright {
	float:right;
}

/* Clear Fixes */

.clearfix {
	display: block;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {
	clear: both;
	font-size: 1%;
	height: 30px;
	line-height: 0;
}

/* Layout */

body {
	background: #341b17 url(../images/background.gif) repeat-x scroll 0 0 ;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 72.5%;
	color:#000;
	padding:0;
	margin:0;
	height: 100%;
	text-align:center; 
}

#wrapper {	
	width: 960px;
	text-align:left; 
	margin: 0 auto;
	min-height:100%; 
	position:relative;
	height:auto !important;
	
	
	
}

#logo {float:left; width:513px; height:131px;}

.logolayer {position:absolute; top:0px; left:0px; z-index:1; width:513px;}

#nav {float:left;margin:40px 0 0 0px}
#nav ul li {

float:left;
font-size:0.9em;
margin:0;
padding:0 5px 0 5px;
}

#nav ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#subnav {float:right;}
#subnav ul li {

float:left;
font-size:0.9em;
margin:0;
padding:0 10px 0 15px;
}

#subnav ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.main{float:left; margin-top:-19px;}
.block{float:left; width:960px;}

.block_left {float:left; width:600px;}
.block_main{float:left; width:950px;}
.block_right {float:right; width:290px;}


div.photo_frame 
{float:left;
 padding: 13px 12px 13px 13px;
 width: 160px;
 height: 150px;
}


