@CHARSET "UTF-8";

a {
	color:#00E;
	text-decoration:none;
}
a:visited {
	color:#00E;
}
a:hover {
	color:#66F;	
}
a.selected {
	color:#66F;
}

html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	overflow-y:scroll;
	min-width:675px;
	height:100%;
	background: #8F9CFB url('/images/blueDragons/gradtop.png') repeat-x top;
	font: 100% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#holder {
	min-height:100%;
	background: url('/images/blueDragons/line.png') repeat-y top center;
}

#top {
	background: url('/images/blueDragons/topnew.png') no-repeat top center;
	min-height:286px;
}
#top hr {
	border:none;
	margin-top:6px;
	border-bottom:2px #EEE solid;
	width:638px;
}

#header {
	width:673px;
	margin:0 auto;
	/*padding:102px 0 0 135px;*/
}
#header h1 {
	display:inline-block;
	width:160px;
}
#header ul {
	margin-left: 64px;
	padding-bottom: 10px;
	display:inline-block;
}
#header li {
	display:inline;
	font: 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 1px;
	padding:0 12px;
}

#content {
	margin:0 auto;
	min-height:100px;
	width: 674px;
	color:#222;
	font-size: 16px;
	/*font: 14px Geneva, Verdana, sans-serif;*/
}

#copyright {
	color:#000;
	font-size:0.8em;
	width:645px;
	text-align:center;
	margin:75px auto 0;
}