*{
	margin:0px;
	padding:0px;
}
body {
	background-color: #333333;
	background-image: url(img/bg_home.gif);
	background-position: center top;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th {
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:11px;
	font-weight:normal;
}
a {
	color:#737373;
	text-decoration:none;
}
#wrap {
	width:984px;
	margin:0px auto;
	margin-top:6px;
	background:#DED8DC;
}
.header{
}
.menu {
	background:url(img/menu_active_bg.jpg)	repeat-x top left;
}
.content_bar{
	padding:10px 10px 9px 10px;
}
.content {
	width:490px;
	float:left;
	background:#FFFFFF;
}
.image_content{
	float:left;
	margin-left:10px;
}
.title_home h1{
	padding-top:6px;
	padding-bottom:1px;
	font-size:22px;
	font-weight:normal;
	text-align:center;
	color:#313131;
}
.content_home{
	padding:10px 10px 3px 10px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#989898;
	line-height:14px;
}
.content_home p{
	padding-bottom:15px;
}
.bottom_bar{
	margin-left:10px;
	margin-bottom:10px;
}
.bottom_content{
	width:238px;
	margin-right:12px;
	*margin-right:10px;
	float:left;
}
.bottom_content img{
	border:1px solid #A9A9A9;
}
.left_bar{
	width:707px;
	float:left;
	background:#FFFFFF;
}
.left_newsletter{
	width:80px;	
	float:left;
	background:#FFFFFF;
}
.image_left{
	padding-left:2px;
}
.right_bar{
	float:right;	
}
.right_bar_content{
	width:238px;
	padding-bottom:10px;
}
.right_bar_content img{
	border:1px solid #A9A9A9;
}
.album{
	margin:10px;
	background:#FFFFFF;	
}

/*Border Style*/

.left_border{
	background:url(img/border_left.jpg) repeat-y top left;
}
.right_border{
	background:url(img/border_right.jpg) repeat-y top left;
}
.border_bottom{
	background:url(img/border_bottom.jpg) repeat-x top left;
}
.border_top{
	background:url(img/border_top.jpg) no-repeat top left;
}
.text_style7{
	color:#FFFFFF;
}
/*Newsletter*/

.newsletter {
	width:238px;	
	background:#FCFCFC url(img/bg_newsletter.jpg) repeat-x top left;
	border:1px solid #A9A9A9;
}
.nwsl_title{
	padding:10px 0px 6px 9px;
}
.nwsl_title img{
		border:none;
}
.nwsl_text{
	padding:33px 10px 0px 10px;
	color:#545454;
	line-height:13px;
}
.nwsl_email{
	padding:0px 10px 5px 9px ;
	font-size:10px;
	color:#8C8C8C;
}
.subscribe_text {
	width:216px;
	margin-left:10px;
	height:19px;
	border:1px solid #7A7A7A;
}
.subscribe_button {
	margin:10px 0px;
	float:right;
	margin-right:10px;
	background:url(img/nwsl_button.jpg) no-repeat top left;
	width:75px;
	height:22px;
	border:0px;
	cursor:hand;
}
.subscribe_button2 {
	margin-right:10px;
	background:url(img/nwsl_button.jpg) no-repeat top left;
	width:75px;
	height:20px;
	border:0px;
	cursor:hand;
}
/*Footer*/

.footer {
	color:#989898;
	text-align:center;
	margin-top:3px;
}
.footer a {
	color:#989898;
	text-decoration:none;
}
.footer a:hover {
	color:#FFFFFF;
}

/*Form style*/

.button {
	background:url(img/button_bg.jpg) repeat-x top left;
	border:0px none;
	color:#FFFFFF;
	width:50px;
	height:21px;
	cursor:hand;
}
.txtform {
	border:1px solid #A9A9A9;
	height:15px;
	width:250px;
}
.textform {
	border:1px solid #A9A9A9;
	width:250px;
}

/* Clear Float Fix Problem */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
