/* CSS RESET */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#777;background:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

body 
{
/*	background: #000 url(/images/bg.jpg) repeat-x top left;*/
	font-family: Arial;
	color:#777;
	font-size: 12px;
}

#header 
{
	width: 800px;
	height: 200px;
	margin: 30px auto 0 auto;
	background: #000 url(/images/header.jpg) no-repeat top left;
}

#menuContainer
{
	width: 800px;
	height: 20px;
	margin: 0 auto;
	background: #000 url(/images/bgMenu.jpg) repeat-x top left;
}

#menu 
{
	list-style-type: none;
	text-align: right;
	height: 20px;
	line-height: 20px;
}

#menu li 
{
	display: inline;
	color: #7c7c7c;
	font-size: 12px;
	padding: 0 10px;
	height:20px;
	line-height: 20px;
}

#menu li a 
{
	color: #7c7c7c;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	vertical-align: top;
}

#menu li a:hover, #menu li a.active
{
	color: #fff;
}

#content 
{
	background: #000 url(/images/bgContent.jpg) repeat-x top left;
	min-height: 200px;
	height:auto !important;
	height:200px;
	width: 800px;
	margin: 0 auto;
}

#contentInside 
{	
	width: 780px;
	margin: 0px auto;
	padding: 10px 0;
}

.horizontalGap 
{
	height: 10px;
	width: 800px;
	margin: 0 auto;
}

h1 
{
	font-size: 24px;
	margin-bottom: 30px;
}

p 
{
	margin-bottom: 20px;
}

.list li 
{
	margin: 0 0 10px 20px;
	list-style-type: circle;
	list-style-position:inside;
}

#contentInside a 
{
	text-decoration: none;
	color: #FFF;
}

#contentInside a:hover
{
	color: #999;
}

/* gallery stuff */

.galleryTable {
	width: 100%;
}

.galleryTable td {
	text-align: center;
	height: 120px;
}

.galleryList li {
	margin-bottom: 5px;
}







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
