
body {
width:846px;
margin:0 auto;
margin-top:100px;
background-color:#FFFFFF;
}
 
  
#header {
width:846px;
height:80px;
background-color:#FFFFFF;
text-align:right;
}
  
#topnavigation {
width:846px;
height:25px;
background-color:#FFFFFF;
margin-top:10px;
font-family:Century Gothic, Verdana, Helvetica, Arial;
color:#666666;
font-size:15px;
background:#d1d1d1 url(images/TopBG.gif) top repeat-x; 
text-align:right;
}

#wrapper{
width:846px;
overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
margin-top:10px;
float:left;
}
 
 
#sidenavigation {
width:206px;
min-height:500px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:500px; /* for IE5.x and IE6 */
background-color:#FFFFFF;
float:left;
font-family:Century Gothic, Verdana, Helvetica, Arial;
color:#666666;
font-size:13px;
}
 
 
 
#content { 
margin-left:216px;
width:630px;
min-height:500px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:500px; /* for IE5.x and IE6 */
background-color:#FFFFFF;
font-family:Century Gothic, Verdana, Helvetica, Arial;
color:#666666;
font-size:13px;
}
 
 
 
#footer { 
width:846px;
height:100px;
background-color:#FFFFFF;
margin-top:10px;
text-align: right;
}

EM {
	font-family: Century Gothic, Verdana, Helvetica, Arial;
	color:#BBBBBB;
	font-size:15px;
}

H1 {
	font-family:Century Gothic, Verdana, Helvetica, Arial;
	color:#CCCCCC;
	font-size:25px;
	margin-top:10px;
}

H3 {
	font-family:Century Gothic, Verdana, Helvetica, Arial;
	color:#CCCCCC;
	font-size:12px;
}

A  {
	font-family:Century Gothic, Verdana, Helvetica, Arial;
	color:#999999;
	font-size:15px;
	text-decoration: none;	
}

A:Visited  {
	font-family:Century Gothic, Verdana, Helvetica, Arial;
	color:#999999;
	font-size:15px;
	text-decoration: none;
}

A:Active  {
	font-family:Century Gothic, Verdana, Helvetica, Arial;
	color:#666666;
	font-size:15px;
	text-decoration: underline;	
}

A:Hover  {
	font-family:Century Gothic, Verdana, Helvetica, Arial;
	color:#666666;
	font-size:15px;
	text-decoration: underline; color: #FF7F00;	
}

.Thumbnail {
	margin:0px auto;
	width:60px;
	height:60px;
	padding:3px;
	background:white; 
	border:1px solid #CCCCCC
}

.Thumbnail:hover {border:1px solid #FF7F00} 