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

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

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3399FF;
}

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

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

img
{
border: solid 1px #000000;
margin: 0em 0em 0em 0em;

}



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

#header {
	width: 970px;
	height: 145px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
}

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

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

#menu {
	width: 970px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #424D47;
	border-top: 1px solid #000000;
}

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

#menu li {
	display: inline;
}

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

#menu a:hover {
	background-color: #333333;
}

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

#content {
	width: 970px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #EDEDED;
}

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

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

#content img{
	padding: 0.2em;
	border: solid 0px;
}

#left {
	float: left;
	width: 210px;
	padding: 0px 20px 40px 20px;
	color: #99CCFF;
	background: #424D47;
}

#right {
	float: right;
	width: 678px;
	padding: 20px 20px 40px 20px;
	background: #EDEDED;
	border: 1px solid #000000;
}
#right a{
	color: #3399FF;
}


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

#footer {
	clear: both;
	width: 969px;
	height: 18px;
	margin: 0px auto;
	font-size: 10px;
	text-align: right;
	padding: 0px 20px 0px 0px;
	color: #FFFFFF;
}