/* //////////////////////////////////////////////////// */
/* 						CONTAINER						*/		
/* //////////////////////////////////////////////////// */

#container {
	position:relative;
	width:860px;
	background-color:#000;
	top:0;
	padding:0;
	margin:0 auto;
	border:0 solid #fff;
	text-align:left;
	z-index:0;
}
#clearfloat {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
#top {
	height:20px;
	/*	background-image:url(img/top-bg.png); */
	padding:5px 15px 0 10px;
	text-align:right;
	color:#CCC;
	background-color:#000;
}
#header {
	width:860px;
	height:240px;
	overflow:hidden;
	background-color:#000;
}
#logo {
	margin:0px;
}
#header-alpha {
	position:absolute;
	z-index:0;
	width:860px;
	height:240px;
}
#header-image {
	position:absolute;
	top:0px;
	left:0px;
	width:860px;
	height:240px;
	z-index:-1;
}
#menu {
	position:absolute;
	width:860px;
	height:25px;
	background-image:url(img/menu-bg.gif);
	background-repeat:repeat-x;
	text-align:right;
}
#contents {
	width:860px;
	padding:50px 0 0 0;
	text-align:center;
}
#main {
	width:610px;
	float:left;
}
#sidebar {
	width:250px;
	height:600px;
	float:left;
	text-align:left;
	padding-top:20px;
}
#footer {
	height:50px;
	color:#ccc;
	background-color:#000;
	background-image:url(img/footer-bg.png);
}
/* //////////////////////////////////////////////////// */
/* 						CONTENTS						*/		
/* //////////////////////////////////////////////////// */

.menu {
	padding:0 15px 0 15px;
	border:0px solid #fff;
}
.main {
	padding:20px 40px 20px 30px;
	text-align:left;
}
.infobox {
	width:230px;
	height:260px;
	background-color:#dadada;
}
.infobox-header {
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	padding:1px 5px 1px 10px;
	background-color:#8e0304;
}
.infobox-text {
	font-size:11px;
	line-height:15px;
	color:#000;
}
.infobox-list {
	font-size:11px;
	padding-left:20px;
	color:#000;
}
.footer {
	padding-top:10px;
	text-align:center;
}
.ruler {
	width:100%;
	height:3px;
	padding:5px 0 5px 0;
	background-image:url(img/ruler.gif);
	background-repeat:repeat-x;
}
.perex {
	font-size:12px;
	font-weight:bold;
}
.slogan {
	color:#830405;
	font-weight:bold;
	font-size:12px;
	text-align:left;
}
.color {
	color:#830405;
}
.float-photo {
	float:right;
	padding:5px;
}
.line {
	position:absolute;
	width:820px;
	top:312px;
	left:30px;
	height:2px;
}

.vertical-line
{
width:3px;
background-image:url(img/vertical-line.gif);
background-repeat:repeat-y;
float:left;
height:75px;
padding:0 5px 0 5px;
}

.gallery-image {
	margin-right:5px;
	margin-bottom:5px;
	border:solid 0px #000000;
}
/* //////////////////////////////////////////////////// */
/* 						HTML TAGS						*/		
/* //////////////////////////////////////////////////// */


body {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:150%;
	color:#666;
	background-image:url(img/bg.png);
	background-repeat:repeat-x;
	background-color:#000;
}
h1 {
	color:#000000;
	font-size:24px;
	line-height:100%;

}
h2 {
	color:#830405;
	font-size:18px;
}
h3 {
	color:#000000;
	font-size:12px;
	padding:0;
	margin:0;
}
h3.box {
	color:#8e0304;
	font-size:14px;
	padding:0;
	margin:0;
}
h4 {
	color:#444;
	font-size:14px;
}
h3.box {
	padding:0 0 0 0;
}
p {
	font-size:13px;
	color:#000000;
}
ul {
	font-size:13px;
	color:#000000;
}


a
{
	color:#666;
	}
	
a:hover
{
	color:#FFF;
	}