body{
	margin: 0px;
	padding: 0px;
	background: url(images/leftBG.png) #ebebeb top left repeat-x;
}

#main{
	margin: auto;
	height: auto;
	width: 800px;
	
}
#content{
	margin: 0px;
	width: auto;
	background: url(images/midBG.png) top left repeat-y;
	position: relative;
}

p{
	margin: 0px;
	font-family: arial;
	font-size: 16px;
    padding: 10px 0px;
    line-height: 20px;
	color: #555555;
}

h3{
    font-family: tahoma;
    margin: 0px;
	text-align: center;
	color: #cc0000;
	padding: 0px 10px 10px 10px;
	letter-spacing: 4px;
	word-spacing: 5px;
	
}
#subcontent{
	margin: auto;
	width: 685px;
	height: auto;
}





#header{
	width: auto;
	height: 40px;
	background: url(images/headerBG.png) center center no-repeat;

}
#footer{
	background: url(images/footerBG.png) #ebebeb top left no-repeat;
	height: auto;
	padding-top: 40px;
	padding-bottom: 10px

}

#footer p{
	font-size: 12px;
	font-family: verdana;

}

#footerlinks{
	margin: 0 auto;
	width: 650px;	
	height: auto;
	text-align: center;
	
	
}

.highlight{
	background-color: yellow;	
}
.highlight2{
        padding: 2px 4px;
        font-weight: normal;
        font-style: italic;
		background-color: #c00;
        color: #fff;
}
.style1{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}
.style2{
	text-decoration: underline;
	letter-spacing: 2px;
	color: #000000;
	
}

.style3{
	font-weight: bold;
	font-size: 17px;
	color: #000000;
}

.style4{
	font-weight: bold;
	color: #000000;
	text-align: center;
}


#clearl{
       clear: left;
}

ul{
	margin: 0;
}
li{
	list-style-type: square;
	font-family: arial;
	padding: 3px;
	color: 
}	

#footer a:link,a:active,a:visited{
	text-decoration: none;
	color: #000000;
	
}
#footer a:hover{
	color: #888888;
}

