body {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 200%;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#main_wrap {
	width: 757px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	text-align:center;
	margin-top: 24px;
	padding-bottom:0px;
	margin-bottom:0px;
}
h1 a {
	line-height: 100%;
	text-decoration: none;
	background: url(logo.gif) no-repeat;
	text-indent: -900em;
	display: block;
	height: 89px;
	width: 355px;
	
}
h2 {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #333333;
	margin: 5px 0px 10px;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #333333;
	margin: 9px 0px 5px;
}
a {
	text-decoration: none;
	color: #00009D;
}
a:visited {
	color: #00009D;
	text-decoration: none;
}
a:hover {
	background-color: #00009D;
	color: #ff9900;
	text-decoration:none;
}
#content {
	width: 493px;
	float: left;
	padding-top: 0px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#right-column {
	width:237px;
	float:right;
	margin-top: 10px;
}
#skills {
	list-style:none;
	margin:0px;
	padding:0px;
}
#skills li{
	padding:3px 0px;
}
#skills li a{
	text-decoration: none;
	color: #ff9900;
}
#skills li a:hover{
	background-color: #ff9900;
	color: #fff;
	text-decoration:none;
}
#snapshot {
	list-style:none;
	margin:0px;
	padding:0px;
}
#snapshot li{
 	float:left;
	margin: 7px;
}

#footer {
	clear: both;
	text-align: right;
	height: 96px;
	background-image: url(footer.gif);
	background-repeat: repeat-x;
}
#footertext {
	width: 757px;
	text-align:center;
	margin: 4px auto;
	font-size: 120%;
	color: #00009D;
}
.orange{
  	color:#FF9900;
}
.grey{
	color:#ccc;
}
