body {
	 margin: 0px;
	 padding: 0px;
	 background: #39638C;
	font-family: arial;
	font-size: 10pt;
}

#wrapper {
	text-align: center;
	width: 950px;
}

#container {
	float: left;
	margin-top: 20px;
	width: 930px;
	background: url(images/bg.jpg);
	border: 1px solid black;
}

#topsection {
	float: left;
	width: 930px;
	height: 180px;
	border-bottom: 1px solid black;
	background: white;
	text-align: left;
}

.logo {
	margin-left: 205px;
}

.bookmark {
	color: black;
	margin-left: 12px;
	#margin-left: 10px;
}

#menu {
	float: left;
	width: 200px;
	text-align: left;
	color: white;
}

.menu {
	text-decoration: none;
	display: block;
	color: white;
	border-top: white solid 1px;
	padding: 5px;
	font-size: 10pt;
}

.menu:hover {
	background: #343434;
}
	
#add {
	float: right;
	margin-top: -160px;
	margin-right: 10px;
	color: #838182;
	font-size: 8pt;
	padding-left: 5px;
	text-decoration: none;
	text-align: left;
	}
	
.add {
	color: #838182;
	text-decoration: none;
}

.add:hover {
	text-decoration: underline;
	}


#main{
	float: left;
	width: 700px;
	color: #1d13a0;
	text-align: left;
	margin-left: 10px;
}

h1 {
	color: #333;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px dashed #CCC;
	}

#bottomsection {
	font-size: 8pt;
	color: white;
	text-decoration: none;
	background: black;
	float: left;
	width: 930px;
}

#copy {
	float: left;
	text-align: left;
	padding: 2px;
	margin-top: 5px;
	margin-left:5px;
}
#adh {
	float: right;
	text-align: right;
	padding: 2px;
	margin-top: 5px;
	margin-right:5px;
}

.adh {
	color: white;
	text-decoration: none;
}

.adh:hover {
	color: white;
	text-decoration: underline;
}
