@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Cuprum);
@import url(http://fonts.googleapis.com/css?family=Magra);
@import url(http://fonts.googleapis.com/css?family=Signika+Negative);
@import url(http://fonts.googleapis.com/css?family=Overlock);
@import url(https://fonts.googleapis.com/css?family=Handlee) ;



body {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #99a66e url(images/bg6.jpg);
	background-position:center;
	background-position:top;
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	height:100%;
	min-height: 100%;
	}
	
h3 {
	font-size:2em;
	font-weight:lighter;
	font-family: Verdana, "Arial", Helvetica, sans-serif;
	}
	
h2 {
	font-size:1.5em;
	font-weight:lighter;
	font-family: Verdana, "Arial", Helvetica, sans-serif;
	}
	
h1 {
	font-size:1.7em;
	font-weight:lighter;
	font-family: 'Handlee', sans-serif;
	text-shado1w: 1px 1px 0px #ddd;
	}
	
#container {
	margin: 0px auto;
	width: 1024px;
	position: relative;
}
	

#header {
	text-align: center;
	background: #fff;
	width: 200px;
	z-index: 2;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 0px 0px 16px 16px;
	border-radius: 0px 0px 16px 16px;
	-moz-box-shadow: 0px 2px 14px #000;
	-webkit-box-shadow: 0px 2px 14px #000;
	box-shadow: 0px 2px 14px #000;
	position: fixed;
	}
	
	#header2 {
	text-align: center;
	background: #fff;
	width: 200px;
	z-index: 2;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 800px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 0px 0px 16px 16px;
	border-radius: 0px 0px 16px 16px;
	-moz-box-shadow: 0px 2px 14px #000;
	-webkit-box-shadow: 0px 2px 14px #000;
	box-shadow: 0px 2px 14px #000;
	position: fixed;
	}
	
#menu  {
	font-family: 'Handlee', sans-serif;
	width:200px;
	margin:0%;
	display:inline-table;
	margin-left: 20px;
	margin-bottom: 10px;
	z-index: 3;
	text-align: left;
	}
	

#content {
	background: #ffffff;
	float: left;
	padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 25px;
	padding-right: 10px;
	-moz-border-radius: 16px 16px 16px 16px;
	border-radius: 16px 16px 16px 16px;
	-moz-box-shadow: 0px 3px 12px #000;
	-webkit-box-shadow: 0px 3px 12px #000;
	box-shadow: 0px 3px 12px #000;
	margin: 40px 10px 15px 10px;
	}

p {
	line-height: 150%;
	margin-bottom: 0px;
	}
	
#content a.body {
	color: #B6213E;
	text-decoration: none;
	font-weight: 500;
	}
	
#content a.body:hover {
	color: #7F2429;
	}
	
#footer {
	width: 100%;
	position:fixed;
	text-align: center;
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 15px;

	}

.style1 { color: #B6213E;}


#menu ul {
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	line-height: 20px;
	text-decoration: none;
	font-family: 'Handlee', sans-serif;
	font-size: 0px;
	color: #eee;
	margin: 0%;
} 

#menu li {
	float: left;
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	width: 170px;
}

#menu li a { 
        color: #000;
        display: block;
		font: 20px 'Handlee', sans-serif;;
        padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 10px;
		padding-right: 10px;
        text-decoration: none;
}

 * html #menu li a {  /* make hover effect work in IE */
	width: 100px;
}

#menu li a:hover {
	background: #FFF;
	color: #ccc;
	font-weight: bolder;
}


img
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
a img:hover
{
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
}
