﻿body {
	background:url(images/bg.jpg) repeat-x;
	background-color:#fff;
	font-family:Arial, Tahoma;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
body a {
	cursor:pointer;
	text-decoration:none;
}

img {
	border:none;
}

.content {
	margin:24px auto 24px auto;
	width:960px;
	height:auto;
	padding:10px 0 0 0;
	text-align:center;
	background:url(images/bg-content.jpg) repeat-x;
	background-color:#182e53;
}

.box {
	margin:3px 0 20px 27px;
	padding:6px 5px 10px 5px;
	width:150px;
	height:auto;
	background:#2f4973;
	float:left;
}

h1 {
	color:#fff;
	font-size:12px;
	font-family:Arial,Tahoma;
	padding:10px 0 0 0;
	margin:0 0 0 0;
}

h1:hover {
	text-decoration:underline;	
}

.clear {
	clear:both;
	width:600px;
	height:2px;
}