body {
	background-color: #000;
	color: #FFF;
}

a {
	text-decoration: none;
	color: #cc0404;
}
a:hover {
	text-decoration: underline;
}

#home_header {
	width: 100%;
	height: 135px;
}

#home_header #home_logo {
	float: left;
	display: inline;
	margin-left: 60px;
	margin-top: 100px;
}

#home_content {
	width: 100%;
	height: 440px;
	background: url(/layouts/img/bg_home.jpg) no-repeat;
}


#home_footer {
	margin-right: 90px;
}

#home_leftSidebar, #home_rightSidebar {
	float: left;
	width: 450px;
	margin-top: 25px;
}

ul#home_mainMenu {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 25px;
}
ul#home_mainMenu li {
	text-align: right;
}
ul#home_mainMenu li a {
	font-weight: bold;
}

#home_welcomeText {
	border-left: 1px solid #605e5e;
	padding: 0 100px 0 25px;
	margin-bottom: 15px;
}

ul#home_featuredMenu {
	margin: 0 0 0 50px;
	padding: 0;
	list-style: none;
}
ul#home_featuredMenu li {
	line-height: 25px;
	padding-left: 20px;
	background: url(/layouts/img/arrowlist.gif) no-repeat center left;
}
ul#home_featuredMenu li a {
	color: #fff;
	font-weight: bold;
}