#wrapper {
	background: #FFFFFF;
	width:1000px;
	margin: 0px auto;
}

#leftcol {
	float:left;
	width:200px;
}

#rightcol {
	float:right;
	width:800px;
}

#top_pic {
	background: url(images/top_pic.gif) no-repeat;
	width:200px;
	height:160px;
}

#header {
	background: url(images/headertop.gif) no-repeat;
	width:800px;
	height:160px;
}

#menu {
	margin-top:20px;
	background: #FFFFFF;
	width:800px;
	height:60px;
	text-align:left;
	padding-top:10px;
}

#menu ul {
	margin: 0px auto;
	list-style:none;
}

#menu ul li {
	font-family:verdana;
	font-size:18px;
	color:#000000;
	display:inline;
	margin-left:10px;
	
}

#menu a {
	font-family:verdana;
	font-size:18px;
	color:#000000;
	text-decoration:none;
}

#menu  a:hover{
	font-family:verdana;
	font-size:18px;
	color:#000000;
	text-decoration:line-through;
}

#leftmenu {
	background:#FFFFFF;
	width:100px;
	padding-left:20px;
	padding-top:60px;
	font-family:verdana;
	font-size:14px;
	
}
#leftmenu ul {
	margin: 0px;
	list-style:none;
}

#leftmenu ul li {
	padding-top:10px;
	font-family:Verdana;
	font-size:14px;
	color:#000000;
	border-bottom: solid 1px #B0B0B0;
}

#leftmenu a {
	font-family:verdana;
	font-size:14px;
	color:#000000;
	border-bottom: solid 1px #B0B0B0;
	text-decoration:none;
}

#leftmenu a:hover{
	font-family:Verdana;
	font-size:14px;
	color:#000000;
	text-decoration:line-through;
}

#content {
	width:800px;
	margin: 25px 50px 0 10px;
}

#content p {
	font-family:Verdana;
	font-size: 14px;
	color:#000000;
	
}

#content a {
	font-family:Verdana;
	font-size:14px;
	color:#000000;
}

#content a:hover{
	font-family:Verdana;
	font-size:14px;
	color:#000000;
	text-decoration:line-through;
}

h1 {
	font-family:Verdana;
	font-size:18px;
	color:#000000;
}

h2 { 
	font-family:Verdana;
	font-size:16px;
	color:#000000;
}

#footer{
	width:1000px;
	background:#FFFFFF;
	margin:0 auto;
	text-align:center;
	clear: both;
	padding-top:10px;
}

#footer p {
	font-family:Verdana;
	font-size: 12px;
	color:#000000;
	text-align:left;
	margin-left:200px;
}
	
#footer a {
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

#footer a:hover{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	text-decoration:line-through;
}

