body {
	font-family: "Trebuchet MS", Verdana;
	background-color: #ECEADB;
	background-image: url(images/bg_rep.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
#nav {
	background-color: #333333;
	margin-bottom: 5px;
	padding-left: 70px;
}
#header {
	background-color: #FFFFFF;
}
#content {
	font-size: 12px;
	color: #000000;
	clear: both;
	padding-top: 25px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h1 {
	font-size: 23px;
	font-weight: normal;
	color: #000000;
}
#content #right {
	background-color: #FFFFFF;
	float: right;
	width: 250px;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #E6E6E6;
	padding-bottom: 10px;
}

#right li {
	font-size: 10px;
	padding-left: 25px;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: transparent;
	background-image: url(images/li_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 30%;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFCC00;
	text-decoration: none;
	background-color: #333333;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding-top: 4px;
	clear: both;
	margin-top: 20px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadow{
	padding: 2px;
	background-color: #FFFFFF;
	font-size: 12px;
	position:relative;
	z-index:100;
	float: left;
	width: 890px;
	border: 1px solid #E6E6E6;
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}
div#noimgbdr a {        
border: 0px solid #F4F4F4
}
div#noimgbdr a:hover {        
border: 0px solid #FFFFFF;
        padding: 0px
}
.red {
	color: #FF0000;
	font-weight: bold;
}
#highlight {
	background-color: #FFFFFF;
	width: 400px;
	border: 1px solid #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
