* { margin: 0; padding: 0; }
a img { border: none; }

body {
	background:				url(../img/backgrounds/splash.gif) center top no-repeat #F1F1F1;
	font-family:			Arial, sans-serif;
	color:					#000;
	margin-bottom:			20px;
	text-align:				center;
}

a { text-decoration: underline; color: #E85E38; }
a:hover { text-decoration: underline; }

.clear { clear: both; }

#container 
{
	text-align:				left;
	width:					937px;
	margin:					0 auto;
	margin-top:				140px;
}

h1 
{
	font-size:				36px;
	font-weight:			bold;
	color:					#A4A25F;
	margin-bottom:			3px;
}
h2 
{
	font-size:				12px;
	font-weight:			normal;
	color:					#A4A25F;
}

.box, .box_last
{
	background:				#fff;
	float:					left;
	width:					212px;
	height:					236px;
	margin-right:			25px;
	position:				relative;
	margin-top:				25px;
}
.box_last 
{
	margin-right:			0;
}
.box a, .box_last a 
{
	display:				block;
	width:					100%;
	height:					100%;
	padding:				0;
	color:					#000;
	text-decoration:		none;
}
.box h3, .box_last h3 
{
	margin:					0 15px;
	margin-bottom:			12px;
	padding-top:			18px;
	font-size:				18px;
	font-weight:			bold;
}
.box p, .box_last p 
{
	margin-left:			15px;
	margin-right:			5px;
	font-size:				12px;
}
#container .box img, #container .box_last img 
{
	position:				absolute;
	bottom:					11px;
	right:					18px;
}
.small_box 
{
	float:					right;
	background:				#fff;
	width:					212px;
	height:					176px;
	margin-top:				22px;
	margin-right:			15px;
	position:				relative;
	margin-bottom:			20px;
}
.small_box a 
{
	display:				block;
	width:					100%;
	height:					100%;
	color:					#000;
	text-decoration:		none;
}
.small_box h3
{
	margin:					0 15px;
	margin-bottom:			12px;
	padding-top:			18px;
	font-size:				18px;
	font-weight:			bold;
}
.small_box p 
{
	margin-left:			15px;
	margin-right:			0px;
	font-size:				12px;
}
#container .small_box img 
{
	position:				absolute;
	bottom:					11px;
	right:					18px;
}
#container img 
{
	float:					left;
	margin-top:				22px;
}

#container p a, #container h3 a 
{
	color:					#000;
	text-decoration:		none;
}