html,
{
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

body {
	color: #CCCCCC;
	background: #000000;
	font: normal 13px/18px Verdana, sans-serif;
	list-style-type: none;
}

#content {
	width: 400px;
	background: #000000;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
	float: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 75px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 75px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cbcbcb;
}

h1 {
	margin: 30px 0 15px 0;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial;
}

h1 span {
	font-size: 50%;
	letter-spacing: -0.05em;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #E5E5E5;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding: 7px 0;
}

a {
	outline: none;
	color: #006699;
}

a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
	display: inline-block;
}

a img.last {
	margin-right: 0;	
}

ul {
	margin-bottom: 24px;
	padding-left: 30px;
	list-style-type: none;
	width: 200px;
}
nav_head {
	width:600px;
	margin-left:inherit;
	margin-right:auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 50px;
}

#nav_head ul {
	list-style: none;
	margin-top: 0px;
	padding-top: 0;
	padding-bottom: 0;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
	
}
#nav_head li {
	display: inline-block;
	text-align: center;
	font-size: 1em;
	clear: none;
	float: left;
	width: 150px;
	
}
#nav_head li a {
	display: block;
	padding: 4px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
}
#nav_head li:first-child a {
	border-left: 1px solid #ccc; }
#nav_head li a:hover {
	color: #CC6600;
	font-size: 1em;
}

#nav {
	width:225px;
	float:right;

}

#nav a{color:#999999;}

#nav a:hover{
	color:#CCCCCC;
}


#Content_wrapper {
	width:850px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.line {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
