/* elements */
body
{
	background: #F6ADCD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 122%;
}
h1
{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 150%;
}
h2
{
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 122%;
}
h3
{
	font-size: 13px;
	font-weight: bold;
	background: transparent;
	color: white;
	margin-bottom: 2px;
	line-height: 150%;
}
p
{
	line-height: 140%;
}
ul
{
	list-style-type: circle;
}
/* layout */
#wrapper
{
	width: 700px;
	margin: auto;
	background: url(images/main_bg.png);
}
#header
{
	height: 185px;
	width: 700px;
	background: url(images/header.png);
}
#header a
{
	height: 185px;
	width: 700px;
	display: block;
}
#header a span
{
	display: none;
}
#main_padding
{
	padding: 0px 25px 0px 18px;
}
#content
{
	width: 480px;
	float: left;
}
#content .padding
{
	padding: 35px 35px 10px 35px;
}
#right
{
	width: 177px;
	float: left;
	line-height: 110%;
}
#right .padding
{
	padding: 35px 0px 10px 0px;
}
.right_line
{
	height: 2px;
	width: 176px;
	background: url(images/right_line.png) no-repeat;
}
.right_padding
{
	padding: 10px 16px 10px 18px;
}
.right_under a
{
	font-size: 10px;
	background: transparent;
	color: white;
	text-decoration: none;
}
#footer
{
	height: 80px;
	width: 700px;
	background: url(images/footer.png);
	line-height: 120%;
	font-size: 10px;
}
#footer .padding
{
	padding: 0px 200px 0px 50px;
	text-align: center;
}
#thumbs img
{
	margin: 5px;
}

/* classes */
.clear
{
	clear: both;
}
.center
{
	text-align: center;
}

/* links */
a:link, a:visited
{
	color: #333333;
	text-decoration: underline;
}
a:hover
{
	color: #FF0099;
	text-decoration: underline;
}