html, body { width: 100%; height: 100%; margin : 0; padding : 0; }
form, fieldset, p, h1, h2, h3, h4, ul, li { margin : 0; padding : 0 }
h1, h2, h3, h4 { font-weight : normal; font-size: 12px; }
fieldset { border: 0 }
ul { list-style : none }

body
{
	font-family	: arial;
	background	: #666666;
}

#top
{
	height	: 56px;
}

#header
{
	background		: #3f3f3f url(../images/header.jpg) center bottom repeat-x;
	height			: 396px;
	text-align		: center;
	color			: #fff;
	font-size		: 22px;
	line-height		: 46px;
	border-top		: 1px solid #000;
	font-variant	: small-caps
}

#header a
{
	color			: #fff;
	text-decoration	: none;
}

#header.small
{
	background		: #3f3f3f url(../images/header.jpg) center 46px repeat-x;
	height			: 196px;
}

	

#menu
{
	padding-top			: 12px;
	background			: #3f3f3f;
	height				: 34px;
	border-top			: 1px solid #000;
	border-bottom		: 1px solid #000;
	text-align			: center;
}

#menu a
{
	color			: #fff;
	border			: 1px solid #000;
	padding			: 3px 10px;
	font-size		: 13px;
	text-decoration	: none;
}

#menu a:hover
{
	border			: 1px solid #fff;
}

#menu a.active
{
	color			: #feffbb;
	border			: 1px solid #feffbb;
}

#content
{
	color	: #fff;
	width	: 800px;
	margin	: 0 auto;
	padding	: 30px 10px 20px 10px;
}

#content p
{
	line-height : 18px;
	font-size	: 14px;
	color		: #efefef;
}

#content table td
{
	font-size	: 13px
}

#content b
{
	color	: #fff;
}

#content a
{
	color	: #efefef;
}

#content a:hover
{
	text-decoration	: none;
}

#content h1
{
	color		: #fff;
	line-height	: 50px;
	font-size	: 32px;
	border-bottom	: 1px solid #fff;
}

#content h2
{
	margin		: 50px 0 10px 0;
	font-size	: 25px;
	color		: #fff;
}

#content img
{
	border	: 1px solid #999999;
}

#content img.right
{
	margin	: 0 0 3px 5px;
}

#content img.left
{
	margin	: 0 15px 3px 0;
}

#content ul li
{
	line-height		: 22px;
	font-size		: 14px;
	padding-left	: 15px;
	background		: url(../images/bullet.gif) 5px 10px no-repeat;
}

#content .index
{
	text-align	: center;
	padding-top	: 170px;
	color		: #BFCD78;
	font-size	: 15px;
}





