body {
	margin: 28px auto;
	background-color:#fff;
	font-size:14px;
	font-family:verdana, sans-serif;
	color:#fff;
}
#wrapper {
	width:800px;
	margin:0 auto;
}
#header {
	width:732px;
	height:88px;
	margin:0 34px;
	clear:both;
}

#header img {border: 0;margin-top:10px;float:left;}
#header img a {border: 0;text-decoration:none;}
#header img a:visited {border: 0; text-decoration:none;}
#header img a:hover {border: 0; text-decoration:none;}
#header img a:active {border: 0; text-decoration:none;}

/*IE 6 Hack*/
* html #header p {float:right;color:#999;font-size:12px;text-transform: lowercase;margin-top:10px;}

/*IE 7 Hack*/
*:first-child+html #header p {float:right;color:#999;font-size:12px;text-transform: lowercase;margin-top:10px;}

#header p {float:right;color:#999;font-size:12px;text-transform: lowercase;}
#header a {border: 0; text-decoration:none;color:#999;}
#header a:visited {text-decoration:none;}
#header a:hover {text-decoration:underline;}
#header a:active {text-decoration:none;}


#menu {
	width:735px;
	height:21px;
	margin:5px 35px;
	overflow:hidden;
}

/* default link styling needed for IE6 to work */
a {color:#fff;text-decoration:none;}
a:visited {color:#fff;}
a:active {color:#fff;}
a:hover {text-decoration:none;}

 /* remove the margin and bullets, set the padding for this demo only*/
.button {margin:0; padding:0; list-style:none;}

 /* display the list items inline with a right margin to space the buttons. Use this to pre-load the hover image */
.button li {display:inline; width:100px; height:21px;float:left; margin-right:5px; background:url(button_a.gif);}

/* style the links and place the background image to start from left edge */
.button li a {display:block; margin:0 auto; background:url(button.gif); text-decoration:none; font-size:11px; line-height:21px; color:#fff; text-align:center; }

/* style the b element to posiition it to the right by 20 pixels and even out the text with 20 pixel right padding */
.button li b {margin:0 auto; display:inline; height:21px; background-color:transparent; padding:0; color:#000; color:#fff; font-weight:normal;text-align:center;}

/* style the link hover and the link hover b to replace the background image - border:0 needed for IE6 to work */
.button li a:hover {border:0; background-image:url(button_a.gif); cursor:pointer; color:#fff;}
.button li a:hover b {border:0; background:transparent; cursor:pointer; color:#fff;}

/* style the active state to replace the background image. This can also be used for a 'current' tab if you wish */
.button li a:active {background-image: url(button_a.gif);margin:0 auto; color:#fff;padding:0px; }
.button li a.current {background-image: url(button_a.gif);margin:0 auto; color:#fff;padding:0px; }

.button li a.current b {background:transparent;;margin:0 auto; color:#fff;padding:0px; }
.button li a:active b {background:transparent;;margin:0 auto; color:#fff;padding:0px; }

/* move the text down by 3 pixels, and to the right by 2 pixels */
.button li a:active b { line-height:21px; margin:0 auto; color:#fff; padding:0; }
.button li a.current b { line-height:21px; margin:0 auto; color:#fff; padding:0; }

#photos {
	width:732px;
	height:445px;	
	margin:0 34px;
}
 
#content {
	width:732px;
	height:445px;	
	margin:0;
}

#content_txt {
	width:732px;
	height:445px;	
	margin:0 34px;
	background:url(../img/background.gif);
}

#video {
	width:732px;
	height:445px;	
	margin:0;
	text-align:center;
	background:url(../img/background.gif);
}

#player {margin-top:50px;}

.lft {
	float:left;
	padding:95px 0 0 95px;
	}
.rght {
	width:250px;
	float:left;
	margin-left:110px;
	margin-top:110px;
}
.rght_a {
	float:left;
	margin:95px 0 0 58px;
}
.col_a {
	float:left;
	margin-top:18px;
}
.col_b {
	float:left;
	margin-top:18px;
	margin-left:33px;
}
.odd{
margin:60px 0 0 520px;
}

.cntr {margin:0 auto;text-align:center;}


#loader {
	position:absolute;
	margin-top:230px;
	margin-left:230px;
	z-index:100;
	height:80px;
	width:220px;
	display:block;
	font-size:0.8em;
	font-weight:normal;
	color:#666;
	font-family:"verdana" sans-serif;
	text-align:center;
}
.down {float:right; margin-right:73px; margin-top:5px; font-size:10px;font-family:verdana, sans-serif; text-transform:upercase; /*font-variant: small-caps*/; font-weight:600;}
