body {
       <body background="background.jpg">
	bgcolor=#190707;
        
	color: gray;
	margin: 0;
	font-family: Futura, "Lucida Sans", "Arial Black", Arial, Helvetica, sans-serif;
}

a { text-decoration: none;}

#page {
        bgcolor=#000000;
	width: 770px;
	height: 550px;
        margin-left: 175px;
	margin-right: 175px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px 0px 0px 10px;
}

#header {
	/* border: thin gray solid;*/
	width: 740px;
	height: 73px;
	background: 
	margin: 10px 10px 10px 150px;
	padding: 4px 0px 0px 0px;
}

#title {
	float: left;
	margin-left: 175px;
	margin-right: 185px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0px;
	font-size: 24px;
}

#menu {
        margin-left: 190px;
	margin-right: 170px;
	margin-top: 540px;
	margin-bottom: 0px;
	
	padding: 0px;
	font-family: "Futura Condensed", Futura, "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#menu a { color:#424242; }
#menu a:visited { color:#424242; }
#menu a:hover { color: white; }
#menu a:active { color: white; }

#subhead {
	height: 23px;
	width: 550px;
	padding: 10px 0px 0px 10px;
	margin-left: 50px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #4b4b4b;
	background: url("../images/bgsubhead.png") scroll no-repeat;
	font-size: 18px;
}

#content {
	height: 410px;
	width: 530px;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 50px;
	background: url("../images/bgcontent.png") scroll no-repeat;
	font-size: 13px;
	overflow: auto;
	vertical-align: top;
}

#content h4 {font-weight: bold; font-size: 13px; margin:0px;}
#content strong {font-weight: normal; text-decoration: underline; }
#content small {font-size: 11px; }

#content a { color: #424242; text-decoration: underline; }
#content a:visited { color: #424242; }
#content a:hover { color: white; }
#content a:active { color: white; }

#portfolionav { 
	float: right;
	font-size: 16px;
	margin: 0px 40px 0px 0px;
	padding: 0px 30px 0px 0px;
	
	background-position: center right;
}

#portfolionav a { color: #424242; }
#portfolionav a:visited { color: #424242; }
#portfolionav a:hover { color: white; }
#portfolionav a:active { color: white; }

#portfoliotitle {
	float: left;
	text-align: left;
}

#portfoliodetail {
	padding: 7px 0px 0px 0px;
	height: 20px;
	text-align: center;
	font-size: 11px;
}

#portfoliodetail a { color: #4b4b4b; text-decoration: underline; }
#portfoliodetail a:visited { color: #4b4b4b; }
#portfoliodetail a:hover { color: #ddd; }
#portfoliodetail a:active { color: #ddd; }

#portfolioimage {
	 
	align: left;
	padding: 0px;
}

