* {
	margin: 0;
	padding: 0;
}

a, a:visited {
 color: #3D3D3D;
}

a:hover {
	color: #FFFFFF;
}

img {
	border: none;
	float: left;
}

ul {
	position: relative;
	color: #;
	list-style: none;
	text-align: center;
}

ul li { padding-top:5px;	
}

ul li a, ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

ul li a:hover {
	color: #0C3436;
}

h1 {
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding:0 10px 0 10px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	padding:0 10px 0 10px;
}

.p1 { 
	text-align:left;
	margin-top: 5px;
	font-family:Georgia, Helvetica, sans-serif;
 	font-size: 13px;
	color: #000000;
	font-style: normal; 
	text-align:justify;
	text-indent:15px;
}



body {
	font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}


#wrapper {
	background: url(images/back.jpg) top center no-repeat;
}

#container {
	margin: 0 auto;
	position: relative;
	width: 750px;
	padding-top: 242px;
	text-align: left;
}

#nav {
	position: relative;
	float: left;
	width: 110px;
	padding-left: 70px;
}

#content {
	position: relative;
	float: right;
	width: 490px;
	padding-left: 20px;
	padding-right: 50px;
}

#frame {
	position: relative;
	text-align: justify;
	color: #4C4848;
}

#frame a, #frame a:visited {
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
	padding: 2px;
}

#frame a:hover {
	color: #BE3F3F;
	background-color: #FFFFFF;
	padding: 2px;
}

#footer {
	background: url(images/footer.jpg) bottom center no-repeat;
	margin-top: 30px;
	height: 40px;
	color: #3D3D3D;
	padding-top: 10px;
}
