body{
	margin:0px;
	padding:185px 0px 0px 0px;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	color:#000101;
	cursor:default;
}
img{
	border:0px;
}
#logo{
	margin:auto;
	text-align:center;
	padding-bottom:15px;
}
#logo img{
	margin-left:1px;
}
#container{
	background:url(../gfx/bg-home.gif) repeat-x;
	border-bottom:solid 10px #ffffff;
}
#leftbox{
	width:50%;
	height:156px;
	text-align:right;
	float:left;
	border-bottom:solid 11px #9f060b;
}
#leftbox div{
	width:192px;
	height:128px;
	background:url(../gfx/home-img1.jpg) no-repeat 5px 5px;
	padding:5px;
	border:solid 1px #ffffff;
	margin:7px 18px 0px 0px;
	float:right;
}

#rightbox{
	height:167px;
	border-left:solid 1px  #ffffff;
	float:left;
}
#rightbox div{
	width:192px;
	height:128px;
	background:url(../gfx/home-img2.jpg) no-repeat 5px 5px;
	padding:5px;
	border:solid 1px #ffffff;
	margin:7px 0px 0px 18px;
}

#buttons{
	width:442px;
	margin:auto;
	border:solid 1px #d2d2d2;
	clear:both;
	background:url(../gfx/bg-home-buttons.gif) 221px 4px no-repeat;
	text-align:center;
}
#buttons img{
	margin:9px 16px 6px 17px;
}
#buttons hr{
	display:none;
}

#footer{
	color:#c9c9c9;
	margin:auto;
	width:300px;
	text-align:center;
	text-transform:uppercase;
	padding-top:7px;
	font-size:10px;
}

.c{
	clear:both;
}