body {
	background-color: #101332;
	background-image: url(../images/bac_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B6B7BD;
	padding: 0px;
	margin: 0px;
}

* {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

p {
	margin-bottom: 10px;
	}
	
a {
	color:#fff;
	}	

label {
	display: block;
	color: #FFE400;
	font-weight: bold;
	margin-top: 10px;
}

textarea,input {
	border: 1px solid #C7DAF0;
}

fieldset {
	border: 1px solid #191919;
	color: #FFE400;
}

#wrapper {
	width: 850px;
	margin: 0px auto;
}

#banner {
	height: 424px;
}

#banner_top {
	background: url(../images/banner.gif) top center no-repeat;
	height: 134px;
	display: block;
}

#banner_bottom {
	background: url(../images/menu_left.gif) no-repeat top left;
	height: 48px;
}

#banner_bot {
	background: url(../images/menu_right.gif) no-repeat top right;
	height: 48px;
}

#navigationWrapper {
	background: url(../images/menu_bg.gif);
	height: 48px;
	margin: 0 10px 0 10px;
}

#menu {
	padding-top: 15px;
	padding-left: 30px;
}

#menu.top {
	font-weight: bold;
}

#menu li {
	display: inline;
	padding: 0 50px;
	background: url(../images/menu_bar.gif) no-repeat top right;
}

#menu li.none {
	display: inline;
	padding: 0 40px;
	background: none;
}

#menu li.last {
	background: none;
}

#menu li a {
	color: #fff;
	text-decoration: none;
}

#menu li a:hover {
	text-decoration: underline;
}

#main_img {
	background: #04050D;
}

#main_body {
	background-color: #090A1B;
	padding: 3px 7px;
}

#main_body_bg {
	background: url(../images/body_bg.gif) repeat-x #0B0D22;
}

#main_body_wrapper {
	padding-top: 20px;
	overflow: auto;
}

.column {
	width: 265px;
	float: left;
}

.center {
	width: 295px;
	float: left;
	border-left: 1px solid #414253;
	border-right: 1px solid #414253;
	padding: 10px;
}


#footer {
	height: 23px;
	background: url(../images/bg.gif);
	color: #BFC0C7;
	font-size: 11px;
}

#footer  a {
	color: #BFC0C7;
}

.right {
	float: right;
}

.left {
	float: left;
}

.thumb {
	border: 3px solid #fff;
	margin: 5px;
	float: left;
}

.yel_bold {
	font-weight: bold;
	color: #F1DA02;
}

#inner {
	padding: 20px;
}

#inner li {
	list-style-type: circle;
	list-style-position: inside;
}

.right1 {
	width: 50%;
	float: right;
}

#inner_right {
	float: right;
	width: 20%;
	padding-top: 70px;
}

#inner_left {
	float: left;
	width: 80%;
}

ul.bullet li{
    background:url("../images/pointer.png") no-repeat center left;
    padding:2px 0 5px 20px;
}