* {margin:0;padding:0;} 


html{
	background-color:#fff;
	height: 100%;
	}
body{
 text-align:center;
	overflow: auto;
	width: 700px;
	height: 100%;
	margin: 0 auto;
    border: 0px solid #;
	border-width: 0px #ccc;
    }
#wrapper{
	width: 700px;
	color: #000;
	min-height: 100%;
	background-color: #fff;
	border-top: solid 10px #FEC900;
	-moz-box-shadow: 0px #fff;  /* Firefox */
	-webkit-box-shadow: 0px #fff; /* Safari, Chrome */
	}
#header{
	text-align:center;
	margin:2.8em 0;
	vertical-align: sub;
	}

#nav {
	width:100%;
	border-top:solid 1px #FEC900;
	border-bottom: solid 1px #FEC900;
	float: left;
    margin:1em 0;
    list-style: none;
    }
#nav2 {
	width:100%;
	border-top:solid 1px #ccc;

	float: left;
    padding:1em;
    list-style: none;
    }

#nav ul{
	border: solid 3px #fff;
	}
#cont{
	background-color:#;
	margin:3em;
	padding-bottom: 130px;
	}

#footer {
	width: 700px;
	color:#000;
	background-color: #FEC900;
	position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	clear:both;
	-webkit-border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;	
	} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
	}
#nav li {
	font-size: 1.3em;
	width:24%;
    float: left;
    border-right: 1px dotted #000;
    }

#nav li a {
    display: block;
    text-align:center;
    padding: 15px 15px;
    text-decoration: none;
    font-weight: ;
	color: #000;
    }
#nav li a:hover {
    color: #fff;
    background-color: #FEC900;
    }

#nav li a strong{
	display:block;
	font-family:'Arial Bold', Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-0.1px;
	margin-bottom:2px;
	}
#nav li a:hover strong{
	color:#666;
	}
#nav li a small{
	color:#ccc;
	font-family:'Georgia',serif;
	font-size:11px;
	font-weight:normal;
	letter-spacing: -0.17px;
	margin:7px 0 0 0
	}
#nav li a:hover small{
	color:#fec900;
	}
