body{
	margin:0px;
	font:normal 10pt arial;
	background:#000 url('../images/cdcover2.jpg') no-repeat top center; /* cdcover.jpg is the background image */
	background-attachment:fixed;

}

a{
	color:#DFBC53;   /* defines the color of links that appear in content blocks */
	text-decoration:none;
}

a:hover{
	color:#FFEBAF;   /* defines the color of links that appear in content blocks when hovered over with a mouse */
	text-decoration:none;
}


h1{
	font-size:1.1em;
	margin:5px 0px 5px 0px;
	color:#DB2906;
}

h2{
	font-size:1em;
	margin:0px;
	color:#DBA706;
}

#body{
	width:686px;      /* This is the width of header image + 2 pixels */
	text-align:left;
}

#header{
	border:1px solid #DBA706;
	border-top: none;
}

#header img{
	margin:0px;
}

#navigation{
	padding:5px 0px 5px 0px;
	text-align:center;
	border: 1px solid #DBA706;
	border-top: none;	
	position:relative;
	background-image:url('../images/bg30.png');
}

#navigation div.bg{
	display:none;
}
	
#navigation div.link{
	position:relative;
	z-index:3;
}

#navigation div.link a, #navigation div.link a.active{
	text-decoration:none;
	color:#FFFF99;           /* defines the color of the non active navigation links */
	font-weight:bold;
}

#navigation div.link a:hover{
	color:#FFF;    /* defines the color of non-active links when hovered over with the mouse */
}

#navigation div.link a.active {
	color:#DBA706;  /* Defines the color of the 'active' navigation link */
}

#navigation div.link a.active:hover {
	color:#DBA706;  /* Defines the color of the 'active' navigation link when hovered over with the mouse*/
}

#bodycontent {
	position:relative;
	border:1px solid #DBA706;
	border-top:none;
	background-image:url('../images/bg80.png') ;
}

#bodycontent div.bg{
	display:none;
}

#content{
	width:640px;
	padding:15px;
	margin-right:15px;
	border:1px solid #DBA706;
	z-index:3px;
}

#content .block{
	border-top:1px solid #8F6B00;
	padding-top:10px;
	color:#fff;
	font-size:10pt;
	text-align:left;
	margin-bottom:20px;
}

#sidebar{
	width:188px;
	padding:0px;
	z-index:3px;
	text-align:left;
	color:#fff;
	font-size:10pt;
}

#sidebar img{
	border:1px solid #8F6B00;
	margin-bottom:15px;
}

#footer{
	position:relative;
	clear:both;
	color:#FFF;
	font-size:0.8em;
	padding:10px;
	border:1px solid #DBA706;
	background-image:url('../images/bg30.png');
}

#footer div.bg{
	display:none;
}