/* CSS Document */

body {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content_outer {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	z-index:1;
}
#container_inner {
	margin-left:auto;
	margin-right:auto;
	width:939px;
	height:auto;
	background-image:url(../images/bg_container.jpg);
	background-repeat: repeat-y;
}
#main {
	width:933px;
	height:auto;
	background-image:url(../images/bg_main.jpg);
	background-repeat: no-repeat;
}
#footer {
	background-color:#000000;
	color:#CCCCCC;
	font-size:10px;
	width:913px;
	height:auto;
	padding:10px;
}
#leftnav {
	margin-left:5px;
	margin-top:40px;
	float:left;
	width:180px;
}
html>body #leftnav {
	margin-left:10px;
}
#content {
	margin-left:20px;
	margin-top:40px;
	float:left;
	width:690px;

}
.link {
	margin-bottom:10px;
}

.link a{
	padding-left:10px;
	padding-top:8px;
	height:24px;
	width:179px;
	background:url(../images/link.gif);	
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	display:block;
}
.link a:hover{
	padding-left:10px;
	padding-top:8px;
	height:24px;
	width:179px;
	background:url(../images/link_omo.gif);
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	display:block;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	display:inline;
	margin:0px;
}
