@charset "utf-8";
body {
	font: 100%/1.4 /*Georgia, serif,*/"Palatino Linotype", "Book Antiqua", Palatino, serif, "Times New Roman", Times, serif ;
	background: #CCC;
	margin: 0;
	padding: 0;
	color: #000;
}


ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
		
}

.underline{
	border-bottom: 1px solid #09F;
	width: 600px;
	margin-left:150px;

	
}

.contactinfo{
	font: 100%/1.4 /*Georgia, serif,*/"Palatino Linotype", "Book Antiqua", Palatino, serif, "Times New Roman", Times, serif ;
	position: relative;
	background:none;
	width:100%;
	margin:0 auto;
	overflow: hidden;
	

}

.overline{
	border-top: 1px solid #09F;
	width: 500px;
}


a img {
	border: none;
}


a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}


.container {
	width: 1000px;
	height: 1200px;
	margin: 0 auto; 
	overflow: hidden;
	background-image: url(../IMG/Background.png);
	background-position:top center;
	background-repeat:no-repeat;
	-webkit-box-shadow: 1px 1px 8px 10px rgba(0,0,0,.25);
    box-shadow: 1px 1px 8px 10px rgba(0,0,0,.25);
}


.sidebar1 {
	float: left;
	width: 180px;
	background: none;
	padding-bottom: 10px;
	margin-top:10px;
	}



.content {

	padding: 5px 0;
	width: 900px;
	/*float: left;*/
	color:#333;
	margin-top: 350px;
	margin-left:50px;
	
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none; 
	border: none; 
	margin-bottom: 15px; 
	 
}

ul.nav li {
	text-align:center;
	color: #000;
	border: none;
	height:40px;
	width: 180px; 
	background:url(../IMG/Li_non_hover_2.png);
	opacity: .65;
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,.25);
	box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,.25);
	
	
}


ul.nav a, ul.nav a:visited { 
	display: block; 
	width: 180px; 
	text-decoration: none;
	height:40px;
	}
	
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: url(../IMG/Li_hover_2.png);
	color: #000;
	height:40px;
	font-weight:bold;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

header {
	height: 100px;
	color:#333;
	font-family: 'Playball', cursive;
	font-size: 20px;


}


footer {
	
	background:#666;
	color:#FFF;
	position:relative;
	text-align:right;
	width: 100%;
	margin:0 auto;
	overflow: hidden;
	bottom: 0px;

}

a.footer{
	color: #6C0;
}