﻿html {
	background-color:#cecece;
}
					
body {
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	width:95%;
	margin:0 auto;
	margin-top:25px;
	
}

p {
	letter-spacing: normal;
	line-height: 20px;
}

h1 {
	color:#90b557;
	font-size:24px;
	margin:25px 0 10px 0;
	clear:both;
}


h2 {
	color:#90b557;
	font-size:18px;
	margin:20px 0 10px 0;
	clear:both;
	margin-top:10px;
}


h3 {
	color:#90b557;
	font-size:16px;
	margin:20px 0 5px 0;
	clear:both;
}

ul
{
    list-style-type:none;
}

a:link, a:visited {
	color:#1b5790;
	text-decoration:none;
}


a:hover {
	color:#29A294;
	text-decoration:underline;
}
	
					
#wrapper {
	background: transparent url(../Images/page-vbg.jpg ) repeat-y scroll 50% 0px;
	margin:0 auto ;
	width:100%;
}



#wrapper {
	border-top: 1px solid #ffffff;
}
	

#bg {
	margin:0 auto;
	padding:0;
	background:transparent ;
	/*background-image:url(../Images/hat.jpg);*/
 	background-repeat:no-repeat;	
	background-position: center top ;
	/*background-color:#f1f1f1;*/		
	background-color:#fffff;
}


#header {
	margin: 0 auto;
	min-height:25px;
	height: 25px;
	width: 1100px;
	background-color:Green;
}
	

#page {
	/* background: transparent url( ../Images/page-bg.jpg ) no-repeat center top;*/
	background-color:rgb(242, 242, 242);
	
}					


#topTitle{
	height:70px;
	min-height:70px;
	background-color:Lime;
}

#container_remmmmmmmm {
	margin:30px auto;
	width:85%;
    background-color: #ffffff;
    border: 1px solid #999999;
    display:block;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: 0px 0px 18px #000000;
    -webkit-box-shadow: 0px 0px 18px #000000;
    box-shadow: 0px 0px 18px #000000;
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
 /*   border-style:dashed;
    border-width:thick;*/

}

#banner {
	margin: 30px auto 5px;
	height:70px;
	width:100%;
	background-color:#FFFFFF	
}

#spacer {
	margin: 0 auto;
	height:20px;
	width:100%;
	background-color:#FFFFFF;
}

#dormanLogo{
		height:120px;
		width:auto;	
}		


#content {
	width:1090px;

	text-align:left;
	min-height:650px;
	
}

#content p {
	text-align:justify;
}



#footerWrapper {
	margin:0 auto;
	height:130px;
	width:1100px;
	padding:0;
	background-color:Olive;
	/*background:transparent url( ../36
++++++++++++++Images/footerWrapper-bg.jpg ) no-repeat scroll center top;*/
}


#footer {
	margin:0 auto 30px;
	padding-top:10px;
	padding-right:5px;
	padding-bottom:5px;
	width:98%;
	height:20px;
	font-weight:bold;
	text-align:right;
	background-color:#4e4e4e;
    color:#FFFFFF;
}


#footer a:link, #footer a:visited {
	color:#FFFFFF;
}


#footer a:hover{
	color:#ffb508;
	text-decoration:none;
}

	
	
					
#right {
	width:400px;
	padding:10px 10px 10px 10px;
	float:left;
}


#center {
	width:610px;
	padding:10px 10px 10px 10px;
	float:left;
}

 
#content p {
	margin-top:1px;
	text-align:justify;
}

a img {
	border:none;
} 


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

