body {
	background: #FFFFFF url(images/body_bg.gif) repeat-y 50% 0;
	font-size: 12px;
	font-family: 'Century Gothic', arial, verdana, helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

form {
	margin: 0; 
	padding: 10px 0 0 0;
}

h1, h2 { 
	color: #E68800;
	font-size: 22px;
	margin: 10px 0 10px 0; 
	padding: 0;  
	background: transparent;
}

h3, span { 
	color: #BB2121; 
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0; 
	padding: 0; 
}

span { 
	margin: 0; 

}

p {	
	margin: 0 0 14px 0; 
	line-height: 1.3; 
}

.align {
	position: relative;
	width: 780px;
	margin: 0 auto;
	padding: 1px 0 0 0;
	background: #FFFFFF;
	text-align: center;
}

/*  Header ========================= */

.logo {
	position: absolute;
	width: 780px;
	height: 96px;
	text-align: left;
	margin: 0 auto;
	top: 0;
	left: 0;
	padding: 0;
	background: transparent url(images/logo_bg.jpg) repeat-x 0 0; 
}

/*  Horizontal Menu ========================= */

.hor_menu  {
	position: absolute;
	width: 780px;
	height: 27px;
	margin: 0;
	top: 96px;
	left: 0;
	padding: 0;
}

.hor_menu ul, .bottom ul {
	margin: 0;
	padding: 0;
}

.hor_menu li, .bottom li 	{
	float:left;
	text-align: center;
	list-style:none;
	margin: 0;
	padding: 0;
}

.hor_menu li a, .bottom li a,
.hor_menu li a:hover, .bottom li a:hover { 
	display:block; 
	line-height: 27px;
	width: 130px;
	text-align: center;
	color:#FFFFFF; 
	margin: 0;
	padding: 0; 
	background: #999999 url(images/hor_menu_bg.gif) repeat-x 0 0; 
	text-decoration:none; 
}

.hor_menu li a:hover, .bottom li a:hover {
	background: #999999 url(images/hor_menu_bg_hover.gif) repeat-x 0 0; 
}

.bottom {
	clear: both;
	width: 780px;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #999999 url(images/hor_menu_bg.gif) repeat-x 0 0;
}

/* ============================================ */

/*  Main */

.wrapper {
	position: absolute;
	width: 780px;
	margin: 123px 0 0 0;
	padding: 0;
	background: #FFFFFF;
}

.left {
	position: relative;
	width: 237px;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	background: transparent;
}

.left ul.menu {
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.left ul.menu li, .left ul.menu li.static {
	line-height: 33px;
	width: 220px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #DEDEDE;
}

.left ul.menu li.static {
	width: 190px;
	font-weight: bold;
	padding: 0 0 0 30px;
	background: transparent url('images/menu_circle_active.gif') no-repeat 10px 12px;
}

.left ul.menu li a {
	color: #333333;
	text-decoration: none;
	padding: 0 0 0 30px;
	background: transparent url('images/menu_circle.gif') no-repeat 10px 3px;
}

.left ul.menu li a:hover {
	background: transparent url('images/menu_circle_hover.gif') no-repeat 10px 3px;
}

.left ul.menu li a:active {
	background: transparent url('images/menu_circle_active.gif') no-repeat 10px 3px;
}

.left p {
	font-size: 11px;
	margin: 0;
	padding: 20px;
}

span.test {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: #666666;
	padding: 16px 0 0 0;
}

span.test {
	font-weight: bold;
	text-align: right;
	color: #666666;
	padding: 16px 0 0 0;
}

.content {
	position: relative;
	width: 500px;
	float: right;
	text-align: left;
	margin: 0;
	padding: 0 20px 10px 20px;
	background: transparent; 
}

.content a {
	color: #0000EE;
}

.content a:hover, .header a:hover  {
	color: #999999;
	text-decoration: none;
}

.content ul {
	line-height: 1.4;
}

/*  Footer ========================= */

.footer {
	clear: both;
	width: 780px;
	color: #888888;
	text-align: right;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/footer_bg.jpg) no-repeat 0 0; 
}

.footer p {
	width: 500px;
	text-align: center;
	margin: 0 0 0 250px;
	padding: 10px;
}

.footer a {
	color: #888888;
	text-decoration: none;
}

.footer a:hover {
	color: #BBBBBB;
}



.end {
	width: 780px;
}


/* Gallery Style */

.gallery {
	width: 500px; 
	background: #EEEEEE; 
	margin: 0 0 10px 0; 
	padding: 10px 0 0 0;
}

.big_pic {
	text-align: center; 
	padding: 10px 0 12px 0; 
	background: transparent url('images/gallery_bg.gif') no-repeat 50% 0;
}

#img_caption {
	margin: 15px 0 0 0;
}

#thumbs {
	width: 500px; 
	height: 110px; 
	text-align: center; 
	overflow: auto; 
	white-space: nowrap;
}

#thumbs img {
	margin: 6px 0 0 0;
	border: 1px solid #cccccc;
}
#thumbs img:hover {
	border: 1px solid #FF0000;
}
