body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/backdrop1.jpg);
	background-attachment: fixed;
}
a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none
} 
a:active, a:hover {
	color: #6699FF;
	text-decoration: underline
}
#container {
	width: 960px;
	margin: 5px auto;
	background: #000000;
	border: 1px solid #666666;
}
#header {
	clear: left;
	height: 250px;
	background-repeat: no-repeat;
	width: 960px;
}
#content {
	width: 960px;
}
#left_column {
	float: left;
	width: 680px;
	background-color: #000000;
	
}

#right_column {
	float: left;
	width: 280px;
	background-color: #3B3B3B;
	background-image: url(images/right_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
}
#container #content #left_column .text_area .section_box22 .text_area .left {
	width: 320px;
	float: left;
}
#container #content #left_column .text_area .section_box22 .text_area .right {
	width: 300px;
	float: right;
	padding-top: 25px;
}

#right_column1 {
	float: left;
	width: 280px;
	background-color: #3B3B3B;
	background-image: url(images/right_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 700px;
}

#footer {
	clear: left;
	background: #333333;
	padding: 5px;
	font-size: 11px;
	color: #CCCCCC;
}
#footer  a {
	color: #CCCCCC;
}
#site_title {
	padding-top: 60px;
	padding-left: 250px;
	font-weight: bold;
	font-size: 30px;
	color: #FFFFFF;
}
#site_slogan {
	padding-top: 10px;
	padding-left: 250px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.line {
	clear: left;
	height: 2px;
	background: #888888;
	width: 960px;
}
.pic {
	float: left;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
	margin-right: 10px;
}
.pic2 {
	float: left;
	margin-bottom: 18px;
	border: 1px solid #FFFFFF;
	margin-left: 7px;
	margin-right: 10.2px;
	margin-top: 8px;
}
.pic3 {
	float: left;
	border: 1px solid #FFFFFF;
	margin: 5px;
}
.pic4 {
	float: none;
	border: 1px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.pic5 {
	float: left;
	margin-bottom: 25px;
	border: 1px solid #FFFFFF;
	margin-right: 10px;
	margin-left: 12px;
}


.greenpic {
	float: left;
	border: 1px solid #FFFFFF;
	padding: 0px;
	margin: 0px;
}


.section_box {
	margin: 10px;
	padding: 10px;
	border: 1px solid #666666;
	background-color: #333333;
}
.section_box1 {
	margin: 10px;
	padding: 0px;
	height: 379px;
	border: 1px solid #666666;
	width: 258px;
}
.section_box2 {
	clear: left;
	margin-top: 10px;
	border: 1px solid #666666;
	color: #FFFFFF;
	background-color: #444444;
}
.section_box22 {
	clear: left;
	margin-top: 10px;
	border: 1px solid #666666;
	color: #FFFFFF;
	background-color: #000000;
}
.section_box22contact {
	clear: left;
	margin-top: 10px;
	border: 1px solid #666666;
	color: #FFFFFF;
	background-color: #000000;
	height: 450px;
}

.section_box222 {
	clear: left;
	margin-top: 10px;
	border: 1px none #666666;
	color: #FFFFFF;
	background-color: #000000;
}
.section_box3 {
	clear: left;
	margin-top: 10px;
	border: 1px solid #666666;
	color: #FFFFFF;
	background-color: #000000;
}

.text_area {
	margin: 10px;
}
.text_area2 {
	margin: 10px;
}


.publish_date {
	clear: both;
	margin-top: 10px;
	color: #FFFF00;
	font-size: 11px;
	font-weight: bold;
}

.title {
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}


.subtitle {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #6699FF;
}
.post_title {
	padding: 5px;
	padding-left: 10px;
	background: url(images/title_bg.gif);
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
/* 		Menu Credit: http://www.dynamicdrive.com/style/      */
.glossymenu{
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	width: 255px;
	border: 1px solid #999999;
}

.glossymenu li a{
	background: white url(images/button_default.gif) repeat-x center;
	color: #ffffff;
	display: block;
	width: auto;
	padding: 6px;
	padding-left: 12px;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
}
.glossymenu  li  a:hover, .glossymenu li .current{
	background-image: url(images/button_active.gif);
	color: #000000;
	width: auto;
}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 170px;
}
.glossymenu li a:visited, .glossymenu li a:active{

}
