/* global style */

body{
	background:#f2f2f2 url(images/navbg.jpg) top left repeat-x;
	margin:0px;
	padding:0px;
	padding-bottom:40px;
	font:11px  "Lucida Sans Unicode","Lucida Sans", Verdana, Tahoma;
	line-height: 18px;
	color: #666666;
	text-align:center;
}
p{
	padding:0px;
	margin:10px 0px;
}
#flash{
	width:428px;
	height:136px;
	background-color: Fuchsia;
	float: right;
	
}
#wraper{
	width:740px;
	height:auto;
	margin:0px auto;
}

#top_left{
	width:144px;
	height:40px;
	float:left;
	text-align:left;
}
#top_right{
	text-align:right;
	float:right
}

.clear{
	clear:both;
	padding:0px;
	margin:0px;
	font-size:1px;
	height:0px;
}

.whitespace{
	padding:0px;
	margin:0px;
	height:15px;
	clear:both;
}

.whitespace2{
	padding:0px;
	margin:0px;
	padding-top:4px;
}

#top_left h1{
	background:url(images/logo.jpg)  no-repeat;
	padding:0px;
	margin:0px;
	width:144px;
}

#top_left h1 span{
	text-indent:-999em;
	display:block;
	width:144px;
}

#top_left h1 a{
	text-decoration:none;
	display:block;
	height:39px;
	width:144px;
}

#top_right img{
	border:0px;
	margin:0px;
}

#main_body{
	width:708px;
	height:auto;
	border:1px solid #e3e3e3;
	background:#fff;
	padding:15px;
	text-align:left;
}

#header_img{
	padding:0px;
	margin:0px;
	height:216px;
	width:708px;
}

#bottom{
	width:708px;
	height:auto;
	border:1px solid #e3e3e3;
	background:#fff;
	padding:15px;
	text-align:left;
	border-top:0px;
	color:#999;
	font-size:10px;
	line-height:normal;
}

#bottom_left{
	padding:0px;
	padding-top:3px;
	margin:0px;
	float:left;
	text-align:left;
}

#bottom_right{
	padding:0px;
	margin:0px;
	float:right;
}

#bottom_right img{
	border:0px;
}

a:link {
	color: #829630;
	text-decoration: none;
}

a:visited {
	color: #829630;
	text-decoration: none;
}

a:hover {
	color: #426200;
	text-decoration: none;
}

/* end of global style */

/* style for front page */

#left_side{
	float:left;
	text-align:left;
	width:260px;
	padding:15px 0px 15px 0px;
}

#right_side{
	float:right;
	width:430px;
	text-align:left;
}

#right_side #left{
	width:176px;
	padding:15px;
	float:left;
	text-align:left;
	/*background:#fafafa;*/
	background: #000000;
	color: #E38129;
	font-size: 14px;
}

#left_side  ul{
	margin:0px;
	padding:0px;
	padding-top:5px;
	list-style:none
}

#left_side li{
	list-style:none;
	text-indent:24px;
	height:20px;
	padding-top:1px;
	display:block;
}

#left_side .yahoo{
	background:url(images/ym.jpg) left center no-repeat
}

#left_side .msn{
	background:url(images/msn.jpg) left center no-repeat
}

#left_side .google{
	background:url(images/gtalk.jpg) left center no-repeat
}

#left_side .skype{
	background:url(images/skype.jpg) left center no-repeat
}

#right_side #right{
	width:176px;
	padding:15px;
	float:right;
	text-align:left;
	/*background:#fafafa;*/
        color: #909D8E;
        font-size: 12px;
}

#right_side #reads{
	background:#fafafa;
	padding:15px;
}

/* end of style for front page */

/* style for other pages */

#body_wrapper{
	background:url(images/bg_body2.jpg) center repeat-y;
}

#left_page{
	float:left;
	width:480px;
	text-align:left;
	padding:15px 0px 15px 0px;
}

#left_page h2{
	font-size:14px;
	font-weight:normal;
	padding-bottom:6px;
	margin-bottom:0px;
	color:#333;
	margin-top:0px;
}

#left_page .img_float{
	float:left;
	margin:5px 15px 5px 0px;
}

#left_page .notes{
	color:#999;
	font-size:10px;
	line-height:14px;
	padding-top:10px;
	margin-bottom:0px;
}

#right_page{
	float:right;
	width:170px;
	padding:15px;
	background:#fafafa;
}

#right_page .faq_menu{
	padding:0px;
	margin-top:4px;
	color:#333;
}

#right_page .faq_menu a{
	color:#666;
	text-decoration:none;
}

#right_page .faq_menu a:hover{
	color:#333;
	text-decoration:none;
}

#right_page  ul{
	margin:0px;
	padding:0px;
	padding-bottom:14px;
	list-style:none;
	padding-left:11px;
}

#right_page li{
	list-style:none;
	display:block;
	font-size:11px;
	line-height:16px;
	padding-bottom:3px;
	padding-top:3px;
	border-top:1px solid #dfdfdf
}
#right_page li a{
	display:block;
}


div #gallery{
		width:100%;
		height:auto;
		background-color: black;
}

/* end of style for other pages */