body {
        background: #000 url('/assets/img/gradient.png') 1px 250px repeat-x;
}
div#wrapper{
        margin:0 auto;
        width:900px;
        color:#fff;
	background: transparent url('/assets/img/wrapper.png');
}
div#content {
	margin:0px 90px;
	padding:0px;
	padding-top:10px;
	text-align:left;
	width:630px;
	font-size:18px;
	font-family:verdana;
}
div#content ul {
	list-style-type:none;
}
div#content ul li {
	padding-top:10px;
	padding-bottom:10px;
}
div#dtop {
	width:800px;
	background: #252525 url('/assets/img/dtop.png') no-repeat;
	padding-bottom:65px;
}
div#dmiddle{
	width:800px;
	background: #252525 url('/assets/img/dsides.png') repeat-y;
	border:0;
	margin:0;
	padding-top:1px;
	padding-bottom:1px;
}
div#dbottom {
	width:800px;
	background: #252525 url('/assets/img/dbottom.png') no-repeat center;
	height:70px;
}

div#content h1 {
	font-size:24px;
}
div#flash {
	text-align:center;
}
div#header {
	text-align:center;
        color:#fff;
}
div#header img {
	padding-bottom:15px;
	border:none;
}
div#navigation {
        text-align:center;
	padding-top:5px;
}
div#navigation a {
        color:#ccf;
        text-decoration:none;
        font-size:18pt;
        font-family:verdana;
        padding-left:20px; padding-right:20px;
}
a.locationlink {
        color:#99f;
        text-decoration:none;
        font-size:18pt;
        font-family:verdana;
        padding:40px;
}
a {
        color:#ccf;
        text-decoration:none;
}
a:hover {
        color:#4184b6;
}
div#navigation a.selected {
	color:#fff;
	font-size:25pt;
	font-weight:bold;
}
