<!--

body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #cccccc url('images/bg.jpg') repeat-x top;
}

a
{
	color: #d1002d;
	text-decoration: none;
}

a:hover
{
	color: #d1002d;
	text-decoration: underline;
}

p, div, span, td, th
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
}

p, h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

h2
{
	font-size: 24px;
	color: #d1002d;
}

h3
{
	font-size: 16px;
	color: #666666;
}

h4
{
	font-size: 12px;
	font-weight: bold;
}

#c_a
{
	margin: 0px auto;
	width: 780px;
	border: 1px solid #666666;
	border-top: 0px;
	background: white;
	text-align: left;
}

#header
{
	width: 780px;
	height: 120px;
	background: white url('images/header.jpg') no-repeat top center;
}

#c_b
{
	background: white url('images/bg2.jpg') repeat-x top;
}

#menu
{
	float: left;
	width: 150px;
}

#content
{
	float: right;
	width: 630px;
}

#menu div
{
	padding: 5px;
}

#menu div div
{
	padding: 0px;
	margin-bottom: 5px;
}

#menu div div a
{
	color: black;
	text-decoration: none;
}

#menu div div.s a
{
	color: #d1002d;
}

#menu div div a:hover
{
	color: #d1002d;
	text-decoration: underline;
}

#content div
{
	padding: 5px;
}

-->