body {
	background: #d8d5d1 url(../images/body_background.png) repeat-x top left;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial;
	text-align:left;
	color: #564831;
}

#container {
	margin:0px;
 	width: 900px;
	text-align:left;
}


#header { margin-top:0px; background-image:url(../images/header.png); width: 930px; height: 125px; }
#header #left_content { width:200px; float:left; margin-left:10px; }
#header #right_content{ width:690px; float:right; padding-top:20px; font-size:16px; color:#e4ddd9; margin-right:30px }

img {
	border:none;
}



ul.menu {
    float:left;
	list-style: none;
    width:920px;
    padding: 0px;
    font-family: Arial, Sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin:10px 0px 0px 0px;
}



ul.menu li {
        border-left: 0px solid #FFF;
        border-right: 0px solid #FFF;
        border-top: 0px solid #FFF;
        border-bottom: 0px solid #FFF;
        color: #FFF;
        float: left;
        padding-top: 3px;
        padding-bottom: 0px;
        padding-left: 7px;
        padding-right: 7px;
        position: relative;
    }
    
ul.menu li.current {
        border-left: 0px solid #FFF;
        border-right: 0px solid #FFF;
        border-top: 0px solid #FFF;
        border-bottom: 0px solid #FFF;
        color: #FFF;
        float: left;
         padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 7px;
        padding-right: 7px;
        position: relative;

    }
    

ul.menu a {
    color: #beb6b3;
    display: block;
    padding: 0px 10px;
    text-decoration: none;
}

ul.menu a:hover {
	color: #fff;
 }
 
ul.menu a.current {
    color: #d50000;
    display: block;
    padding: 0px 10px;
    text-decoration: none;
}
    
#content { width:930px; height:390px; margin-top:0px;}
    
  
#content2 { width:910px; margin-top:0px; margin-left:10px; margin-right:10px; margin-bottom:30px;}  
    
#eusupportlink {
	display: block;
	background-image: url(../images/eusupport.png);
	background-repeat: no-repeat;
	width:220px;
	height:150px;
	margin-top:5px;
}

#eusupportlink:hover {
	display: block;
	background-image: url(../images/eusupportover.png);
	background-repeat: no-repeat;
	width:220px;
	height:150px;
}

#senshylink {
	display: block;
	background-image: url(../images/senshy.png);
	background-repeat: no-repeat;
	width:220px;
	height:150px;
	margin-top:5px;
}

#senshylink:hover {
	display: block;
	background-image: url(../images/senshyover.png);
	background-repeat: no-repeat;
	width:220px;
	height:150px;

}

#registerlink {
	display: block;
	background-image: url(../images/registerlink.png);
	background-repeat: no-repeat;
	width:220px;
	height:60px;
	
}

#registerlink:hover {
	display: block;
	background-image: url(../images/registerlinkover.png);
	background-repeat: no-repeat;
	width:220px;
	height:60px;
}

#baner {
	display: block;
	background-image: url(../images/baner.png);
	background-repeat: no-repeat;
	width:690px;
	height:390px;
	
}

#baner:hover {
	display: block;
	background-image: url(../images/baner.png);
	background-repeat: no-repeat;
	width:690px;
	height:390px;
}


#bottommenu {
        margin-top:0px;
       background-image:url(../images/bottommenu.png);
       background-repeat: no-repeat;
       width: 930px;
       height: 125px;
}


#footer {
	margin-top:0px;
	width:930px;
	height:50px;
	background-image:url(../images/footer.png);
 	background-repeat: no-repeat;
}


h1{
	color:#b31629;
	font-weight:normal;
}

h2{
	color:#b31629;
	font-weight:normal;
	font-size: 16px;
}

h3{
	margin-bottom:3px;
	font-size: 13px;
}

a {
	color:#b31629;
}

a:hover {
	color:#b31629;
	text-decoration:none;
}


.subRegForm{
margin-left:30px;
font-size: 12px;
font-weight: normal;
text-align: left;
font-style:normal;

}

.textreg{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-style:normal;
text-align:right;
}



.vEdit{
background-image:url(../images/vedit.png);
background-repeat: no-repeat;
height:21px;
color:#333333;
margin-top:0px;
margin-bottom:0px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
width:215px;
border:0px;
border-color:#003300;
border-style:solid;
margin-left:10px;
padding-left:5px;
padding-top:7px;
}

.vEdit:focus{
background-image:url(../images/veditfocus.png);
background-repeat: no-repeat;
color:#b31629;
margin-top:0px;
margin-bottom:0px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
width:215px;
border:0px;
border-color:#003300;
border-style:solid;
margin-left:10px;
}

.vbutton1{
background-color:#342423;
color:#FFFFFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
border-bottom-width:1px;
border-right-width:1px;
border-top-width:1px;
border-left-width:1px;
border-color:#003300;
cursor:pointer;
}

.vbutton2{
background-color:#fff;
color:#342423;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
border-bottom-width:1px;
border-right-width:1px;
border-top-width:1px;
border-left-width:1px;
border-color:#003300;
cursor:pointer;
}

.error {
	color:#b31629;
}