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

body {
	margin: 0px;
	padding: 0px;
	background: #F4FFEF;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #FF6600;
}

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

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

#header {
	width: 770px;
	height: 50px;
	margin: 0px auto;
	padding: 0px 0px;
	background: #FFFFFF;
}

#header h1 {
	margin: 5px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #00CC00;
	font-size: 3em;
	text-transform: none;
}

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

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

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 2px 0px 2px 2px;
	
	
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color:#CCCCCC;
	background: #FFFFFF;
}

#botmenu {
	width: 770px;
	margin: 0px auto;
	
	padding: 0px;
	clear: both;
	color:#000000;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color:#CCCCCC;
	background: #FFFFFF;
	
	
}
#botmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#botmenu li {
	display: inline;
}

#botmenu a {
	padding: 0px 10px;
	
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
#botmenu a:hover {
color: #FF6600
	
}


#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;

}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
color: #FF6600;
	
}

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

#content {
	width: 770px;
	
	
	margin: 0px auto;
	margin-bottom: 10px;
	padding: 5px 0px 0px 0px;
	
}

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

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

#right {
	float: right;
	width: 500px;
	padding: 0px 10px 0px 10px;
	background: #FFFFFF;
}

 #left {
 
	float: left;
	width: 210px;
	padding: 0px 10px 40px 10px;
	color: #990066;
	background: #FFFFFF;
	margin-top: 10px auto;
}

#left a {
color: #990066;
}

 

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

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;

	/* background: url(images/back-footer.png) repeat-y center top; */
	font-size: 9px;
	text-align: center;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #333333;
	background: #FFFFFF;
	margin-top: 10px;
}
