body {
color:#4E4E4E;
font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
font-size:14px;
font-style:normal;
margin: 0px;
padding: 0px;
text-align:center;
}

p { margin: 0px 10px 10px 0px; text-indent: 1.5em;}
h1 { margin-top: 0px; }

table th {
	background-color:black;
	color:white;
}


#container { 
		width:795px;
		margin:0px auto;
		height:100%;
		overflow:hidden;
		background:url(footer.jpg)  bottom no-repeat;  
		text-align:justify;
	}
	
	
#header { 
		background:url(header.jpg) no-repeat; 
		height:150px;
		padding-top:30px;
		display:block;
		position:relative;
		z-index:5;
	}
	
#footer { 
	clear:both;
	position:absolute;
	bottom:0px;
	z-index:0;
	}

#content-left {width:40%;float:left; text-align:left;z-index:-10;overflow:hidden;}
#content-right {width:60%;float:right;overflow:auto;height:350px;}

.shadow-left {
background:transparent url(shadow.png) no-repeat scroll left bottom;
width:60%;
float:right;
}

.shadow-right {
background:transparent url(shadow.png) no-repeat scroll right bottom;
padding-bottom:32px;
position:relative;
margin-top:80px;
}


#navigation {
	height:32px;
}

#navigation ul{
	background:#EEEEEE url(nav.png) repeat-x scroll left top;
	list-style-type:none;
	
	margin:0;
	padding:0;
	
	width:100%;
	z-index:15;
}

#navigation ul li {
	background:transparent url(nav-div.png) no-repeat scroll right top;
	list-style-type:none;
	float:left;
}

#navigation ul li :hover {
background-color:#FFFFFF;
}

#navigation ul li a {
display:block;
color:#4E4E4E;

font-size:115%;
font-weight:bold;
line-height:32px;
min-height:32px;
padding:0 13px 0 11px;

text-align:center;
text-decoration:none;
text-shadow:1px 1px 1px #FFFFFF;
text-transform:uppercase;
}


#navigation ul li.active a, #navigation ul li.current_page_item a {
 background:#000000 url(nav-active.png) no-repeat scroll left top;
 color:#DEDEDE;
 text-shadow:1px 1px 1px #000000;
  position:relative;
}



#navigation ul li.active a span.pointer, #navigation ul li.current_page_item a span.pointer {
background:transparent url(nav-pointer.png) no-repeat scroll center top;
bottom:-7px;
display:block;
height:7px;
left:0;
position:absolute;
width:100%;
}



#image_rotate { list-style:none;z-index:0;}


.R { text-align:right; }
