html,body {
	font-family: Arial;
	font-size: 12px;
	color: black;
	background:url('../images/background.png')center center no-repeat #4a4a4a;
	text-align: center;
	padding: 0;
	margin:0;
	width: 100%;
	height: 100%;
}

#image img{
	border: solid 10px white;
	margin: 0px auto;
	text-align: center;	
 }

#bg{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

img{
	border: none;
}

h3{
	font-size: 25px; 
	text-align: center; 
	color: black; 
	border: 1px solid #000;
	background-image:url('../images/nav_top_bg.gif'); 
	-moz-box-shadow: 0 0 8px 1px #000;
	-webkit-box-shadow: 0 0 8px 1px #000;
	box-shadow: 0 0 8px 1px #000;
	margin-left: 10px; 
	margin-right: 10px;

}
h3:hover{
	background-image:url('../images/nav_left_bg_active.gif');
	
}
#header{
	margin: 0px auto;
	text-align: center;	
	padding-right: 600px;
}
#menu{
	margin: 0px auto;
	padding: 0px;
	width: 1000px; 	
	background: #CFCFCF; 
	font-family: Arial; 
	font-size: 18px; 
}
#menu li{ 
	margin: 0;	
	padding: 0;
	float:left;
	width: 300px; 
	list-style-type: none;
	position: relative;
	text-align: center; 
}
#menu ul{
	padding: 0px;
	margin: 0px;
}
#menu a { 
	padding-left: 5px;
	text-decoration: none; 
	display: block; 
	border: 1px solid #000; 
	text-align: center; 
	color: black; 
}
.white {
	background-image:url('../images/nav_top_bg.gif'); 
}

#menu a:hover { 
	color: black; 
	background-image:url('../images/nav_left_bg_active.gif');
}

#menu ul ul { 
	position: absolute; 
	z-index: 2; 
	display: none; 
	-moz-box-shadow: 0 0 8px 1px #000;
	-webkit-box-shadow: 0 0 8px 1px #000;
	box-shadow: 0 0 8px 1px #000;

}

#menu ul li:hover ul { 
	display: block; 
}
#info{
	position:absolute;
	height: 106px;
	width: 40px;
	background: url('../images/sidebar_orange1.png');
	margin-top: 14px;
	margin-left: -6px;
	border: solid 1px white;
	z-index: 0;
}

#sidebar { 
	position:absolute;
	background: url('../images/sidebar_bg.png'); 
	margin-top: 14px;
	margin-left: -308px;
	width: 290px; 
	height: 190px; 
	float: left; 
	color:white;
	font-size: 14px;
	font-weight:bold;
	text-align: left;
	padding: 0 5px 0 5px;
	border:solid 1px white;
	z-index: 1;
}

#info {
	-moz-box-shadow: 0 0 8px 1px #000;
	-webkit-box-shadow: 0 0 8px 1px #000;
	box-shadow: 0 0 8px 1px #000;
}

#sidebar {
	-moz-box-shadow: 0 0 8px 1px #000;
	-webkit-box-shadow: 0 0 8px 1px #000;
	box-shadow: 0 0 8px 1px #000;
}

#footer{
	background:url('../images/footer_bg.gif') center repeat-x;
	width: 800px;
	height: 28px;
	color: white;
	font-family: Arial; 
	font-size: 14px; 
	text-align: left;
	margin-left: -400px;
	-moz-box-shadow: 0 0 8px 1px #000;
	-webkit-box-shadow: 0 0 8px 1px #000;
	box-shadow: 0 0 8px 1px #000;
	padding: 0;
	position: absolute;
	bottom: 8px;
	left:50%;
	
}
#footer_p{
	
	margin-top: 5px;
	margin-left: 30px;
	float: left;
}

#footer_a{
	text-decoration: none;
	color: white;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	margin-left: 100px;
	margin-top: 5px;
	float: left;
	
}

#footer a:hover{
	text-decoration: underline;
	color: white;
	
}

#plus{
	padding:0;
	margin-top: 4px;
	margin-left: 120px;
	text-align:left;
	float:left;
	width: 70px;
	height:25px;
}

.bold {
	font-weight: bold;
	background-color: #ff7d00;
}
