*{
	margin:0px;
	padding:0px;
	border:none;
}
html{
	height:100%;
}
body{
	height:100%;
	background-color:#CEE3F6;   
        background-image:url(images/bg.png);
		background-attachment:fixed;
          background-position:center;
          background-position:top;
        background-repeat:repeat-y;
        
	font-size:12px;
	font-family:arial;
}
#wrap{
	min-height:100%;
}
#container{
	width:1200px;
	min-height:900px;
	margin:auto;
	overflow:hidden;
}
#logarea{
	width:230px;
	min-height:140px;
	position:relative;
	margin:20px;
}
#logleft{
	float:left;
	height:49px;
	color:white;
}
#logleft li{
	background-image:url(images/dot.png);
	background-position:left 5px;
	background-repeat:no-repeat;
	margin:10px 0px 0px 0px;
	list-style-type:none;
	font-size:16px;
	padding:0px 20px;
}
#logright{
	float:right;
	height:49px;
	color:white;
	width:592px;
}
.username{
	float:center;
	margin-right:12px;
	margin-top:13px;
	font-size:15px;
}
.input{
	margin-top:10px;
	width:138px;
	height:26px;
	background-image:url(images/inputbg.png);
	background-repeat:repeat-x;
	border-radius:5px;
	float:left;
}
.password{
	float:left;
	margin-left:32px;
	margin-right:12px;
	margin-top:13px;
	font-size:15px;
}
.logbut{
	width:96px;
	height:30px;
	background-image:url(images/logbut.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	margin-top:8px;
	margin-left:26px;
}
#intro{
	width:1200px;
	height:275px;
	background-image:url(images/header.png);
	background-repeat:repeat-x;
	margin:auto;
	position:relative;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
#logo{
	width:312px;
	height:125px;
	position:absolute;
	top:26px;
	left:31px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
}
#introright{
	width:405px;
	height:142px;
	top:20px;
	right:8px;
	position:absolute;
	background-image:url(images/introright.png);
	background-repeat:no-repeat;
}
#nav{
	width:1200px;
	height:50px;
	font-size:16px;
	color:white;
	background-image:url(images/nvv.jpg);
	background-repeat:repeat-x;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	line-height:3em;
}
#nav a{
	color:white;
	text-shadow:0px 1px 0px #4d6208;
	text-decoration:none;
}
#nav a:hover{
	text-decoration:underline;
}
.home{
	margin-left:33px;
}
.nav{
	margin-left:40px;
}
.clearer{
	width:1200px;
	height:15px;
	margin:auto;
}
#maincontent{
	width:1200px;
	min-height:603px;
	margin:auto;
	overflow:hidden;
}
#left{
	width:228px;
	min-height:586px;
	float:left;
}
.sidebox{
	width:230px;
	min-height:177px;
	background-color:#000c7f;
	border-radius:10px;
	border:3px solid silver;
}
.sideboxbot{
	margin-top:10px;
	width:230px;
	min-height:177px;
	background-color:#000c7f;
	border-radius:10px;
	border:3px solid silver;
}

.sidetitle{
	width:226px;
	height:32px;
	margin-left:2px;
	margin-top:1px;
	font-size:14px;
	color:white;
	line-height:2.5em;
	padding-left:30px;
	background-image:url(images/bar.png);
	background-repeat:no-repeat;
	text-shadow:0px 0px 2px black;
}
.sidecon{
	width:200px;
	min-height:153px;
	color:white;
	margin:auto;
	margin-top:5px;
    padding:10px;
}
.sidecon img{
    margin-top:10px;
    background-color:black;
    width:125px;
    height:125px;
    }
#more{
	width:96px;
	height:32px;
	background-image:url(images/more.png);
	background-repeat:no-repeat;
	margin:auto;
	margin-bottom:5px;
}
.news{
	font-size:14px;
	color:#ff9c00;
	text-decoration:underline;
	font-family:tahoma;
}
#news{
	margin-top:10px;
}
#middle{
	width:715px;
	min-height:585px;
	overflow:hidden;
	float:left;
	margin-left:15px;
	margin-top:4px;
}
#bannerarea{
	width:471px;
	min-height:132px;
	background-color:white;
	border-radius:5px;
	padding:5px 5px 0px 5px;
}
#bannerarea img{
	margin-bottom:5px;
}
#content{
	width:704px;
	min-height:427px;
	margin-top:5px;
	background-color:white;
	border-radius:5px;
	padding:5px;
	overflow:auto;
}
#right{
	width:233px;
	min-height:586px;
	float:right;
	border-radius:5px;
	margin-left:5px;
}
.adplace{
	width:216px;
	min-height:82px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #dcdcda 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#dcdcda)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 1%,#dcdcda 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 1%,#dcdcda 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 1%,#dcdcda 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcda',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 1%,#dcdcda 100%); /* W3C */
	background-repeat:repeat-x;
	margin-top:5px;
	border-radius:5px;
	padding:10px;
}
#footerwrap{
	background-color: #000c7f;
	background-repeat:repeat-x;
	height:105px;
}
#footer{
	width:1200px;
	height:87px;
	margin:auto;
}
#ap{
	float:left;
	width:120px;
	height:60px;
	background-image:url(images/ap.png);
	background-repeat:no-repeat;
	margin-top:15px;
    margin-left:5px;
}
#payza{
    float:left;
    width:120px;
    height:60px;
    background-image:url(images/payza.png);
    background-repeat:no-repeat;
    margin-top:15px;
    margin-left:5px;
}
#stp{
    float:left;
    width:120px;
    height:60px;
    background-image:url(images/stp.png);
    background-repeat:no-repeat;
    margin-top:15px;
    margin-left:5px;
}
#lr{
    float:left;
    width:120px;
    height:60px;
    background-image:url(images/lr.png);
    background-repeat:no-repeat;
    margin-top:15px;
    margin-left:5px;
}
#foot2{
	float:right;
	text-align:right;
	margin-top:25px;
	line-height:2em;
}
#foot2 a{
	color:white;
	text-decoration:none;
}
#foot2 a:hover{
	text-decoration:underline;
}
#foot2 p{
	color:white;
}
.gapper{
	margin-left:20px;
}
html body div#wrap div#container div#maincontent div#middle div#content font table tbody tr td textarea,html body div#wrap div#container div#maincontent div#middle div#content font table tbody tr td input,html body div#wrap div#container div#maincontent div#middle div#content center form table tbody tr td table tbody tr td input,html body div#wrap div#container div#maincontent div#middle div#content form center table tbody tr td input{
	border:1px solid grey;
}
.button2{
	width:157px;
	background-image:url(images/but.png);
	background-repeat:no-repeat;
	height:34px;
	margin-top:3px;
	text-align:center;
	font-size:13px;
}
.button2 a{
	color:white;
	text-decoration:none;
	line-height:2em;
}
html body div#wrap div#container div#maincontent div#middle div#content table tbody tr td.bodytext table tbody tr td font form select{
	width:300px;
}
.input {
    
    border: 1px solid #006;
    background: #ffc;
}
.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}
.button {

    background: url('/images/up.png') repeat top left;
    padding: 2px 8px;
}
.button:hover {
    border: none;
    background: url('/images/pressed.png') repeat top left;
    padding: 2px 8px;
}
label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}
br { clear: left; }
#content {
	
}

#content h2 {
	height: 30px;
	margin: 0;
	padding: 0px 0 0 20px;
	background: url('/images/img04.gif') repeat-x;
	font-size: 30px;
	color: #000000;
}

#content h3 {
	text-transform: none;
	font-size: 1em;
}

#content .content {
	padding: 20px;
}

