@charset "utf-8";
/* formatting
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #999999;
	background-image: url(images/bk.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link style
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	padding: 15px;
	float: right;
	width: 580px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px;
	clear: both;
}
/* header styles
------------------------------*/
#header {
	background-image: url(images/top_bk1.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	height: 180px;
}
#gold #header {
	background-image: url(images/g_p.gif);
}
#air #header {
	background-image: url(images/airbk.gif);
}


#header h1 {
	font-size: 14px;
	color: #0066CC;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: relative;
	left: 0px;
	top: 75px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 3em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	height: 3em;
	width: 141px;
	border-top: 3px solid #33FF99;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #e8ecf5;
}

#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a ,
#contact #header #nContact a ,
#gold #header #nGold a ,
#air #header #nAir a ,
#topics #header #nTopics a ,
#map #header #nMap a
{
	color: #FFFFFF;
	background-color: #828ca7;
}

#main h2 {
	margin-bottom: 10px;
}
#main p {
	line-height: 1.5;
	margin-bottom: 2px;
	font-size: 14px;
}
#main dl#buyar dt {
	font-weight: bold;
	margin: 20px 0px 5px;
	clear: left;
	float: left;
	width: 10em;
	padding-left: 5px;
	font-size: 14px;
	color: #0000FF;
}
#main dl#buyar dd {
	margin: 20px 0px 10px 6em;
}
#main dl#gold dt {
	font-size: 14px;
	clear: left;
	float: left;
	width: 15em;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 10px;
	color: #0000FF;
	margin-top: 20px;
}
#main dl#gold dd {
	margin-bottom: 10px;
	margin-left: 12em;
	margin-top: 20px;
}


#main table {
	background-color: #FFFFFF;
	clear: both;
	width: 520px;
	border-left: 1px solid #999999;
}
#main table tr.top {
	font-size: 130%;
	font-weight: bold;
	background-color: #0099cc;
	text-align: center;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #FFFFFF;
}
#main table td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#main table th {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#main table tr.odd {
	background-color: #ededed;
}


/* main styles
------------------------------*/

/* sidebar styles
------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
	border: 1px solid #0000FF;
	width: 160px;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt a:hover {
	border: 1px solid #000000;
}

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
	font-size: 14px;
}
#sidebar a:visited {
	color: #333333;
}

/* footer styles
------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}
#main table tr.top2 {
	font-size: 130%;
	font-weight: bold;
	background-color: #F0F;
	text-align: center;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #FFFFFF;
}

