body 
{
	padding:0;
	margin:0;
       width:100%;
       height:100%;
	background:#bcb;
	font-family:trebuchet ms, helvetica charcoal;
	font-size:9pt;	
	overflow-x:hidden;
	color:#444;
}
#bgdiv
{
	z-index:-100;
	width:100%;
	height:100%;
	position:fixed;
}

a
{
	color:#0c0;
	text-decoration:none;
}
a:hover
{
	color:#0a0;
	text-decoration:underline;
}

.head
{
	width:201px;
	height:100px;
	margin:0;
	margin-top:24px;
	position:absolute;
	margin-left:12px;
	z-index:2;
}

#header
{
	background:url('img/top.png') bottom no-repeat;
	padding:10px;
	height:10px;
	overflow:hidden;
}

#content
{
	background:url(img/content.png);
	padding-top:0px;
       min-height:500px;
       overflow-y:hidden;
}
#footer
{
	background:url('img/footer.png');
	height:10px;
       z-index:5;
}
#contentfoot
{
	 background:url(img/content.png);
        z-index:5;
        overflow-y:hidden;
        text-align:center;
        height:40px;
}
#lmenu
{
	width:200px;
	margin-left:12px;
	padding-top:110px;
	padding-left:5px;
	float:left;
	height:100%;
}
#lmenu2
{
	width:200px;
	height:40px;
	position:absolute;
	margin-left:12px;
	padding-left:5px;
}

#left
{
	position:relative;
	width:500px;
}
#right
{
	position:absolute;
	margin-left:520px;
	width:300px;
	text-align:right;
}
#right img
{
	width:200px; 
	height:150px; 
	border:1px solid #ccc;
}
#cspan
{
	width:976px;
	height:28px;
	background:url(img/nav.png) repeat-x;
	text-align:center;
	margin-left:12px;
	padding-top:0px;
	font-size:11pt;
       z-index:6;
       position:absolute;
}
#hdr
{
	width:976px;
	height:100px;
	background:url(img/hdr.png) no-repeat;
	text-align:center;
	padding-top:0px;
	margin-top:20px;
       z-index:5;
	margin-left:12px;
       position:absolute;
	border-bottom:1px solid #aaa;
}

#cspan a
{
	font-size:10pt;
       text-decoration:none;	
       display:inline-block;
       width:100px;
       height:20px;
	padding-top:4px;
       background:none;
}
#cspan a:hover
{
        background-color:rgba(200,200,200,0.4);
}
h3
{
	border-bottom:1px dashed #fff;
	width:500px;
	margin:0;
       margin-left:14px;
}
.article
{
	text-align:left;
       margin-left:14px;
}

#main
{
	position:absolute;
	left:50%;
	margin-left:-500px;
	width:1000px;
	top:0px;
       overflow-y:hidden;
}
