body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	background-color: #CCCCCC;
}

#wrap {
	margin:0 auto;
	width:750px;
}
	
#header {
	height: 100px;
	width: 750px;
}
	
#nav {
	height: 40px;
	width: 750px;
}

#main {
    float:left;
    width:547px;
}
.bodybox .bulletbox {
	margin-top: -10px;
	margin-left: 30px;
}
	
#sidebar {
    float:right;
    width:203px;
}
	
#footer {
    clear:both;
}

#navigationbar {
	margin: 0;
	padding: 0;
	height: 40px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#navigationbar li {
	margin: 0; 
	padding: 0;
        list-style: none;
	display: inline;
	}

#navigationbar a {
	float: left;
	padding: 40px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:40px; /* for IE5/Win only */
	}
	
#navigationbar a:hover {
	background-position: 0 -40px;
	}
	
#thome a  {
	width: 71px;
	background: url(../images/nav_home.gif) top left no-repeat;
	}
	
#tportfolio a  {
	width: 67px;
	background: url(../images/nav_portfolio.gif) top left no-repeat;
	}
	
#tabout a  {
	width: 150px;
	background: url(../images/nav_about.gif) top left no-repeat;
	}

#tblank a  {
	width: 259px;
	background: url(../images/nav_blank.gif) top left no-repeat;
	}
	
#tblank2 a  {
	width: 462px;
	background: url(../images/nav_blank2.gif) top left no-repeat;
	}
	
#trecentwork a  {
	width: 203px;
	background: url(../images/sidebar_headline.gif) top left no-repeat;
	}
	
.bodybox {
	float: left;
}

.bodybox .headlinecopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #8b5b26;
}

.bodybox .bodycopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	padding-left: 51px;
	padding-right: 20px;
	margin-top: 5px;
}

.bodybox .icon {
	margin-right: 10px;
	float: left;
	height: 18px;
	width: 18px;
	margin-top: 3px;
	margin-left: 23px;
}

.bodybox .bodycopy .link {
	color: #A1CD44;
}

.sidebarheadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #8B5B26;
	margin-top: 8px;
}

.sidebarcopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
	margin-right: 20px;
}

.sidebarcopy .paragraphspacing {
	margin-top: 5px;
}

#wrap #main .flashborder {
	margin: 0px;
	padding: 0px;
	clip: rect(0px,0px,0px,0px);
}

.bodybox .bulletlist {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #91C136;
	list-style-type: square;
}

.bodybox .bulletlist a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #91C136;
	list-style-type: square;
	text-decoration: underline;
}

.bodybox .bulletlist a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-type: square;
	text-decoration: underline;
	background-color: #91C136;
}

.bodybox .bulletlist a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AFD359;
	list-style-type: square;
	text-decoration: underline;
}