/*maflexcss*/
html {
		 margin:0;
		 padding:0;
		 background:#000000;
		 }

body {
		 width:100%;
		 margin: 0;
		 padding: 0;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 text-align: center;
		 background:#ffffff;
}



a:link{
	color:#330000;
	text-decoration: none;
}

a:visited{
	color:#000000;
	text-decoration: none;
}

a:hover{
	color:#000000;
	text-decoration: underline;
	font-weight: bold;
}

a:active{
	color:#CC0000;
	text-decoration: none;
	font-weight: bold;
}

#header {
				position: relative;
				text-align: center;
				width: 100%;
				height: 200px;
		 background-image: url(bg1a.jpg);
		 background-repeat: repeat-x;
				background-color:transparent;
				border-left: 0px solid #CC0000;
				border-top: 0px solid #CC0000;
				border-right: 0px solid #CC0000;
				border-bottom: 1px solid #CC0000;
				margin-top:0;
				vertical-align:middle;
				padding-top: 0;
				padding-left: 0;
				padding-bottom: 0;
				padding-right: 0;
				}
				
#contenth {
					position:relative;
					margin-left:auto;
					margin-right:auto;
					width:700px;
				 padding: 65px 0 0 0;
				 vertical-align:middle;
				 text-align:center;
				 }			
			

				
#contenth p {
				font-size: 0.8em;
				font-weight: bold;
				color: #CC0000;
				line-height: 15px;
				text-align: center;
				margin-top: 0;
				padding-left:0;
				padding-right: 0;
				background-color:transparent;
				border: 0;
				}


#wrapper {
				 position: relative;
				 text-align: center;
				 vertical-align: middle;
				 width:100%;
				 margin-right: auto;
				 margin-left: auto;
				 margin-top:10px;
				 padding: 0 0 0 0;
				 border-left: 0px solid #CC0000;
				 border-top: 1px solid #000000;
				 border-right: 0px solid #CC0000;
				 border-bottom: 1px solid #000000;
				 }
				 
				 
#content {
				 margin-left: 150px;
				 border: 1px solid #CC0000;
				 padding: 10px 10px 10px 10px;
				 vertical-align: middle;

				 }


/*start footer*/
#footer {
				width: 100%;
				margin: 10px 0 0 0;
				height: 300px;
				background-image: url(bg1b.jpg);
				background-repeat: repeat-x;
				padding: 10px 0 0 0;
				text-align:center;
				border-top: 1px solid #cc0000;
				}
				
#endpage {
			   font-size: 0.8em;
				font-weight: bold;
				color: #CC0000;
				line-height: 15px;
				text-align: center;
				margin-top: 99px;
				padding:0;
				background-color:transparent;
				border: 0;
				display: block;
				 }
				 
#endpage p {
				 font-family: Verdana, Tahoma, Arial, Helvetica,sans-serif;
				 color:#CC0000;
				 background-color: #000000;
				 font-size: 0.8em;
				 line-height: 15px;
				 font-weight: bold;
				 margin-top:75px;
				border-left: 1px solid #cc0000;
				border-top: 1px solid #cc0000;
				border-right: 1px solid #cc0000;
				border-bottom: 1px solid #cc0000;
				 }

#endpage p a:link, #endpage p a:hover {
				 	 				 										color:#cc0000;
                                                                                                                                                         background:#000000;
																			}
																			
#endpage p a:visited, #endpage p a:active {
				 	 										 	 			color:#cc0000;
																			text-decoration:underline;
																			background:#000000;
																			}
