/* -- -- -- Initial  -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

* html, * body {
	/*overflow-x: hidden;*/
}

/*— Holly Hack for IE 6 Peekaboo bug —*/
/* Hides from IE5-mac */
* html div#body {height: 1%;}
/* End hide from IE5-mac */

body {
	background: #600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #544;
}


/* -- -- -- Content  -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
h1 {
	margin: 0 0 15px 0;
	color: #000;
	/*-- color: #600;-- */
}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p, ul, ol {
	margin: 0 0 15px 0;
	line-height: 18px;
}

.iblock {
	display: block;
	clear: both;
}

form {}

label {
	padding: 2px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	float: left;
	width: 100px;
}

input, textarea, select {
	margin: 0 0 5px 0;
}

.cform .tf {
	width: 200px;	
}

.cform textarea {
	width: 400px;
	height: 200px;
}

.cb {
	margin: 2px 5px 5px 0;
	width: 13px;
	height: 13px;
}

.imgfl {
	margin: 2px 3px 0 0;
	float: left;
}

.hr {
	margin-bottom: 15px;
	height: 1px;
	background: #000;
	font-size: 0;
	line-height: 0;
}

ol { padding: 0 0 0 10px; }

ul {
	padding: 0 0 0 10px;
	list-style-type: disc;
}

li { margin-bottom: 5px; }

#msg ul {
	margin: 0;	
}

#msg li {
	margin-bottom: 0;	
}

.letter { list-style-type: lower-latin; }

.number { list-style-type: decimal; }

.m_r {
	color: #F00;
	border: 1px solid #D00;
	background: #FDD;
}

.m_g {
	color: #070;
	border: 1px solid #070;
	background: #9D9;
}

.m_y {
	color: #770;
	border: 1px solid #990;
	background: #EE9;
}

.fl { float: left !important; }

.fr { float: right !important; }

.mv { 
	margin-top: 10px !important;
	margin-bottom: 10px !important;
} 

.mh { 
	margin-left: 10px !important;
	margin-right: 10px !important;
} 

.mt { margin-top: 15px !important; }
.mb { margin-bottom: 15px !important; }
.ml { margin-left: 15px !important; }
.mr { margin-right: 15px !important; }

.tr { text-align: right; }

.bg_r {
	background: #FEE;
}

.bg_y {
	background: #FFE;
}

.color_b {
	color: #158;
}

.color_r {
	color: #E00;
}

/* -- -- -- Containers  -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

#body {
	margin: 20px auto 0 auto;
	padding: 5px;
	background: #F5F5F5 url(../img/bg_content.gif) repeat-x;
	width: 1060px;
}
	
#header {}

#nav {
	margin: 50px 0;
}

#nav img {
	display: block;	
}

#cl {
	width: 870px;
	float: left;
}

#cr {
	width: 175px;
	float: right;
}

#msg {
	margin: 0 0 10px 0;
	padding: 7px;
}

#msg div {
	padding: 5px;
	background: #FFF;
}

.row {
	margin: 0 0 5px 0;
	padding: 5px 0;
	border-top: 1px solid #999;
	clear: both;
}

.subrow {
	padding: 5px 0;
	clear: both;
}

.vid {
	width: 425px;
	float: left;
}

.vidtxt {
	width: 420px;	
	float: right;
}

#gallery {
	height: 790px;	
}

#footer {
	margin: 0 auto 10px;
	width: 1050px;
	color: #600;
	text-align: right;
	font-style: italic;
}

/* -- -- -- Links -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
a {
	color: #600;
	text-decoration: none;
}

#nav a {
	margin: 5px 0;
	padding: 1px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {	
	border: 1px solid #000;
	padding: 0;
}

#footer a {
	color: #999;
	font-size: 12px;
	display: block;
	text-decoration: none;
}

a:hover { text-decoration: underline; }