@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	color:#ffffff;
	background-color:#000000;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	}


#wrap {
	width:750px;
	margin:0 auto;
	background:#321668;
	}
	
#header {
	height: 150px;
   	padding:5px 10px;
	background:#282828;
	text-align: right;
	}
	
h1 {
	margin:0;
    }

#nav {
	padding:5px 10px;
	background:#8a961a;
		}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#nav li {
	display:inline;
	margin:0;
	padding-right: 20px;
	}
	
	#nav a:link {color:#321668; text-decoration: none; }
#nav a:visited {color: #321668; text-decoration: none;} 
#nav a:active  {color:#d8e650;  }
#nav a:hover   {color:#e7f373; background-color: #321668; text-decoration: underline;  }

#main {
	float:right;
	width:480px;
	padding:10px;
	background:#ffffff;
	color: #000000;
	}
	
h2 {
	margin:0 0 1em;
	}
	
#sidebar {
	float:left;
	width:230px;
	padding:10px;
	color: #ffffff;
	}

#sidebar ul{
	list-style-type: none;
	}	
	
	
#sidebar a:link {color:#d8e650; }
#sidebar a:visited {color: #9374d0; } 
#sidebar a:active  {color:#d8e650; }
#sidebar a:hover   {color:#321668; text-decoration: underline;  background-color: #d8e650;}
	
#footer {
	clear:both;
	padding:5px 10px;
	background:#8a961a;
	}
	
#footer p {
	margin:0;
	text-align: center;
    }
	
* html #footer {
	height:1px;
	}

a:link {outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;}
a:visited {color: #541365; } 
a:active  {color:#d8e650; }
a:hover   {color:#8a961a; background-color: #321668;text-decoration: underline;  }

h1 {text-transform: uppercase; color: #320453; font-size: 20px;  font-weight: 500; line-height: 32px; margin-top: 4px; background-color: #d8e650; }
h2 { color: #f5ea9d; background-color: #8a961a; font-size: 18px;  font-weight: normal; margin: 0.83em 0 0; }
h3 { color: #d83650; font-size: 20px;  font-weight: bold; text-align: center; letter-spacing: -1px; width: auto; }
		/*#BFSadd {right: 10px; text-align:right; color: #FFFFFF; position: absolute; width: 400px; visibility: visible; margin-top: 10px;}*/
					


