body {
	background-color: #333;
	font-size: 14px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

body, h1, h2, h3, h4, div, p, ul, li, input {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
	text-align: left;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}


hr {
	color: #fe0000;
	height: 2px;
	width: 100%;
}

p {
	color: #fff;
	font-size: 14px;
}

ul {
	color: #fff;
	list-style-type: disc;
	margin-left: 15px;
	padding-left: 10px;
}

ul, li{
	padding-left: 5px;
	margin-left: 30px;
}

blockquote {
	width: 50%;
	margin: 0 0 0 10px;
	padding: 5px;
	border-left: 1px solid #666
}

strong {
	font-size: 14px;
}

img {
	border: 1px solid #dcdcdc;
	margin: 10px 10px 10px 10px;
}

img.head {
	border: none;
}

#header {
	background: #000000 url(../images/bg.gif) repeat-x;
	border-bottom: 1px solid #dcdcdc;
	height: 140px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#menu {
	background-color: #666;
	border: 1px solid #dcdcdc;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	height: 100%;
	margin-left: 10px;
	/*margin-right: 50px;*/
	padding: 10px;
	width: 125px;
}

#menu a:link, #menu a:active, #menu a:hover, #menu a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: underline;

}

#content {
	float: left;
	margin-left: 20px;
	width: 75%;
}

#content a:link, #content a:active, #content a:hover, #content a:visited {
	background-color: #666;
	color: #000;
	text-decoration: underline;
}

#imgbox {
	float: left;
	text-align: center;
	width: 100%;
}

#imgbox a:link, #imgbox a:active, #imgbox a:hover, #imgbox a:visited {
	background-color: #333;
	text-decoration: none;
}

#footing {
	/*clear: both;*/
	font-size: 12px;
	margin: 0 auto;
	margin-bottom: 5px;
	margin-top: 100px;/
	padding: 10px;
	text-align: center;
	width: 80%;
}

#footing a:link, #footing a:active, #footing a:hover, #footing a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.fbg {
	background: #000000 url(../images/fbg.gif) repeat-x;
	width: 100%;
	height: 200px;
}

.fbgimg {
	border: 0px;
	padding-top: 3px;
}

.videos {
	background-color: #000;
	border: 1px solid #dcdcdc;
	color: #fff;
	text-align: center;
	width: 200px;
}

.search {
	background-color: #000;
	border: 1px solid #dcdcdc;
	color: #fff;
	text-align: center;
	width: auto;
}

.brclear {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0;
	margin: 0;
}