*
{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

body
{
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	background: #FFF url('../img/pattern.jpg') repeat-x scroll 0 0;
	
}

a img
{
	border-width: 0;
}

a:hover
{
	text-decoration: none;
}

#container
{
	width: 890px;
	margin: 0 auto;
}

#header
{
	height: 368px;
	position: relative;
}

#top
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#logo
{
	position: absolute;
	top: 40px;
	right: 640px;
}

#claim
{
	position: absolute;
	right: 650px;
	top: 130px;
}

#sidebar
{
	width: 220px;
	float: left;
	background-color: #F5F5F5;
	margin-top: 10px;
	padding: 10px;
}

#sidebar img
{
	margin-bottom: 10px;
	width: 220px;
}

#content
{
	margin-left: 250px;
}

#menu
{
	height: 50px;
	background: #FFF url('../img/bkg_menu.jpg') no-repeat scroll 0 0;
	line-height: 50px;
	padding: 0 10px;
	margin-bottom: 20px;
}

#menu a
{
	line-height: 50px;
	display: block;
	float: left;
	color: #000;
	font-size: 1.0em;
	font-weight: bold;
	padding: 0 5px;
}

#menu a.sel, #menu a:hover
{
	color: #CF0039;
}

#box
{
	background-color: #e9e9e9;
	margin-top: 20px;
}

.txt_center
{
	text-align: center;
}

#box .txt_center
{
	padding: 5px 0;
}

#box a
{
	margin: 0 10px;
}

#footer
{
	clear: left;
	border-top: 1px solid #C3C3C3;
	margin-top: 20px;
	padding-bottom: 20px;
}