body { background: url(/images/jeff4.jpg) no-repeat scroll left top}

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, sans-serif;
}


/*FONTS*/
body {
		font-family:Verdana, Arial, Helvetica, sans-serif;

	}

h1 {
		font-size: 3.7em;
		color:  #fff;
	}

h3 {
		font-size: 2em;
		color:  #fff;
	}

li {
		font-size: 1.5em;
		font-weight:bold;
		color:  #fff;
	}

img {border:none;}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color:#bfbfbf;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color:#bfbfbf;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color:#fff;
	}

/*STRUCTURE*/

#container {
	width: 980px;
	margin: 20px auto;
	height: 620px;
	padding-top: 180px;
	position: fixed;
	left: 100px;
	text-align:left;
}

ul{
	list-style-type: none;
}

#menu {
	float:left;
	text-align: right;
	padding:10px 30px 10px 30px;
	margin-left: 500px;
	background:url(/images/transparent65.png) repeat;
}

.clearfix:after {
	content: "."; 
	display: block; 
    height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*COLORS*/

body {
	background-color: #000;
	color: #363942
	;
}

a{
	color: #2C2C2C ;
}

li{
	color: #fff ;
}

h2{
	color: #fff;
}

#top {
	background-color: #fff;

}

#bottomContent ol li h3 {
	color: #fff;
}

#bottomContent ol li h4 {
	color: #546293;
}

