body {
	background-color: #91023e;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-attachment: scroll;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color : #000000;
  text-align: center;
}

/* @group Header */

#header {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

#header_left {
	float: left;
}

#header_right {
	float: right;
}

#header_animation {
	clear: both;
	background-color: white;
	padding-top: 10px;
}

/* @end */

/* @group Search bar */

#searchbar_wrapper {
	margin: 0; 
	padding: 3px 0 0 0; 
	border-bottom: 2px solid #f6f6f6;
}

#searchbar {
	border-bottom: 3px solid #e3e3e3;
	text-align: center;
	margin: 0 auto;
	background-image: url(/images/topbar-bg.gif);
}

#searchbox {
	background-color: #ffffff;
	border: 1px solid #7e7e7e;
	width: 184px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

#searchbar table {
	margin-left:  29px;
}

#searchbar table td, #searchbar table td a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color : #7e7e7e;
}


/* @end */

#wrapper {	
	clear: both;
	width: 863px;
	margin: 0 auto;
	text-align: center;
	background-color: white;
	padding: 0 19px 5px 18px;
}


#main {
	background-color: white;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #c2c2c2;
}

#sidebar {
	clear: both;
	width: 195px;
	height: 680px;
	float: left;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #c2c2c2;
	text-align: left;
}

#content {
	width: 620px;
	text-align: left;
	float:  right;
	margin-top: 30px;
        margin-right: 10px;

}

#footer {
	clear: both;
}

#list-menu { 
	width: 195px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border-top: 1px solid #c3c3c3;
	margin-top: 13px;
}

#list-menu ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#list-menu li {
	margin: 1px 0 0 0;
	padding: 0;
	background-image:none;
}

#list-menu a, #list-menu .current {
	display: block;
	width:172px;
	padding: 2px 2px 2px 21px;
	border-bottom: 1px solid #c3c3c3;
	background-image: url(/images/mainmenu-off.gif);
	text-decoration: none;
	height: 23px;
	line-height: 23px;
	color : #7e7e7e;
}

#list-menu .current {
	color: #91023e;
	background-image: url(/images/mainmenu-on.gif);
}

#list-menu a:hover {
	background-image: url(/images/mainmenu-on.gif);
	color : #91023e;
}

#tc {
	background-color: #ffffff;
	background-image: url(/images/tc-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 3px;
	width: 195px;
	height: 231px;
	position: relative;
}

#tc_links {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	color : #7e7e7e;
	position: absolute;
	bottom: 0;
	height: 15px;
	width: 195px;
}

#tc_links a:link { color: #7e7e7e; text-decoration: none; }
#tc_links a:hover { color: #a40545; text-decoration: underline; }
#tc_links a:visited { color: #7e7e7e; text-decoration: none; }
#tc_links a:active { color: #7e7e7e; text-decoration: none; }


