*, html {
	margin:0;
	padding:0;
	border:0;
}
body {
	background: #0a1f0f url('bg.jpg') repeat-x;
	font-family: Georgia, serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #999;
	height:100%;
}

h1, h2, h3 {
	font-size: 30px;
	color: #d3010a;
	letter-spacing: -1px;
	margin:0;
	padding:0;
}

h1 {
	background: #0a1f0f url('logo.jpg') no-repeat;
	width: 210px;
	height: 175px;
}

a {
	color: #6b7b6e;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

img {
	border: none;
}

#nav {
	float:left;
	position: relative;
	top:113px;
	left:22px;
}
#nav ul.main {
	font-size: 17px;
	margin:0;
	padding:0 0 8px 0;
	text-indent:-9999px;
}
#nav ul.main li{
	display:inline;
	margin-right:30px;
}

#nav ul.sub {
	font-size: 17px;
	margin:0;
	padding:0;
}
#nav ul.sub li{
	display:inline;
	margin-right:23px;
	/* letter-spacing: 0.02em; */
}

.camlink {
	padding-left: 40px;
	background: transparent url("camlink.jpg") no-repeat;
}

#nav a, #nav a:visited {
	/* color: #6b7b6e; */
	color: #d8dcd9;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #d71525;
	text-decoration: none;
}
#nav a.selected {
	color: #d71525 ! important;
}

#site {
	width: 1022px;
	margin: 0 auto;
	height:100%;
}

/* Header */
#header {
	width: 1022px;
	height: 177px;
}

/* Logo */
#logo {
	width: 200px;
	height: 120px;
	float:right;
	position: relative;
	top:0;
	right:84px;
}

#contentbox {
	width: 1022px;
	height: 586px;
	background: transparent url(sd.jpg) no-repeat;
}

#content {
	width: 998px;
	height: 570px;
	/* background: transparent url(test.jpg) no-repeat; */
	border: 1px solid #000;
	overflow:hidden;
}

#content p, #logo h1, #content h2, #content h3, #content h4, #content ul, #content ol  {
	text-indent: -9993px
}

/* Footer */
#footer {
	font-family: sans-serif;
	clear: both;
	width: 990px;
	margin: 0 auto;
	padding: 0;
}
#footer p {
	color: #6b7b6e;
	text-align: right;
	margin: -3px 0 0 0;
	padding-right: 20px;
}
#footer a, #footer a:visited {
	color: #6b7b6e;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #f3f3f3;
	text-decoration: underline;
}