/* CSS Document */

body {
	padding: 0;
	margin: 15px 0;
	background-color: #191919;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	}

.noBorder {
	border: none !important;
	}

.red {
	color: #ff0000;
	}

.bold {
	font-weight: bold;
	}

.leftminus10 {
	margin-left: 18px !important;
	}

* html .leftminus10 {
	margin-left: 16px !important;
	}

#wrapper {
	width: 760px;
	padding: 3px;
	background-color: #333;
	margin: 0 auto 5px auto;
	border: solid 1px #000;
	}

#header {
	width: 760px;
	height: 100px;
	margin: 0 auto 3px auto;
	background-color: #030303;
	background-image: url(../images/header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	}

#header img {
	margin: 0;
	border: none;
	}

#hnav {
	width: 100%;
	height: 24px;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #030303;
	border-bottom: solid 3px #333;
	text-align: center;
	}

#hnav ul {
	padding: 0;
	margin-left: -20px !important;
	}

#hnav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	}

#hnav ul li a,
#hnav ul li a:link,
#hnav ul li a:active,
#hnav ul li a:visited {
	margin: 0;
	padding: 0 5px;
	color: #cc6600;
	text-decoration: none;
	font-size: bold;
	}

#hnav ul li a:hover,
#hnav ul li a:focus {
	color: #ff9900;
	}

#gallery {
	padding:0; 
	margin:0; 
	list-style-type:none; 
	overflow: visible;
	width: 154px; 
	background-color:#030303;
	}

#gallery li {
	float:left;
	margin-bottom: 3px;
	}

#gallery li a {
	display: block; 
	height: 35px;
	width: 154px; 
	float: left; 
	text-decoration: none; 
	cursor: default;
	}

#gallery li a img {
	height: 35px;
	width: 154px; 
	border:0;
	}

#gallery li a:hover {
	height: 116px;
	width: 154px;
	}

#gallery li a:hover img {
	height: 116px;
	width: 154px;
	}

#content {
	width: 760px;
	overflow: hidden;
	}

#left {
	float: left;
	width: 597px;
	background-color: #030303;
	/*background-image: url(../images/head_welcome.jpg);
	background-position: top left;
	background-repeat: no-repeat;*/
	font-size: 70%;
	color: #fff;
	}

#left p {
	margin: 0 0 10px 0;
	padding: 0 30px 0 13px;
	line-height: 150%;
	}

#left h3 {
	padding: 5px 30px 0 13px;
	margin: 0 0 5px 0;
	font-size: 120%;
	color: #cc6600;
	}

#left h4 {
	padding: 5px 30px 0 28px;
	margin: 0;
	font-size: 100%;
	color: #fff;
	}

#left ul {
	padding: 5px 0 15px 0;
	margin: 0;
	}

#left ul li {
	margin: 0 0 5px 40px;
	}

#left a,
#left a:link,
#left a:active,
#left a:visited {
	font-weight: bold;
	color: #efefef;
	}

#left a:hover,
#left a:focus {
	color: #ff9900;
	}

.notes {
	margin: -5px 0 0 27px !important;
	padding: 0 0 0 15px !important;
	font-style: italic;
	font-size: 85%;
	line-height: 125% !important;
	}

.notesMic {
	margin: -15px 0 15px 27px !important;
	padding: 0 0 0 15px !important;
	font-style: italic;
	font-size: 85%;
	line-height: 125% !important;
	}

#right {
	float: left;
	width: 160px;
	margin-left: 3px;
	padding-top: 32px;
	background-color: #030303;
	background-image: url(../images/head_gallery.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 70%;
	color: #fff;
	}

#right img {
	margin: 0 0 3px 3px;
	border: solid 1px #333;
	}

#right p {
	padding: 0 10px 0 3px;
	margin: 0 0 10px 0;
	}

#right a,
#right a:link,
#right a:active,
#right a:visited {
	color: #efefef;
	font-weight: bold;
	}

#right a:hover,
#right a:focus {
	color: #ff9900;
	}

#footer {
	width: 766px;
	margin: 0 auto;
	text-align: right;
	font-size: 60%;
	color: #ccc;
	}

#footer p {
	margin: 0 0 2px 0;
	}

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited {
	color: #eee;
	font-weight: bold;
	text-decoration: none;
	}

#footer a:hover,
#footer a:focus {
	color: #ff9900;
	}