body {

    margin: 0;

        padding: 0;
        background-color:#6699ff;
        font-size: 12px;
        font-family: Verdana, Arial;
        

}

a:link.nav { color: #fff; text-decoration: none; border-bottom: 1px #fff dotted; }
a:active.nav { color: #000; text-decoration: none; }
a:visited.nav { color:#fff; text-decoration: none; border-bottom: 1px #fff dotted; }
a:hover.nav { color: #fff; text-decoration: underline; border-bottom: 1px #fff dotted; }


a:link { color: #000; text-decoration: none; border-bottom: 1px #000 dotted; }
a:active { color: yellow; text-decoration: none; }
a:visited { color:#000; text-decoration: none; border-bottom: 1px #000 dotted;}
a:hover { color: #000; text-decoration: none;}

.site-wrapper {
	width: 800px;
	height: 975px;
	padding: 5px ;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	-moz-border-radius-topleft: 5px;
}

.header-wrapper {
	width: 780px;
	padding: 0px;
	height: 157px;
	background-image:url('images/header.png');
	margin-left: auto;
	margin-right: auto;
}

.left-nav {
	width: 185px;
	height: 820px;
	padding: 1px;
	margin-left:10px;
	background-image: url('images/left_nav.jpg');
	background-repeat: repeat-y;
	float: left;
}

.content-wrapper {
	width: 580px;
	float: right;
	position: relative;
	margin-top: -55px;
	margin-right: 15px;
}

.top-nav{
	width: 580px;
	height: 25px;
	background-color: #a1031e;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	Padding: 2px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
}

.lower-nav{
	width: 572px;
	height: 18px;
	background-color: #a1031e;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding-left: 4px;
	padding-right: 7px;
	padding-top, padding-bottom: 2px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
}

.content-main{
	width: 565px;
	Height: 790px;
	background-color: #e6eaf6;
	padding: 10px;
	overflow: auto;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
}

h1{
	width: 270px;
	height: 30px;
	padding: 5px;
	font-size: 20px;
	border-left: 1px #fff solid;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	overflow: visible;
}

h2 {
	font-size: 15px;
}


ul
{
list-style-image:url('images/ul.png');
padding: 10px;
margin: 8px;
}
