* {
	margin: 0;
	padding: 0;
}

body {
background: #FFFFFF;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
}

a {
text-decoration: underline;
color: #333333;
}
a:hover {
text-decoration: underline;
color: #666666;
}

#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: #FFFFFF;
padding: 10px;
border: 1px solid #999999;
}

#header {
height: 160px;
background: #FFFFFF url(images/header.jpg) no-repeat;
}
#header h1 { 
font-size: 16px;
letter-spacing: -1px;
color: #FF99FF;
}
#menu {
height: 30px;
line-height: 30px;
background: #CCCCCC;
font: Arial, sans-serif;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 30px 0 0;
text-decoration: underline;
font: Arial, sans-serif;
font-weight: 600;
font-size: 12px;
}
#menu ul li a:hover {
color: #666666;
text-decoration: none;
}

#content {
padding: 0 20px 20px 0;
}

.right {
float: right;
width: 760px;
height: 400px;
text-align: justify;
padding-top: 5px;
}
.right h2 {
font-size: 14px;
font-weight: 100;
color: #333333;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {
}
#footer {
height: 160px;
border: #666666 dashed 1px;
background: url(images/footer.jpg) center no-repeat;
}