/* CSS Document */
body {
    background-color: #FFFFFF;
	background-image:url(../images/bg_body.gif);
	background-repeat:no-repeat;
	background-position:top;
    margin: 0px;
}

body, div, p, table, td, th, h1, h2, h3, input, select, textarea, option, pre {
    font-family: Arial;
	color: #333333;
}

body, div, p, table, td, th, input, select, textarea, option, pre {
    font-size: 12px;
}

a {
	color: #345F9A;
	font-weight: bold;
}

a:visited, a:link, a:active {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0px;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #181818;
	margin: 5px 12px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

h4 {
	font-size: 12px;
	margin: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

#container {
	width: 910px;
	margin: 0px auto 0px auto;
}

#header {
	width: 910px;
}
#content {
	width: 910px;
	height: 532px;
	background-color: #000;
	background-image:url(../images/bg_main.jpg);
	background-repeat:no-repeat;
}
#footerspacer {
	clear: both;
	height: 15px;
}
#footer {
	width: 910px;
	height: 20px;
	background-image:url(../images/bg_footer.gif);
	background-repeat:no-repeat;
	font-size: 9px;
	color: #000000;
	text-align: center;
	padding-top: 10px;
}
#footer a {
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.contentimage {
	float: right;
}
.contenttext {
	width: 327px;
	height:372px;
	padding-top: 40px;
}
.contenttext .box {
	margin: 0px 29px 0px -4px;
}
.contenttext .box img {
	cursor: pointer;
}
.contenttext .textbox {
	margin: 0px 29px 0px 29px;
	padding: 12px;
	overflow: hidden;
	background-color: #202020;
	color: #A6A6A6;
}
.boxes {
	width: 910px;
}
.boxes .boxspacer {
	float: left;
	width: 14px;
	background-image:url(../images/bg_boxspacer.gif);
	background-repeat:repeat-x;
}
.boxes .box {
	float: left;
	width: 294px;
	height: 271px;
}
.boxes .box .header {
	width: 283px;
	height: 24px;
	background-image:url(../images/box_header.gif);
	background-repeat:no-repeat;
	color: #E0E0E0;
	font-weight: bold;
	padding: 7px 0px 0px 11px;
}
.boxes .box .content {
	width: 278px;
	height: 200px;
	background-image:url(../images/box_content.gif);
	background-repeat:no-repeat;
	padding: 11px 5px 0px 11px;
}
.boxes .box .content img {
	border: 1px solid #DEDEDE;
	margin: 2px 10px 10px 0px;
}