body {
	margin-top:-0px;
	margin-left:-0px;
}
#wrap {
	overflow:auto;
	width:320px;
	height:480px;
	float:left;
}
#header {
	background:url(../images/h_bg.gif) 0 0;
	background-repeat: repeat-x;
	height:66px;
	margin:0;
}
.title {
	background:url(../images/title.gif);
	background-repeat:no-repeat;
	margin:0 0 0 5px;
	height:22px;
	text-indent: -9999px;
}
#content {
	background: #FFFFFF url(../images/m_bg.gif);
	background-repeat:repeat-x;
	margin:0;
	width: 100%;
}
p {
	margin:0;
	padding:5px 10px;
	font-size:10px;
	font-family:arial, "san serif";
}
#bottom {
	height:55px;
	margin-top:-5px;
}
#links {
	margin:15px 0 0 0;
	hiegth:55px;
	position:relative;
	padding:0;
	text-align:center;
}
#links li {
	list-style:none;
	margin: 0;
	padding: 10px;
	display:inline;
}
/*-----------------------
Global Nav
----------------------- */

#gn {
	width: 149px;
	height: 47px;
	position: absolute;
	margin:0;
	padding:0;
	top:0;
	left:80px;
}
#gn li {
	float: left;
	list-style:none;
}
#gn li a {
	position: absolute;
	margin: 0;
	top:1px;
	padding: 0;
	display: block;
	height: 47px;
	background: url(../images/gn.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
li#gn_home a {
	left: 0;
	width: 65px;
	background-position: 0 0;
}
li#gn_about a {
	left: 65px;
	width: 67px;
	background-position: -65px 0;
}
li#gn_work a {
	left: 132px;
	width: 65px;
	background-position: -132px 0;
}
li#gn_home a:hover {
	background-position: 0 -52px;
}
li#gn_about a:hover {
	background-position: -65px -52px;
}
li#gn_work a:hover {
	background-position: -132px -52px;
}
li#gn_home a.open {
	background-position: 0 -52px;
}
li#gn_about a.open {
	background-position: -65px -52px;
}
li#gn_work a.open {
	background-position: -132px -52px;
}
