/* CSS Document */
.clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Hides from IE-mac \*/
* html .clear {
	height:1%;
}

body {
	/*background:#87888a url(images/bg.gif) repeat; */
	color:#CCCCCC;
	text-align:center;
	margin-top:0;
	padding-top:0;
}

/* Normalize margin and padding */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* Normalize heading font sizes */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
/* Remove list-styles from lists */
ol, ul {
	list-style: none;
}
/* Normalize font style and font weight */
address, caption, cite, code, dfn em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/* Remove border from tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Remove border from fieldset and img */
fieldset, img {
	border: 0;
}
/* left align text in caption and th */
caption, th {
	text-align: left;
}

a {text-decoration:none;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {background-color:#999999; text-align:center; margin:0 auto;}

h1, h2, p { font-family: "Lucida Sans Unicode", arial, sans-serif;	font-size: 24px; }

wrapper {margin:0 auto;}

img {
	border:0;
}
p {
	color:#FFFFFF;
	font-family: sans-serif;
	font-size:12px;
	line-height:18px;
	padding-bottom:18px;
}
li {
	color:#FFFFFF;
	font-family: sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:700;
}
h1 {
	color:#7b7b7e;
	font-family: arial;
	font-size:14px;
	line-height:24px;
	padding-top:0;
	padding-bottom:18px;
	font-weight:500;
}

h2 {
	color:#FFFFFF;
	font-family: sans-serif;
	font-weight:700;
	font-size:16px;
	line-height:18px;
	padding-bottom:18px;
}

#wrapper {
position:relative;
left: 0;
width:1024px;
/*height:715px;*/
margin: 0 auto;
text-align:left;
background: url(../images/default/bg-gray.gif) #a6a8a9 repeat;
}

#picture {
position:absolute;
top:0;
/*border: #FFFFFF solid 1px;*/
width:1024px;
/*height:715px;*/
z-index:1;
text-align:center;
margin: 0 auto;
}

#header {
	position:absolute;
	top:11px;
	height:60px;
	padding-top:20px;
	padding-left:15px;
	z-index:2;
	left: 1px;
}
#header h2, #header a {color:#fff;}
#header a {font-size:40px; }
#header h2 {font-size:40px; }

#aboutus {
position:absolute;
top:40px;
left:700px;
width:300px;
color:#fff;
z-index:100;
padding:20px;
}

#aboutus h2, p {color:#fff;}
#aboutus a {color:#fff;}

#aboutus {background:url(/uploaded/bg-bio.png) repeat;}

#menu-container {
position:absolute;
top:80px; left: 10px; z-index: 600;
}

#details {
position:absolute;
top:520px; left: 10px; z-index: 1;

width:400px;
min-height:20px;
padding:5px;
margin-bottom:0;
}

#details p {color:#fff; font-size:11px; font-family:Arial, Helvetica, sans-serif; padding:0;margin:0;}

#events {
position:absolute;
top:80px; left: 200px; z-index: 600;
background-color:#fff;
color:#333;
width:500px;
/*height:615px;*/
padding:5px;
margin-bottom:0;
text-align:left;
}

#events h1, #events h2, #events p, #events li {color:#333;}
#events strong {font-weight:700;}
#events a {color:#000000;text-decoration:none; font-weight:bold;}
#events a:visited {color:#000000;}





#footer {position:relative; top:750px;left:20px; clear:both; width:1024px; padding-top:10px;text-align:left;}
#footer p {font-size:9px;}



.black {color:#000;}
.green {color:#009534; font-weight:600;}
