 	body {
	margin:0;
	padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color:#711550;
	text-align: left;
	background-color:#f9f5bb;
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-x;
	background-position:top center;
	}
   	
	#page{
	width:954px;
	margin:0 auto;
	padding: 0 0px;
	}
	
	#page .header{
	padding: 115px 0 0 0;
	background-image:url('../images/top.png');
	background-repeat: no-repeat;
	}
	
	#page .header .footer{
	padding: 0 0 0 0;
	}
	
	#page .header .footer .body{
	width:954px;
	}

	
/** Sidebar **/	
	#page .header .footer .body #sidebar{
	width:231px;
	float:right;
		}	
	
/** Navigation **/
	 
	#page .header .footer .body #sidebar ul.navigation{
	list-style-type:none;
	width:231px;
	z-index:9990;
	padding: 0 0 0 0;
	margin-top: 0px;
	}
	
	#page .header .footer .body #sidebar ul.navigation li{
	height:40px;
	position:relative;
	text-align:center;
	line-height:40px;
	letter-spacing: 0.21em;
	} 
	
	#page .header .footer .body #sidebar ul.navigation li a{
	color:#711550;
	text-decoration:none;
	text-shadow: #ffffff 1px 0px 1px;
	width:231px;
	height:40px;
	display:block;
	background-image:url(../images/navi.png);
	background-repeat:no-repeat;
	background-position:top;
	}
	
	#page .header .footer .body #sidebar ul.navigation li a:hover{
	color: #FFF;
	text-shadow: #af5990 1px 0px 1px;
	width:231px;
	height:40px;
	display:block;
	background-image: url(../images/navi-active.png);
	background-repeat:no-repeat;
	}
	
	#page .header .footer .body #sidebar .footenote{
	width: 231px;
	text-align: center;
	color: #5c054f;
	font-size: 11px;
	line-height: 140%;
	margin-top: -180px;
	}
	#page .header .footer .body #sidebar .footenote span{
	margin-top: -160px;
	 }
	 #page .header .footer .body #sidebar .footenote span a{
	text-decoration:none;
	color: #5c054f;
	font-weight: bold;
	 }
	 #page .header .footer .body #sidebar .footenote span a:hover{
	color:#CC00FF;
	 }
	 #page .header .footer .body #sidebar .footenote span a:visited {
	color: #663366;
 	}

/** Content **/	
		.headline{
	font-family:Helvetica;
	font-size:18px;
	color:#906;
	text-decoration:none;
	font-weight:bold;
	text-transform: uppercase;
		}
		
		#page .header .footer .body #content{
	padding-left: 70px;
	width:630px;
	float:left;
	background-image: url(../images/bg-content.png);
	background-repeat: no-repeat;
	padding-right: 20px;
		}
		
		#page .header .footer .body #content .content img{
           border:0;
		}		

		#page .header .footer .body #content .content{
		   width:660px;
			float:left;
			padding-top:20px;
			overflow:hidden;
		}
	   	  
  		#page .header .footer .body #content .content ul li{
		    list-style-type:none; 
			padding-right:40px;
		}
		
		#page .header .footer .body #content .content ul li span{
		    display:block;
			font-style:Italic;
		}
		
		#page .header .footer .body #content .content ul li a{
		     text-decoration:none;
		}
		
		#page .header .footer .body #content .content ul li a:hover{
		     color:#cccccc;
		}
		
		#page .header .footer .body #content .content ul li a span{
		    display:block;
			color:#ffffff;
			margin-top:00px;
			font-style:Italic;	
		}
		
		#page .header .footer .body #content .content H2{
		   font-family:Helvetica;
		   font-size:15px;
		   color:#ffffff;
		   text-decoration:none;
		   font-weight:bold;
		}
		#page .header .footer .body #content .content ul li p{
		   font-family:Helvetica;
		   font-size:14px;
		   color:#ffffff;
		}
		#page .header .footer .body #content .content ul li p a{
		   font-family:Helvetica;
		   font-size:14px;
		   color:#ffffff;
		   text-decoration:underline;
		}
		#page .header .footer .body #content .content ul li p a:hover{
		   font-family:Helvetica;
		   font-size:14px;
		   color:#cccccc;
		}
