*{
	font-family: Trebuchet MS, Geneva, sans-serif;
	list-style:none;
}

body {
 background: url(../bgr.jpg) no-repeat bottom center;
 margin: 0 auto; 
 background-attachment: fixed;
}

h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFF;
	background-color: #7dbf42;
	text-align: center;
	margin: 10px 150px 10px 150px;
	padding: 5px 25px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

h1:hover{
	background-color: #FFF;
	color: #000;
}

#default_nav a{
	margin: 0 5px;
	display:inline-block;
	padding: 1px 50px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#default_nav a:hover{
	color: #000;
}


#wrapper{
	text-align: left;
	margin: 25px auto;
	width: 1024px;
}
#header{
	margin: 0 auto;
	width: 960px;
	text-align: center;
	height:127px;
}
#default_nav {
	width:960px;
	background: #7DBF42;
	margin:0 auto;
	padding: 5px;
	text-align:center;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#default_nav a{
	margin: 0 5px;
	display:inline-block;
	padding: 1px 45px;
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
}
#default_nav a:hover{
	color: #000;
	text-decoration:underline;
}

#main_content p img{
	margin: 5px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border: thick solid #7DBF42;
}

#main_content p .aboutusleft  {
	float: left;
	margin: 5px;
	border: thick solid #535353;
}
#main_content p .aboutusright {
	float: right;
	margin: 5px;
	border: thick solid #535353;
}

p {
	text-align:center;
}

/* example of nav div syling*/
#main_nav{width:20%;float:right;margin:0.5em;padding:0.5em;background:#99ccff;}
#main_nav li{ border-bottom: thin solid #999; padding: 3px;}
#main_nav a{	color:black; text-decoration:none; display:block;}
#main_nav a:hover{text-decoration:underline;	color:#ddd;}
#main_nav .subnav {padding-left: 10px; border:none}
#main_nav .subnav li{border:none}
#main_nav .subnav a{	color:white; text-decoration:none;}

/* example of nav div syling*/
#Main_nav2{width:20%;float:left;margin:0.5em;padding:0.5em;background:#cc66cc;}
#Main_nav2 li{ border-bottom: thin solid #999; padding: 3px;}
#Main_nav2 a{color:black; text-decoration:none; display:block;}
#Main_nav2 a:hover{text-decoration:underline;	color:#ddd;}
#Main_nav2 .subnav {padding-left: 10px; border:none}
#Main_nav2 .subnav li{border:none}
#Main_nav2 .subnav a{color:white; text-decoration:none;}

#main_content{
	margin: 0 auto;
	padding: 5px;
	width: 960px;
	background-color: #535353;
	color: #FFF;
		-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#footer {
	background-color: #7DBF42;
    color: #FFFFFF;
    margin: 5px auto -5px;
    padding: 5px 10px;
    width: 760px;
	text-align: center;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#footer a {
	margin: 0 15px;
	display:inline-block;
	padding: 1px 0px;
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
}


#footer a:hover{
	text-decoration:underline;
	color: #000;
}
#clear_both{
	clear:both;
}#header  {
	text-align: center;
}

.contact_us{
	line-height: 25px;
    margin: 0 auto;
    text-align: center;
}

#title {
    width: 900px;
}
#keywords {
    width: 867px;
}
#discription {
    width: 858px;
}
#pre_content {
    height: 20px;
    width: 740px;
	display: none;
}
#post_content {
    height: 20px;
    width: 740px;
}
#extra_content {
    height: 20px;
    width: 740px;
}

#main_content a{
	color: #fff;
}

#main_content a:hover{
	color: #7DBF42;
}