body {
	font-family: Tahoma;
	font-size: 0.7em;
	color: #000000;
}
body {
	background-color: #857254;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #B01E1E;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #B01E1E;
	border:none;
}
a:focus{
	border:none;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2.6em;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 0.6em;
}
div, ul, li, form, img, p, input, table, h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	}
p{
	padding-bottom:10px;
	}
/*Divs*/

/*Main Background Structure*/

#mainHolder{
	width:999px;
	background:url(images/mainBodyBG.jpg);
	margin:auto;
	}
#mainTopBG{
	background:url(images/mainBodyTopBG.jpg) top no-repeat;
	}
#mainBottomBG{
	padding-bottom:20px;
	background:url(images/mainBodyBottomBG.jpg) bottom no-repeat;
	}
.cleaner{
	clear:both;
	}
	
/*Site Inside*/

	/*Navigation*/
	
#nav{
	padding-top:154px;
	width:999px;	
	line-height:25px;
	margin-left:0;
	/*fonts*/
	font-size:2em;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	}
#nav a{
	color:#FFFFFF;
	text-decoration:none;
	}
#nav a:hover{
	color:#F7F4E3;
	text-decoration:none;
	}
#nav ul{
	list-style:none;
	}
#nav li{
	list-style:none;
	padding-left:54px;
	float:left;
	}
/*left col*/

#leftCol{
	margin-top:2px;
	padding-left:30px;
	width:312px;
	float:left;

	}
#leftNewsBox{
	padding-left:18px;
	}
#news{
	background:url(images/inTheNewsBG.jpg) repeat-y;
	padding:7px;
	color:#FFFFFF;
	}
	
/*RightCol*/

#rightCol{
	width:589px;
	margin-left:352px;
	margin-top:5px;
	background:url(images/contentBG.jpg) repeat-y;
	}
	
/*content*/

#content{
	padding-left:5px;
	padding-right:5px;
	}
#greenBox{
	width:330px;
	background: url(images/homeConcertGreenBG.jpg) repeat-y;
	color:#FFFFFF;
	}
#contentRightBottom{
	padding-top:10px;
	}
	
/*footer*/

#footer{
	width:999px;
	margin:auto;
	}
	
	
/*Secondary PAges*/


#scondaryGreenBox{
	background:url(images/SecondaryGREEN_BG.jpg) repeat-y;
	clear:both;
	}
#scondaryGreenBox p{
	padding-right:10px;
	text-align:justify;
	color:#f7f4e2;
	}


/*Contact Form*/
.formText{
	display:block;
	}
#contactForm{
	width:280px;
	padding-left:10px;
	float:left;
	}
#contactForm input, #contactForm select{
	}
#contactRight input, #contactRight select{
        }
	
/*Styles*/
.floatLeft{
	float:left;

	}
.floatedRight{
	width:330px;
	margin-left:240px;

	}
.block{
	display:block;
	}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}
.textField, .textFieldFocus{
	display:block;
	width:250px;
	}
.penka{
	position:absolute;
	left:50%;
	margin-left:-145px;
	margin-top:-7px;
	background:#d6c7a6;
	/*background:#000 url(images/MOVIEbg.gif) top left no-repeat;*/
	width:584px;
	height:499px;
	padding-top:10px;	
	overflow:auto;
	}
.penka2{
	position:absolute;
	left:50%;
	margin-left:-145px;
	margin-top:-7px;
	background:#000000;
	/*background:#000 url(images/MOVIEbg.gif) top left no-repeat;*/
	width:584px;
	height:499px;
	padding-top:10px;	
	overflow:auto;
	}

