* {
	margin:0px;
	padding:0px;
}

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #e5e5e5;
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	color:#000;
}

div#container {
	float:left;
	width:782px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(bg.gif);
	
}

#page {
	
	width:774px;
}

div#header {
	
	height: 210px;
	cursor: pointer;
}

div.blackBorder {
	height:16px;
	text-align:right;
	font-style: italic;
	padding-right:3px;
	padding-top:1px;
}

div.blackBorder a{
	color:white;
	text-decoration:none;
	
}

div#illustration {
	height: 178px;
	background-image: url(top.jpg);
}

div#content {
	background-color:white;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding:20px;
	display:table;
}

div#menu {
	float:left;
	width:150px;
	background:white;
	

}

div#menu a,  #rightCol a{
	color:#ff6600;
	text-decoration:none;
	font-size:11px;
}

div#menu ul{
	list-style:none;
}

div#menu li, #rightCol li{
	padding-bottom:5px;
}

#mainContent {
	float:left;
	width: 370px;
	margin-left:20px;
	
}

#mainContent h1, #rightCol h1, #menu h1 {
	font-size:11px;
	font-family:arial;
	font-weight: bold;
	margin-bottom:20px;
	border-bottom: 1px solid black;
	text-transform:uppercase;
}

#mainContent h2 {
	font-size:11px;
	font-family:arial;
	font-weight: bold;
}

#mainContent p {
	font-size:11px;
	padding-bottom:20px;
}

#mainContent a {
	color:#ff6600;
	text-decoration:none;
}

#rightCol {
	background:white;
	float:left;
	width: 174px;
	margin-left:20px;
}

#rightCol ul {
	list-style:disc;
	margin-left:20px;
	padding-bottom: 20px;
}

#footer{
	clear: both;
	text-align:center;
	padding-top:10px;
	padding-bottom:30px;
	color:#999999;
}

#footer a{
	color:#999999;
	text-decoration:none;
}


