@charset "utf-8";
/* CSS Document */

body
{
	min-width: 820px;
	max-width: 960px;
	background-color: #555555;
	margin: 0 auto;
	text-align: center;
/*the line below fixes a bug that causes relative positioned elements not to flow with the containing element in IE*/
	position: relative;
	margin-top: 15px;
	padding: 0 15px;
	height: 100%;
}

div, a, ul, li, b
{
	margin: 0px;
	padding: 0px;	
}

a
{
	text-decoration: none;
	color: #42594F;
}

p
{
	text-indent: 40px;
}

b.big
{
	font-size: 16px;	
}

div.left
{
	float: left;
	margin: 5px 0px 5px 5px;
}

h1
{
	margin: 2px;
	padding: 1px;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	font-size: 18px;
	text-align: center;
}

img
{
	border: 2px solid #bfa75f;
}

div.greenbackleft
{
	background-color: #4e6d60;
	margin: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	padding: 5px;
	border: 2px solid #000000;
	float: left;
}

div.greenbackright
{
	background-color: #4e6d60;
	margin-left: 1em;
	margin-right: 10px;
	margin-bottom: 1em;
	padding: 5px;
	border: 2px solid #000000;
	float: right;
}

#container
{
	font-family: Arial, Helvetica, sans-serif;
	border: 3px solid #000000;
	text-align: left;
	height: 100%;
	background-color: #DBCDA4;
	background-image: url(images/containback.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#leftmarg
{
	background-color:#555555;
	width:15px;
	float:left;
	height: 100%;
	background-image: url(images/leftmarg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	position:absolute;
	left:0;
	top:0;
}

#rightmarg
{
	background-color: #555555;
	width: 15px;
	float: right;
	height: 100%;
	background-image: url(images/rightmarg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: absolute;
	right: 0;
	top: 0;
}

#footer
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0;
	padding: 0 20px;
	position: absolute;
	text-align:center;
	left: 0px;
	color:#CCCCCC;
	height: 80px;
	width:100%;
}

#footer a

{
color:#CCCCCC;
text-decoration: underline;
}

#leftnav
{
	border-style: solid;
	border-color: #000000;
	border-width: 3px 0px 0px 0px;
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
	width: 230px;
	float:left;
	vertical-align: top;
}

#maincontent
{
	background-color:#ffffff;
	border-style: solid;
	border-color: #000000;
	border-width: 3px 0px 0px 3px;
	height: 100%;
	padding: 10px 10px;
	margin-left: 230px;
	background-image: url(images/mainback.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#header
{
	height: 200px;
	width: 100%;
	z-index: 100;
	background-image: url(images/headerimage.jpg);
	background-position: right;
	text-align: left;
	border-style: solid;
	border-color: #bfa75f;
	border-width: 3px 0px 3px 0px;
}

#bandalogoshadow
{
	position: relative;
	height: 225px;
	width: 255px;
	top: -240px;
	right: 5px;
	z-index: 250;
	/*Special thanks to microsoft for their continued incompatibility with opacity*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; 
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); 
	opacity:0.6;
	background-color: #222222;
}

#bandalogo
{
	border: 5px solid #000000;
	position: relative;
	z-index: 300;
	top: -20px;
	right: 15px;
	height: 220px;
	width: 250px;
	background-color: #4e6d60;
	background-image: url(images/logo.jpg);
}

#navback
{
	height: 40px;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); 
	opacity:0.8;
	background-image: url(images/headerbar.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}


#navbar
{
	text-align: center;
	font-size: 16px;
	font-weight: bolder;
	color: #4e6d60;		
	height: 40px;
	width: 100%;
	position: relative;
	right: 4px;
	top: -296px;
	overflow: hidden;
}


#navbar ul
{
	list-style: none;
	position:relative;
	top:-40px;
}

#navbar a
{
	color: #4e6d60;
	display: block;
	padding-top: 13px;
	height: 40px;
	width: 125px;
}

#navbar li
{
	height: 40px;
	width: 125px;
	list-style-type: none;
	float: right;
}

#navbar li:hover
{
	background-image: url(images/h_nav_br.jpg);
	color: #648f7c;
	text-decoration: none;	
}

#pagecontent
{	
	padding: 5px 20px 20px 20px;
	border: 2px solid #bfa75f;
	font-size: 16px;
	height: 100%;
}

#pagecontent p:first-letter
{
	font-size: 26px;
	color:  #4e6d60;	
}

#pagecontent ul, #pagecontent li
{
	margin: 0 2em;
}

div.sectitle 
{
	background-color: #648f7c;
	margin-bottom: 1em;
	width: 100%;
	border: 2px solid #000000;
	background-image: url(images/titleback.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#leftnav li
{
	font-size: 14px;
	font-weight: bold;
	color: #4e6d60;
	text-decoration: none;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #333333;
	border-width: 0px 2px 2px 2px;
	height: 40px;
	width: 210px;
	display: block;
	overflow: hidden;
	background-image: url(images/leftnavmenuback.jpg);
	list-style-type: none;
	margin: 0 auto;
	}

#leftnav li:hover
{
	background-image: url(images/leftnavmenuback_h.jpg);
}

#leftnav li.title
{
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	background-color: #648f7c;
	height: 32px;
	width: 220px;
	border: 2px solid #333333;
	text-align: center;
	display: block;
	margin-top: 15px;
	padding-top: 8px;
	background-image: url(images/aopback.jpg);
}

#leftnav a
{
	display: block;
	height: 40px;
	width: 210px;
	color: #4e6d60;
	padding: 4px 15px 0px 15px;
}

#leftnav a.oneline
{
	padding-top: 10px;
}


#leftnav b
{
	display: block;
	padding-top: 5px;
}

#leftnav p
{
	text-indent: 0px;
	margin: .5em;
}

#smallcontactborder
{
	margin: 40px 30px;
	padding: 5px;
	background-color: #4e6d60;
	background-image: url(images/contactback.jpg);
	border: 2px solid #000000;
}


#smallcontact
{
	text-align: center;
	color:#FFFFFF;
	font-size: 13px;
	padding: 10px 0px;
	border: 3px solid #FFFFFF;
}




#centeredbig
{
	margin: 0 auto;
	padding: 20px 0 50px 0;
	text-align: center;
	height: 200px;
	color:  #4e6d60;
	font-size: 30px;
}


#rightbox
{
	margin: 20px;
	padding: 5px 10px;
	width: 230px;
	font-size: 12px;
	color:  #4e6d60;
	float: right;
	border: 2px solid #4e6d60;
	background-image: url(images/containback.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #EBE3CD;	
}

#rightcontact
{
	margin: 20px;
	padding: 1em;
	width: 210px;
	float: right;
	border: 2px solid #bfa75f;
	font-size: 16px;
	color:  #4e6d60;

}

#contact
{
	padding: 2em;
	font-size: 12px;
	color:  #4e6d60;
}

form
{
	color:  #4e6d60;
}

#contacterror
{
	padding: 2em;
	font-size: 12px;
	color:  #FF0000;
}

#minht
{
height: 500px;
}

#minhtdisc
{
height: 500px;
font-size: 12px;
}

