/******************************/
/***** STANDARD ELEMENTS ******/
/******************************/
body
{
	color: #3b453c;
}
h1
{
	/*color: #334466;*/
}
h4
{
	margin-bottom: 0px;
}
img
{
	border: none;
}
a
{
	color: #cc0000;
	text-decoration: underline;
}
a:hover
{
	color: #ee0000;
	text-decoration: none;
}


/******************************/
/******* GLOBAL CLASSES *******/
/******************************/
.clear
{
	clear: both;
}
.button
{
	background-color: #334466;
	font-size: 16px;
	padding: 5px;
	text-align: center;
}
.button a
{
	color: #ffffff;
	text-decoration: none;
}
.center
{
	text-align: center;
}



#container
{
	margin: 0px auto 0px auto;
	width: 980px;
}


/******************************/
/********** HEADER ************/
/******************************/
#header
{
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #dddddd;
	margin-bottom: 10px;
}
#headerNav
{
	float: left;
}
#headerLogin
{
	float: right;
}
#headerLogin a
{
	text-decoration: none;
}
#headerLogin a:hover
{
	text-decoration: underline;
}


/******************************/
/******** NAVIGATION **********/
/******************************/
.navigation
{
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.navigation a
{
	color: #cc0000;
	text-decoration: none;
}
.navigation a:hover
{
	color: #ee0000;
	text-decoration: underline;
}
#navigation ul
{
	list-style: none;
	padding: 13px 0px 3px 0px;
	margin: 0px;
	text-align: center;
	white-space: nowrap;
}
#navigation ul li
{
	display: inline;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}
#navigation ul a
{
	border-top: 3px solid transparent;
	color: #ffffff;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
}
#navigation ul a:hover
{
	border-color: #ffffff;
	color: #eeeeee;
}


/******************************/
/********** CONTENT ***********/
/******************************/
#content
{
	background: #eeeeee;/* #f7e5d7; */
	padding: 10px;
}
#content #contentLeft
{
	float: left;
	width: 250px;
}
#content #contentRight
{
	float: left;
	width: 550px;
	padding-left: 15px;
}

#home #mainImage
{
	float: left;
	padding-right: 15px;
	height: 316px;
}
#home #mainContent
{
	float: left;
	width: 500px;
}


/******************************/
/********* ????????? **********/
/******************************/

#error
{
	background-color: #000000;
	color: #ffffff;
	ztext-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 50px;
}
#error a:link, #error a:visited, #error a:active
{
	color: #ff0000;
}
#error a:hover
{
	color: #cccccc;
	text-decoration : none;
}



/******************************/
/********** FOOTER ************/
/******************************/
#footer
{
	color: #dddddd;
	margin-top: 15px;
	text-align: center;
}

/******************************/