body
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 0.8em;
	color: #AFAFAF;
	text-decoration: none;
	text-align: center;
}

hr
{
	border-bottom: 1px solid #EE9900;
	width: 99%;
	color: #EE9900;
	*margin-left: 1%;
}

img
{
	border: 0px;
	vertical-align: middle;
}

span
{
	color: #EE9900;
}

a:link,
a:visited,
a:active
{
	color: #EE9900;
	text-decoration: none;
	border-bottom: 1px dotted #EE9900;
}

a:hover
{
	color: #FFFF00;
	border-bottom: 1px dashed #FFFFFF;
}

p
{ 
	margin-top: 0px;
	margin-bottom: 0px;
	color: #AFAFAF;
	padding-left: 5px;
	padding-right: 5px;
}

p.title
{
	color: #EE9900;
	padding-top: 3px;
	padding-bottom: 0px;
	font-size: 15px;
	font-weight: bold;
}

p.content
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

div.maps
{
	margin-bottom: 10px;
}
div.maps span
{
	font-weight: bold;
	font-size: 15px;
}
div.maps em
{
	color: #E90;
	font-style: normal;
}

div.tags
{
	color: #FF0;
	margin: 5px;
	padding: 5px;
	background-image:url('../images/fadehover.gif');
	background-repeat:repeat-x;
	background-position: top;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.tags a
{
	color: #FFF;
}

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

#wrap
{
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
}

#logo
{
	margin: 15px auto 15px auto;
	width: 750px;
    height: 150px;
}

#content
{
	padding-top: 1%;
	padding-bottom: 1%;
	clear: both;
	background-color:#000;
	border: 2px solid #E90;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.post
{
	background-color: #333;
	width:98%;
	margin: 0px auto 0px auto;
	*margin: 0px auto 2% auto;
	background-image:url('../images/fadetop.gif');
	background-repeat:repeat-x;
	background-position: top;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#footer
{
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}

#tabs
{
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #000;
}
#tabs li
{
	list-style-type: none;
	margin-right: 5px;
	color: #FFF;
	width: 50px;
	float: left;
	background-image:url('../images/fadetop.gif');
	background-repeat:repeat-x;
	background-position: top;
	border: 2px solid #E90;
	border-bottom: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#tabs li:hover
{
	background-image:url('../images/fadehover.gif');
	background-repeat:repeat-x;
	background-position: top;
}
#tabs li.active
{
	background: #EE9900;
}
#tabs li.active a
{
	color: #FFF;
}
#tabs a
{
	display: block;
	height: 100%;
	text-decoration: none;
	border-bottom: 0px;
	padding: 10%;
}

#gallery
{
	text-align: center;
}
#gallery ul
{
	list-style: none;
}
#gallery ul li
{
	display: inline;
}
#gallery img
{
	border: 2px solid #AFAFAF;
	margin-bottom: 5px;
}
#gallery a:hover img
{
	border: 2px solid #E90;
	color: #fff;
}
#gallery a:hover {
	color: #fff;
}