body {
	font-family: Helvetica, "Myraid Pro", "Lucida Grande", Verdana, sans-serif;
	font-size: 14pt;
	line-height: 20pt;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #0d0e14 url(gfx/bg.jpg) repeat-x center top;
	color: #fff;
	cursor:default;
}

::-moz-selection {
	background: #fff;
	color: #333;
}

::selection {
	background: #fff;
	color: #333;
}

img {
	border: 0;
}

a{
	color:#ccccee;
	cursor:hand;cursor:pointer;
	text-decoration:none;
}
a:hover{
	color:#eee;
	text-decoration:underline;
}

h1{
	margin:0px;
	border-bottom:1px solid #eee;
}
h2{
	margin:0px;
}

#alert{
	color:#550000;
}
#small{
	font-size:12pt;
}

#top{
	background:url(gfx/top.png) no-repeat;
	width:776px;
	height:48px;
	position:relative;
	margin:auto;
	padding-top:85px;
	padding-left:30px;
	padding-right:30px;
}
#top a{
	color:#000;
	text-decoration:none;
	font-size:18pt;
	font-family:"Myraid Pro", Helvetica;
	margin-right:10px;
}
#top a.white{
	color:#fff;
	text-decoration:none;
	font-size:18pt;
	font-family:"Myraid Pro", Helvetica;
	margin-right:10px;
	text-shadow:0px 0px 5px #000;
}
#top a:hover{
	opacity:0.5;
	text-shadow:0px 0px 5px #000;
}
#more-nav-media,#more-nav-services{
	height:0px;
	width:673px;
	border-bottom:1px solid #444;
	overflow:hidden;
	padding-left:50px;
	padding-right:50px;
}
a.more-nav-close{
	display:block;
	width:100%;
	line-height:11pt;
	background:#111;
	color:#fff;
	font-size:9pt;
	text-align:center;
	text-decoration:none;
	opacity:0.7;
}
a.more-nav-close:hover{
	opacity:1;
}
#site{
	background:url(gfx/site.png) repeat-y;
	width:806px;
	position:relative;
	margin:auto;
	padding-left:30px;
}
#section{
	background:url(gfx/section-bg.png) top center no-repeat;
	width:773px;
	padding-top:20px;
}
#bottom{
	background:url(gfx/bottom.png) no-repeat;
	width:836px;
	height:67px;
	position:relative;
	margin:auto;
}