/** BASIC */




body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Century Gothic,Trebuchet MS, Trebuchet,Verdana,Sans-Serif;
	font-size: 12px;
	color: #333333;
}



h1, h2, h3, h4, h5, h6 {
	font-family: Century Gothic,Trebuchet MS, Trebuchet,Verdana,Sans-Serif;
	color: #0066FF;
}

a {
	font-weight: bold;
	list-style: none;
	text-decoration: none;
}


a:hover {
	text-decoration: none;
	color: #FF0000;
	font-size: 13px;
	
}



/** HEADER */

#header {
	width: auto;
	margin: 0px 0px;
	padding: 39px 0px 5px 0px;
	text-align: center;
	border: 0px;
	
}

#header a {
	font-weight: bold;
	color:#FFFFFF;
	}

#header h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#header h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
}

/** MENU */

#menu {
	width: auto;
	margin: 0px auto;
	padding: 10px 0px 15px 0px;
	background-color: #FFFFFF;
	}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	font-family: Century Gothic,Trebuchet MS, Trebuchet,Verdana,Sans-Serif;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #0066FF;
}

#menu a:hover {
	background-color:#FF0000;
	font-size:20px;
	color: #FFFFFF;
}

/** CONTENT */

#content {
	width: 860px;
	height: auto;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align:left;
	border-top: 3px solid #0066FF;
}


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

#content p, #content ul, #content ol, #content li {
	line-height: 100%;
	list-style: none;
	font-size:13px;
}


#sidebar {
	width: 160px;
	float:left;
	padding: 10px 10px 40px 10px;
	}


#main {
	width: 620px;
	float: right;
	height: auto;
	padding: 0px 10px 40px 10px;
	border-left: 10px solid #0066FF;
	border-right: 20px solid #0066FF;
	
	}
	


#container {
 float: none;
 width:auto;
 height: auto;
 padding: 5px 10px 0px 10px;
}


#container2 {
 float: none;
 width: 100%;
 height: 100%;
 padding: 20px 0px 0px 0px;
 }

/** FOOTER */

#footer {
	clear: both;
	width: 860px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	border-top: 2px solid #0066FF;
}

#footer hr {
  display:none;
  }


#footer p {
	margin: 0px;
    padding-top:15px;
	padding-bottom:30px;
	color: #0066FF;
	text-align: right;
	font-family: Century Gothic,Trebuchet MS, Trebuchet,Verdana,Sans-Serif;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing:.1em;
}
