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;
	margin-left: 15px;
	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;
}

div.tags {
	height:28px;
	width:850px;
	margin:60px auto 0 auto;
	position:relative;
	overflow:auto;
}

.tags img {
	border:0;
}

.tags ul {
	margin:0;
	padding:0 10px;
	list-style: none;
	display:block;
	width:8000px;
}

.tags ul li {
	float:left;
	margin:0 0 0 10px;
	display:block;
}

.tags a {
	font:11px Verdana;
	color:#000;
	text-decoration: none;
	display:block;
}

.tagA {
	background:url(picts/tag_left_bg1.png) no-repeat left #f6921e;
	padding:0 0 0 7px;
}

.tagAR {
	background:url(picts/tag_right_bg1.png) no-repeat right;
	padding:2px 6px 2px 0;
}

.tagB {
	background:url(picts/tag_left_bg2.png) no-repeat left #f6921e;
	padding:0 0 0 7px;
}

.tagBR {
	background:url(picts/tag_right_bg2.png) no-repeat right;
	padding:2px 6px 2px 0;
}

.galleryContent {
	width:850px;
	margin:0 auto;
}

.galleryWhiteBox {
	width:850px;
	background:#fff;
	float:left;
	padding:0 0 30px 0;
}

.photosContent {
	width:750px;
	background:#ebebeb;
	padding:10px;
	float:left;
	margin:0 0 0 40px;
	min-width:750px;
}

.photosContent ul {
	list-style:none;
	margin:0;
	padding:0;
}

.photo {
	width:160px;
	height:150px;
	margin:10px 14px 20px 13px;
	background:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:left;
	position:relative;
}

.photoTop {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:160px;
	height:100px;
	background:url(picts/photoTop.png) no-repeat;
	z-index:10;
}

.photo img { 
	border:0;
}

.photoDate {
	font: 9px Verdana;
	color:#666;
	padding:0 0 0 5px;
}

.photoTitle {
	font:bold 9px Verdana;
	color:#666;
	padding:0 0 0 5px;
}


.albumName {
	font:bold 24px Verdana;
	color:#f6921e;
	margin:10px 0 0 40px;
}

.tagName {
	font:bold 16px Verdana;
	color:#666;
	margin:5px 0 10px 40px;
}

.galleryArrows {
	float:right;
	margin:0 40px 0 0;
	font:bold 10px Verdana;
}

.galleryArrows img {
	border:0;
	cursor: pointer;
	vertical-align: middle;
}
