* {
    padding: 0;
    margin: 0;
} 

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: #333333;
	line-height: 17px;
	background-color: #FF99FF;
}

img { border: none; }
a { color: #006699; }
a:hover {
	text-decoration: none;
	color : #000000;
}
h3 {
	border-bottom: 1px dotted #aaa;
	color: #666;
	padding-bottom: 4px;
	margin: 14px 0 7px 0;
	font-weight: 100;
	font-size: 22px;
	letter-spacing: 0px;
}
h3 a {
	text-decoration: none;
	font-size: 22px;
	letter-spacing: 0px;
}
h3 a:hover { color: #880000; }

#topwrap { 
background: #d7d7d7 url(images/topwrap.jpg) no-repeat;
padding: 10px 0;
}
#bottomwrap { 
background: #d7d7d7 url(images/bottomwrap.jpg) no-repeat;
padding: 10px 0;
}

#wrap {
width: 800px;
margin: 20px auto 0 auto;
}

#header {
	height: 90px;
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#header h1 {
font-size: 27px;
font-weight: 100;
letter-spacing: -2px;
padding: 25px 0 0 30px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #880000;
text-decoration: none;
}

#header h2 {
font-size: 14px;
color: #eee;
padding: 0 0 0 33px;
}

#menu {
	height: 30px;
	line-height: 30px;
	background-color: #FFFFFF;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
}
#menu li
{
float: left;
list-style-type: none;
padding-right: 5px;
}
#menu li a{ 
color: #fff;
text-decoration: none;
padding: 0 10px;
font-weight: 600;
}
#menu li a:hover {
	color: #000000;
}
#menu ul { padding-left: 20px;}

#topcontent {
	padding: 10px 0;
	background-color: #FFFFFF;
	background-image: url(images/topcontent.jpg);
	background-repeat: no-repeat;
}

#content {
	padding: 0 20px;
	background-color: #FFFFFF;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
}

#left {
margin-top: 10px;
width: 470px;
float: left;
font-size: 12px;
text-align: justify;
margin-left: 10px;
padding-bottom: 20px;
}

#right {
margin-top: 10px;
width: 260px;
float: right;
}
#right ul { color: #006699; padding: 10px 0 10px 20px; }
#right ul li { padding: 2px 0 3px 0; }
#right ul li a { font-weight: 600; display: block; text-decoration: none; font-size: 13px; border-bottom: 1px dotted #aaa; }
#right ul li a:hover { color : #880000; }

#bottom {
	padding: 6px 0;
	background-color: #FFFFFF;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
}

#footer {
	font-size: 11px;
	color: #000000;
	text-align: center;
	padding: 10px 0;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
color: #000; 
text-decoration: underline; 
}
