* {
	margin: 0;
	padding: 0;
}

body {
background: #999999;
font-family:  Tahoma,sans-serif;
font-size: 13px;
line-height: 18px;
color: #333;
}

a {
text-decoration: none;
color: #006600;
}
a:hover {
text-decoration: none;
color: #ff0066;
}

a img {
  border-width:0;
  
}

img{
	padding: 5px 15px 5px 15px;
}

#wrap {
margin: 20px auto;
width: 900px;
}


#header {
background: #ffffff url(images/header.jpg) no-repeat;
height: 200px;
}

#header img{
	padding: 0px 0px 0px 0px;
}

#menu {
height: 40px;
line-height: 40px;
background: #666666 url(images/menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 18px;
color: #ffffff;
}
#menu ul li a:hover {
color: #ff9999;
text-decoration: none;
}

#content {
background: #ffcccc;
padding: 10px;
}

.main {
float: left;
width: 860px;
text-align: justify;
padding: 10px;
font-size: 14px;
background: #fff;

}

.main ul {
padding: 0px 30px 10px;
}

.main ol {
padding: 0px 30px 10px;
}

.main p{
padding: 10px 10px 10px 10px;
}
.main h2 {
font-size: 20px;
font-weight: 100;
padding: 15px 0px 0;
}
.main h2 a {
text-decoration: none;
}
.main h2 a:hover {
text-decoration: underline;
}

#affiliate	{float:right; width:240px; padding:20px 0; line-height:140%; text-align:justify; }
.affiliations	{padding:20px 20px 5px 20px; background:#ffffff; font-size:90%; margin-bottom:20px; }
#affiliate a		{color:#ffffff; text-decoration:none; }
#affiliate a:hover	{color:#ffffff; text-decoration:none; }

#footer {
text-align: center;
font-size: 11px;
}
