* {
	font-family: tahoma;
	color: #FFFFFF;
}

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	font-size: 80%;
	text-align: center;
}

div {
	font-size: 100%;
	text-align: left;
}

/* GLOBALS */

h1,h2,h3 {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 140%;
}

a {
	color: #AB4E0D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

/* DIV, SPAN, IMG */

div.mainContainer {
	width: 1002px;
	height: 627px;
	margin: 0px auto;
}

div.top {
	background: url(../images/topBg.jpg) repeat-x #3D000A;
	border-top: 1px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	height: 74px;
	padding-right: 15px;
}

div.topButtons {
	text-align: right;
	float: right;
	width: 318px;
	margin-top: 7px;
}

div.content {
	background: url(../images/contentBg.jpg) no-repeat #000000;
	height: 535px;
	padding-right: 15px;
}

div.text {
	float: right;
	width: 315px;
	margin: 35px 25px 0px 0px;
}

div.portlets {
	float: right;
	width: 271px;
	padding-top: 12px;
}

div.portlet {
	margin-bottom: 9px;
}

div.portletGreen {
	width: 267px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background: #B0A129;
}
*html div.portletGreen {
	width: 271px;
}

div.portletRed {
	width: 267px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background: #9F001A;
}
*html div.portletRed {
	width: 271px;
}

div.portletText {
	padding: 0px 12px 12px 12px;
}

div.footer {
	padding: 4px 15px 0px 15px;
	height: 32px;
	border-top: 2px solid #FFFFFF;
}

img.logo {
	margin: 12px 0px 0px 14px;
}
