/************* GENERAL CSS ************/

body {
width:100%;
	margin: 0px;
	padding: 0px;
	background: #888888;
	text-align: justify;

	font-size: 13px;

}

h1, h2, h3, h4, h5, h6 {
	text-decoration: none;
	color: #666666;
	
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

/************* HEADER STUFF ************/

#header {
	width: 770px;
	height: 100px;
	margin: 0px auto;

	background:  url( header.jpg);
	background-repeat:no-repeat;

	
}

#header h1 {
	margin : 0px;
	padding: 10px 0px 0px 20px;
	text-align: left;
	color: #f53d76;
	font-weight:bold;

	font-size: 18px;
	font-style:italic;



}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

.menu1 {width:730px; margin: 0px auto; list-style:none; height:35px; background:#fff url(button1.gif); border:1px solid #888; border-width:0 1px; border-bottom:1px solid #888;font-family: "Calibri";}
.menu1 li {float:left;} 
.menu1 li a {display:block; float:left; height:35px; line-height:35px; color: #fdf3b2; text-decoration:none; font-size:15px;  
text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu1 li.current a {color:#fff; background:url(button3.gif);}
.menu1 li.current a b {background:url(button3.gif) no-repeat right top;}
.menu1 li a:hover {color:#fff; background:#282a7b url(button2.gif);}
.menu1 li a:hover b {background:url(button2.gif) no-repeat right top;}
.menu1 li.current a:hover {color:#fff; background:#282a7b url(button3.gif); cursor:default;}
.menu1 li.current a:hover b {background:url(button3.gif) no-repeat right top;}


/************* CONTENT ************/

#content {
	width: 770px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color:#ffffff
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {

	float: left;
	width: 240px;
	padding: 30px 10px 0px 5px;
	background-color:#ffffff;

	color:#999999;
	
}

#right {
	float: right;
	
	background-color:#999999
	padding: 180px 10px 50px 20px;
	color: #888888;
margin: 45px;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 771px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	background: url(images/back-footer.png) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #666666;
	font-family:"Arial, Calibri";
}
.Style5 {font-size: 12px;
color:#666666}

