* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 63%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg-top.png)  repeat-x top #999999;
}

p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 0.8em;
	color: #CCCCCC;
}

a { color: #540000; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

h1 {
	font-size: 2em;
	margin-bottom: 0.8em;
	color: #FFFFFF;
}
h2 {
	font-size: 1.5em;
	text-transform: inherit;
	margin-bottom: 0.8em;
	color: #FFFFFF;
}
h3 {
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	text-align: center;
}

.clear { clear: both; }

div#page-wrap {
	width:800px;
	margin: 0 auto;
}

div#nav {
width: 730px; height: 33px;
margin:auto;
background:url(../images/address-bar.png) no-repeat;
}

ul#navtop {
	height: 43px; width: 730px;
	margin:auto;
	list-style: none;
	}
		
div#banner {
	height: 260px;
	width: 730px;
	margin:auto;
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	visibility: inherit;
	background-image: url(../images/main%20banner.jpg);
	background-repeat: no-repeat;
}
	ul#banner li {
		display: inline;
		font-size: 1.3em;
	}


div#main-content {
	padding-bottom: 0px;
	width: 730px;
	margin:auto;
	padding-top: 0px;
	background-image: url(../main-content-area-rep.png);
	background-repeat: repeat-y;
		
		}
		div#main-content div#left-col {
	float: left;
	width: 310px;
	left: 10px;
	position: relative;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: justify;
	height: 375px;
		}
		
		div#main-content div#right-col {
	float: right;
	width: 300px;
	padding-top: 15px;
	height: 300px;
	padding-right: 45px;
			}	
			div#main-content div#right-col p {
	font-size: 1.3em;
			}
	
	div#e-log{
	width: 730px;
	height: 45px;
	margin:auto;
	float: none;
	left: 600px;
	background-image: none;
	background-repeat: no-repeat;
	}
	
	div#pic-footer{
	width: 730px; height:209px;
	background:url(../images/footer-pic.jpg) no-repeat;
	margin:auto;
	}
	
	div#footer {
	background: #333333;
	color: white;
	text-align: center;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 10px;
	text-transform: none;
	border-top-color: #000000;
	}
