body {
	background-color: #cc6633;
	color: #000;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}

a, a:hover, a:visited, a:active {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #f00;
}

.small {
	font-size: 10px;
	width: 500px;
	float:right;
	height:103px;
	background-color: white; 
}


#page {
	margin: 0pt auto;
	padding: 0;
	background-color: #fffdac;
	width: 700px;
	height: auto;
	overflow: hidden;
	position: relative;
	display: block;
	border: 10px #21174b solid;
}

#middle {
	width: 700px;
}

#bottom {
	height: 103px;
	width: 700px;
	position: relative;
	display: block;
	float: none;
	clear: both;
}

#starburst {
	width:200px;
	padding:0px;
	float:left;
} 


#nav {
	width: 200px;
	float: left;
}

.link {
	float: none;
	display: block;	
	padding-left: 8px;
}

.link:hover { background-color: #b8ba7b; }

#content {
	width: 480px;
	height: auto;
	overflow: hidden;
	float: right;
	clear: right;
	display: block;
	position: relative;
	padding: 10px;
	background-color: #fff;
}

#iworkdowntown {
	width: 200px;
	height: 320px;
	float: none;
	margin-bottom: 10px;
	display: block;
	position: relative;
}

#iworkdowntown img { offset-left: -4px;}

#header {
	float: right;
	width: 500px;
	text-align: center;
	height: 135px;
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #615d59;
}

.pageTitle { font-size: 18px; font-weight: bold; color: #cc6633;}
