/*
-----------------------------------------------------------------
Main 
-----------------------------------------------------------------
*/
body {
	background-color: #000000;
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #CCCCCC;
}

/*
-----------------------------------------------------------------
Main Navigation
-----------------------------------------------------------------
*/
#naviList {
	list-style: none;
	margin: 0px;    
	padding: 0px 20px 0px 20px;
	height: 20px;
}

#naviList li {
	padding: 0px;
	float: left;
	margin: 0px 60px 0px 0px;
}

#naviList .selected {
	font-weight: bold;
	color: #FF0000;
}

#naviList a{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	text-align: center;
	text-decoration: none;
	color: #D40027;
	display: block;
}

#naviList a:hover{
	color: #FF0000;
}


/*
-----------------------------------------------------------------
Main - Links
-----------------------------------------------------------------
*/
a:link {
	color: #D40027;
	text-decoration: none;
}
a:visited {
	color: #D40027;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #00FF00;
	text-decoration: none;
}

/*
-----------------------------------------------------------------
Containers 
-----------------------------------------------------------------
*/
#container {
	width: 766px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border: 1px solid #de0025;
	background-color: #333333;
}

#container-header {
	width: 766px;
	height: 82px;
	padding: 0px;
}

#container-navigation {
	width: 766px;
	height: 20px;
	padding: 0px;
	border-top: 1px solid #de0025;
	border-bottom: 1px solid #de0025;
}

#container-content {
	width: 726px;
	min-height: 300px;
	padding: 20px;
	clear: both;
	background-color: #000000;
}

#container-footer {
	width: 726px;
	height: 20px;
	border-top: 1px solid #de0025;
	line-height: 18px; /* middle */
	text-align: right;
	color: #D30625;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
}









































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {
margin: 0 0 0 0;
padding: 0 0 0 0;
font-size: 25px;
color: #CCCCCC;
font-weight: bold;
}

