body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	background-color: #0F0F0F;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
}
#container {
	background-image: url(../assets/images/bkg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#headerBkg {
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-image: url(../assets/images/headerBkg.png);
	background-position: 0px 50px;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width: 990px;
	line-height: 120%;
}
#menu {
	margin-top: 85px;
	font-size: 14px;
	color: #CC9933;
	float: left;
	margin-left: 50px;
}
#logo {
	margin-left: 15px;
	width: 187px;
	float: left;
	margin-top: 50px;
	text-align: center;
	font-size: 10px;
	color: #9D6D0B;
}
#header {
	height: 150px;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
#menu a {
	padding-left: 30px;
}
#menu a:hover {
	color: #CC9933;
	text-decoration:none;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 60px;
	background-image: url(images/footerBkg.png);
	background-repeat: repeat-x;
	background-color: #0F0F0F;
	color: #373737;
	font-size: 10px;
}
#footerR {
	text-align: right;
	display: block;
	float: right;
	line-height: 30px;
}
#footerL {
	display: block;
	float: left;
	line-height: 40px;
	line-height: 30px;
	padding-left: 20px;
	padding-top: 6px;
}
#subscriber,#menuSide {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #000;
	padding: 10px;
	color: #999;
/*	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
*/
}
#subscriber {
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
}
#share {
	width: 200px;
	margin: 0 auto;
}
#share div {
	margin: 5px;
}
#menuSide {
	padding-top: 5px;
}
#menuSide a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #303030;
	font-size: 12px;
	height: 12px;
	padding-bottom: 5px;
	line-height: 12px;
	padding-top: 10px;
	padding-left: 5px;
	color: #999;
	filter:Alpha(Opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity: 1;
}
.subscriberForm {
	border: 1px solid #454545;
	height: 22px;
	padding: 0px;
	margin: 0px;
	display: block;
	margin-top: 5px;
}
.subscriberForm input {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	width:148px;
	height:20px;
	border:0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	font-style: italic;
	font-size: 11px;
	opacity: 100;
	float: left;
	background-color: transparent;
	line-height: 20px;
	padding-top: 3px;
	padding-left: 4px;
}
select.newsletter {
	border: 1px solid #454545;
	width:168px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	font-style: italic;
	font-size: 11px;
	background-color: #000;
	padding: 4px;
}
.subscriberForm #submit {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #303030;
	width:18px;
	height:18px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: right;
	padding-right: 2px;
	padding-left: 2px;
}
#menuSide a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
h1 {
	font-size: 24px;
	font-weight: lighter;
}
.small {
	font-size: 10px;
	color: #FFF;
}
.smallGray {
	font-size: 10px;
	color: #CCC;
}
.medium {
	font-size: 11px;
}
#content {
	line-height: 180%;
	text-align: justify;
}
.customStyleSelectBox {
}
option {
	border: 1px solid #454545;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	font-style: italic;
	font-size: 11px;
	background-color: #000;
}
