/*myhedspace_free07 - inner css */
html { 
min-height: 101%; 
}

body {
background-image:url(../images/bg_body.jpg);
background-color:#060606;
font-family:"Verdana", Tahoma, sans-serif;
font-size:11px;
color:#000;
text-align:justify;
font-weight:bolder;
}
#wrap {
width:636px; 
margin: 30px auto;
text-align:left;
}
#nav ul {
margin:7px 0;
padding:0;
list-style-type:none;
font-size:11px;
font-weight:bolder;
}
#nav ul li {
display:inline;
border-left:4px #000 solid;
padding:0 15px 0 15px;
}
#first-li {
border-left:none !important;
padding-left:0 !important;
}
#nav a {
text-decoration:none;
color:#FFF;
}
#nav a:hover {
color:#1a4e73;
}
#header {
float:right;
display:inline;
}
#header h1{
font-size:18px;
font-family:"Verdana", Tahoma, sans-serif;
color:#FFF;
margin:0px 0;
padding:0;
}

#header h1 a{
color:#1a4e73;
text-decoration:none;
}

#box {
width:630px; 
display:table;
background-image:url(../images/boxbg_inner.jpg);
background-repeat:no-repeat;
background-color:#fffef6;
border:10px #060606 solid;
padding:60px 0 20px 0;
clear:both;
}
#content {
width:520px;
margin: 0 auto;
line-height: 1.5em;
}

#content h2{
font-size:18px;
font-family:"Arial", Verdana, sans-serif;
color:#FFF;
line-height: 1.4em;
margin:0;
padding:0;
}

#content a {
color:#1a4e73;
text-decoration:none;
}
#content a:hover {
color:#999;
}

#content li {
	list-style-type: none;
	background: url(images/bullet.gif) no-repeat 0px 8px;
	padding: 0 0 0 25px;
	line-height: 1.4em;
	letter-spacing: 0.1em;	
	}

#box h1 {
font-size:18px;
color:#000;
margin:0px 0;
padding:0;
text-decoration:none;
}
#box h2 {
font-size:14px;
font-style:bold;
color:#1a4e73;
border-bottom:1px dotted #777;
}

/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 20px 0;
	padding: 0;
	}
#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.thumbs li { 
	float: left;
	margin: 0;
	padding: 0;
	background-image: none;
	}
#content ul.thumbs li a img { border: 5px solid #fff; }
#content ul.thumbs li a:hover img { border: 5px solid #000; }	
html>body #content ul.thumbs li a { background-color: transparent; }
	

#footer
{
	width: 600px;
	text-align: left;
	padding: 8px 0 10px 5px;
	color: #fff;
}

#footer a
{
	text-decoration: none;
	color: #1a4e73;
	font-size:11px;
}

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