body  { 
	background: black url(images/bg.jpg) no-repeat 15px 15px; 
	margin: 0; 
	padding: 0; 
	}
body, table, td, p {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #fcc5aa;
	}
ul, li  { 
	list-style-image: url(images/bullet.gif);
	}
h1 {
	font-family: georgia, bookman, "times roman", serif;
	font-size: 1.75em;
	}

#logo {
	margin: 0 0 0 12px;
	}
#homecontent {
	font-size: 13px;
	padding: 0px 20px 10px 30px;
	width: 700px;
	line-height: 150%;
	}
#portfolio {
	padding: 0px 20px 10px 30px;
	}
#portfolio img {
	border: 2px solid red;
	}

#navbox {
	margin: 0 40px;
	padding: 4px 3px 1px 3px;
	border: 1px solid red;
	background: #191919;
	font-weight: strong;
	text-align: center;
	}
#contact {
	font-size: 12px;
	line-height: normal;
	margin-top: 2em;
	}
.highlightred {
	color: red;
	}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}
a:link {
	font-weight: bold;
	color: #39f;
	text-decoration: none;
	}
a:visited {
	font-weight: bold;
	color: #39f;
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	color: #f90;
	text-decoration: underline;
	}
a:active {
	font-weight: bold;
	color: #39f;
	text-decoration: none;
	}