/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #0f1110 url(images/body-bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}

/*  FORMATTING   */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #fff;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border-bottom: 1px solid #999999;
	margin-bottom: 5px;
	color: #999;
}

h3 {
	font-size: 14px;
}

ul {
	margin-left: 20px;
}

li {
	color: #333333;
	line-height: 125%;
}



a {
	color: #999;
}

p {
	margin-bottom: 10px;
	line-height: 150%;
	color: #999;
}


table.proper td {
padding: 10px;
}





/*  STRUCTURE   */
#everything {
	width: 800px;
	margin: 0 auto;
	background: url(images/everything-bg.png) repeat-y;
}

#middle {
	margin: 0 49px 0 50px;
}


#logo {
	float: left;
}

#logo img {
	border: 0;
}

#header {
	height: 163px;
	width: 701px;
	background: #020308 url(images/header-nav.jpg) no-repeat;
	background-position: right;
}

#navigation {
	height: 51px;
	padding-top: 83px;
}

#navigation img {
	border: 0;
}

#content {
	padding: 20px;
	background: #182b78 url(images/content-bg.jpg) no-repeat;
	min-height: 430px;
}

#bottomnav {
	text-align: center;
	background: #182b78;
	padding-bottom: 15px;
}

#footer {
	padding: 20px;
	text-align: right;
	color:#666666;
	border-top: 1px solid #999999;
	font-size: 10px;
	background: #182b78;
}

#footer a {
	color: #666666;
	text-decoration: none;
}



/*  BOXES   */

#boxes p {
	color: #333333;
	line-height: 150%;
}

#boxes h3 {
	color: #d72a23;
	border-bottom: 1px solid #fff;
	margin-bottom: 3px;
	font-size: 14px;
}

#boxes {
	height: 170px;
	background: #182b78;
	padding: 15px;
}

#boxes a {
	color: #333333;	
}

#box1 {
	background: url(images/module.jpg) no-repeat;
	float: left;
	width: 131px;
	height: 125px;
	padding: 15px;
}

#box2 {
	background: url(images/module.jpg) no-repeat;
	float: left;
	width: 131px;
	height: 125px;
	padding: 15px;
	margin-left: 7px;
}

#box3 {
	background: url(images/module.jpg) no-repeat;
	float: left;
	width: 131px;
	height: 125px;
	padding: 15px;
	margin-left: 7px;
}

#box4 {
	background: url(images/module.jpg) no-repeat;
	float: left;
	width: 131px;
	height: 125px;
	padding: 15px;
	margin-left: 7px;
}