html, body {
	margin: 0 ;
	padding: 0 ;
}

#inner_wrapper {
	position: relative ;
	text-align: left ;
	width: 779px ;
}

#top_set {
	position: relative ;
}

#top_title {
	position: absolute ;
	top: 20px ;
	left: 425px ;
	font-family: helvetica, arial ;
	font-size: 25px ;
	font-weight: bold ;
	
}

#top_menu {
	position: absolute ;
	top: 65px ;
	left: 183px ;
}

#top_menu a {
	text-decoration: none ;
	font-family: helvetica, arial ;
	font-size: 12px ;
	font-weight: bold ;
	color: #000 ;
	margin-right: 18px ;
}

#top_menu a:hover {
	text-decoration: underline ;
	color: #ff9900 ;
}

#photo_caption {
	position: absolute ;
	font-family: helvetica, arial ;
	font-size: 11px ;
	font-weight: bold ;
}

#photo_caption a {
	color: #000 ;
	text-decoration: none ;
}

#photo_caption a:hover {
	color: #ff9900 ;
	text-decoration: underline ;
}

#content {
	position: absolute ;
	left: 183px ;
	top: 240px ;
	font-family: helvetica, arial ;
	font-size: 13px ;
	padding-bottom: 20px ;
	width: 530px ;
}

#content a {
	text-decoration: underline ;
	color: #000 ;
	font-weight: bold ;
}

#content a:hover {
	text-decoration: underline ;
	color: #ff9900 ;
}

#content h1 {
	font-size: 13px ;
	font-weight: bold ;
	text-transform: uppercase ;
}

#content h2 {
	font-size: 13px ;
	font-weight: bold ;
	margin: 0 ;
}

#top_title a {
	text-decoration: none ;
	color: #000 ;
}

#top_title a:hover {
	text-decoration: underline ;
	color: #ff9900 ;
}
