body {
	margin:0;
	padding:0;
	background-image: url('picts/bg.jpg');
}

.shadowLeft {
	background-image: url('picts/shadow_left.png');
	background-repeat: repeat-y;
	width:4px;
}

.shadowRight {
	background-image: url('picts/shadow_right.png');
	background-repeat: repeat-y;
	width:4px;
}

.header {
	background-image: url('picts/header_bg.png');
	background-repeat: repeat-x;
	height:150px;
	width:950px;
}

.header_links {
	float:right;
	margin:55px 50px 0 0 ;
}

#search {
	border:0;
	background-image: url('picts/header_menu/search_bar.png');
	background-repeat:no-repeat;
	width:175px;
	height:16px;
	padding:3px 0 0 30px;
	float:left;
	margin-top:10px;
	color:#999;
}

.menu {
	background-image: url('picts/menu_bg.png');
	background-repeat: repeat;
	height:25px;
	width:950px;
}

.welcomeImg {
	background-image: url('picts/welcome_photo.jpg');
	width:950px;
	height:310px;
}

.body_main {
	background-color: #000;
	background-image: url('picts/reflection.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	width:950px;
	padding:30px 0 20px 0;
	/*height:500px;*/
}

.body_inside {
	background-image: url('picts/body_bg.png');
	background-repeat: repeat-y;
	width:950px;
	height:300px;
}

.body_news {
	background-image: url('picts/news_bg.png');
	background-repeat: repeat;
	width:950px;
	height:300px;
}

.left {
	float:left;
	width:290px;
	margin:30px 0 0 0;
	margin-left:50px;
	padding-bottom:30px;
}

.right {
	float:left;
	width:500px;
	margin:30px 0 0 68px;
	padding-bottom:30px;
	color:#fff;
	font:11px Verdana;
	text-align: justify;
}

.rightProgram {
	float:left;
	margin:30px 0 0 15px;
	padding-bottom:30px;
	color:#fff;
	font:11px Verdana;
	text-align: justify;
}

.postTitle {
	color:#ff9933;
	font-size:13px;
	font-weight: bold;
}

.postImg {
	margin:0 10px 0 0;
}

.footer {
	background-image: url('picts/footer_bg.png');
	width:950px;
	height:55px;
}

.footer_menu {
	text-align: center;
	margin-top: 10px;
}

.a {
	color:#fff;
}

.b {
	color:#999;
}

.c {
	color:#ff9933;
}

a.faq {
	text-decoration: none;
	color:#999;
	line-height:20px;
}

a.links {
	text-decoration: none;
	color:#fff;
	margin-left:20px;
}

.pagination {
	color:#ff9933;
	cursor:pointer;
	font:12px Verdana;
}

a.more {
	text-decoration: none;
	color:#ff9933;
	float:right;
	font-weight: bold;
	font-size:10px;
}

