*
{
	margin: 0;
	padding: 0;
}

.clear_floats
{
	clear: both;
}

.preload
{
	display: none;
}

body
{
	background: url(../../imgs/bkgd.jpg) no-repeat top left;
}

#header{}

#wrapper
{
	margin-left: 227px;
	width: 657px;
}

#footer
{
	margin-top: 10px;
}

#top
{
	width: 657px;
	background: #b32317; /* red */
	min-height: 105px;
}

#top img
{
	margin: 32px;
}

#content
{
	padding-top: 20px;
	padding-bottom: 60px;
	margin-top: 3px;
	margin-bottom: 3px;
	background: url(../imgs/background.gif) repeat-y top left;
}

.link
{
	position: relative;
	clear: both;
}

.link h1
{
	float: left;
	clear: both;
	margin-top: 20px;
	margin-left: 50px;
	padding-bottom: 3px;
	width: 257px;
	border-bottom: 1px solid #ffffff;
	font-family: arial;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #ffffff;
}

.link p
{
	margin-top: 3px;
	margin-left: 50px;
	padding-top: 5px;
	padding-left: 5px;
	width: 247px;
	font-family: arial;
	font-size: 0.6em;
	color: #ffffff;
	float: left;
	clear: left;
}

.link .img_link
{
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 100px;
}

.link .img_link img
{
	border: none;
}

.link a
{
	margin-right: 346px;
	margin-top: 10px;
	float: right;
	clear: right;
	font-family: arial;
	font-size: 0.6em;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	outline-style: none;
}

.link a:hover
{
	text-decoration: underline;
}