
body { color: #ffffc7; }

h1, h2, h3, h4, h5, h6
{
	color: #ffffc7;
	font-weight: bold;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16x; }

h4, h5, h6 { font-size: 14px; }

a, a:link, a:visited
{
	color: #fff;
	text-decoration: underline;
}
a:hover { text-decoration: none; }

#home_top
{
	height: 299px;
	background: url(../images/home_top.jpg) top left no-repeat;
}

#home_top_1, #home_top_2, #home_top_3
{
	width: 173px;
	height: 238px;
	margin-top: 54px;
}

#home_top_1
{
	float: left;
	margin-left: 25px;
}
* html #home_top_1 { margin-left: 13px; }

#home_top_2
{
	float: left;
	margin-left: 57px;
}
* html #home_top_2 { margin-left: 53px; }

#home_top_3
{
	float: right;
	margin-right: 24px;
}
* html #home_top_3 { margin-right: 10px; }

#content h1 { margin-bottom: 0px; padding-bottom: 0px; }
#content h1 img { margin-left: 125px; }

#content_left
{
	float: left;
	width: 438px;
	padding-top: 10px;
	border-top: 1px solid #78784c;
}

#content_right
{
	float: right;
	width: 220px;
	padding-top: 10px;
	border-top: 1px solid #78784c;
}
#content_right img { float: right; }