body {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 170%;
	background-image: url(images/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;
	padding: 0px;
	margin: 0px 0px 0px
}
h1 a {
	line-height: 100%;
	text-decoration: none;
	background: url(images/logo.gif) no-repeat;
	text-indent: -900em;
	display: block;
	height: 113px;
	width: 566px;
	
}

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.3em;
	color: #333333;
	margin: 9px 0px 5px;
}

a {
	text-decoration: none;
	color: #cc0000;
}
a:visited {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	background-color: #cc0000;
	color: #ffffff;
	text-decoration:none;
}

#nav {
	clear:both;
	list-style:none;
	margin:0px;
	padding:0px;
}
#nav li{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:100%;
	float:left;
}
#nav li a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding: 10px 16px 0px;
	height: 36px;
	float:left;
}
#nav li a:hover{
	background: url(images/high.gif) repeat-x;
	color: #FFFFFF;
}
	

#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: #cc0000;
}
#skills li a:hover{
	background-color: #cc0000;
	color: #ffffff;
	text-decoration:none;
}
#snapshot {
	list-style:none;
	margin:0px;
	padding:0px;
}
#snapshot li{
 	float:left;
	margin: 7px;
}
#introhead {
	width: 757px;
	text-align:left;
	margin: 4px auto;
	font-size: 120%;
}

#footerhead {
	width: 757px;
	text-align:center;
	margin: 4px auto;
	font-size: 120%;
}
#footer {
	clear: both;
	text-align: center;
	height: 106px;
	background-image: url(images/foot.gif);
	background-repeat: repeat-x;
}
#footertext {
	width: 757px;
	text-align:center;
	margin: 4px auto;
	font-size: 120%;
	color: #ffffff;
}
#footertext a:link{
	text-decoration: none;
	color: #ffffff;
}
#footertext a:visited{
	text-decoration: none;
	color: #ffffff;
}
#footertext a:hover{
	background-color: #cc0000;
	color: #ffffff;
	text-decoration:none;
}
#footertext2 {
	width: 757px;
	text-align:center;
	margin: 0px auto;
	font-size: 120%;
	color: #cc0000;
}
#footertext2 a:link{
	text-decoration: none;
	color: #cc0000;
}
#footertext2 a:visited{
	text-decoration: none;
	color: #cc0000;
}
#footertext2 a:hover{
	background-color: #ffffff;
	color: #cc0000;
	text-decoration:none;
}
.blue{
  	color:#0000cc;
}
