body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
img {
	border: 0;
	}
	
.clr {
	clear: both;
	height: 0;
	overflow: hidden;
	}
	
h1 {
	font-size: 16px;
	margin-bottom: 45px;
	}

#wrapper {
	width: 951px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -280px;
	margin-left:  -476px;
	}

#logo {
	position: absolute;
	top: 94px;
	right: 31px;
	}
	
#submenu {
	position: absolute;
	top: 255px;
	right: 31px;
	text-align: right;
	background: none;
	}
	
	#submenu h3 {
		text-transform: uppercase;
		font-size: 12px;
		color: #b51704;
		}
	
	#submenu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		#submenu ul li a{
			color: #FFF;
			line-height: 20px;
			text-decoration: none;
			}

#page-main {
	border: 1px solid #000;
	border-width: 1px 1px 1px 0;
	background: url(img/bg1.jpg) no-repeat;
	}

#page {
	border: 1px solid #000;
	border-width: 1px 1px 1px 0;
	background: url(img/bg2.jpg) no-repeat;
	}
	
	#menu {
		width: 100px;
		float: left;
		}
				
				#menu a {
					display: block;
					width: 20px;
					height: 548px;
					float: left;
					outline-style: none;
					}
					
				a#m1{
					background: #000 url(img/menu.gif) no-repeat 0 100%;
					}
					
					a#m1-active {
						background: #000 url(img/menu.gif) no-repeat -320px 100%;
						}
					
				a#m2{
						background: #333 url(img/menu.gif) no-repeat -80px 100%;
						}
					
					a#m2-active {
						background: #333 url(img/menu.gif) no-repeat -400px 100%;
						}
					
				a#m3{
					background: #666 url(img/menu.gif) no-repeat -160px 100%;
					}
					
					a#m3-active {
						background: #666 url(img/menu.gif) no-repeat -480px 100%;
						}
					
				a#m4{
					background: #999 url(img/menu.gif) no-repeat -240px 100%;
					}
					
					a#m4-active {
						background: #999 url(img/menu.gif) no-repeat -560px 100%;
						}

	#content {
		color: #333333;
		float: left;
		padding: 80px 0 20px 0;
		width: 520px;
		font-size: 11px;
		}


	#content label {
		font-size: 11px;
		line-height: 20px;
		}
		
	#content button {
	    font-size: 11px;
	    font-family: arial, helvetica, sans-serif;
	    width: 100px;
	    background-color: #F5F5F5
	    }
	    
	#content a {
	    color: #990000;
	    }
		
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #525252;
	font-size: 9px;
	line-height: 24px;
	}

	#footer a {
		color: #990000;
		}
		
		#footer a span {
			color: #525252;
			}