* {
	margin:0px;
	padding:0px;
}
body {
	font-family:"Lucida Grande","Lucida Sans Unicode","Trebuchet MS",Arial,Helvetica,Verdana,Tahoma,sans-serif;
	background:#f5f5f5;
	font-size:12px;
}
a, a:visited {
	text-decoration:none;
	color: #080705;
}
a:hover {
	text-decoration:underline;
}
a img, a:hover img {
	border:0px;
}

a.go:hover {
	text-decoration:none;
}
a.go em {
	visibility:hidden;
	font-size:120%;
}
a.go:hover em {
	visibility:visible;
}
.pageWidth {
	width:950px;
	margin:0 auto;
	position:relative;
}
#header {
	background-color:#000;
	background-image:url(/images/header2.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:50px;
}
#header #headerhome {
	height:50px;
}
#headerhome a {
	display:block;
	width:370px;
	height:50px;
}
#header #nav {
	height:50px;
	color:#ffedc6;
	position:relative;
	z-index:1;
}
#header #nav #logo {
	float:left;
	position:relative;
	top:10px;
}
#header #nav #links {
	float:left;
	position:relative;
	left:14px;
	top:27px;
}
#header #nav #links a {
	color:#ffedc6;
	font-size:13px;
	padding: 0 10px;
}

#header_bottom {
	height:8px;
	background-image:url(/images/page_bg.png);
	background-repeat:repeat-x;
	z-index:5;
	position:relative;
}

.socialmedia16 {
	display:block;
	width:16px;
	height:16px;
	overflow:hidden;
	background-image:url(/images/socialmedia16.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
}
.youtube {background-position:0px 0;}
.twitter {background-position:-16px 0;}
.myspace {background-position:-48px 0;}
.ilike {background-position:-80px 0;}
.facebook {background-position:-96px 0;}

#footer {
	text-align:center;
	font-size:11px;
	margin-top:50px;
	margin-bottom:10px;
}
#footer, #footer a {
	color:#999;
}
#footer #socialmedia {
	float:right;
}
#footer #socialmedia a {
	vertical-align:top;
}

#footer #socialmedia .socialmedia16 {
	float:left;
	margin:0 2px;
}

.vsep {
	border-bottom: dotted 1px #CCC;
	height:1px;
	overflow:hidden;
	margin: 2px 0;
}

.box {
	background-color:#FFFFF5;
	border:1px dotted #D7C9AB;
	padding:20px;
	margin:20px;
}