
#rap{
	 margin: 0 0 0 0;
	 padding: 0 0 0 0;
 background: #8EB7DA;/* url(img/bgfoot.jpg);*/
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 100%;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	 text-align: left;
}

html>body #rap {
    height: auto;
	 width: 100%;
}

#main {
margin: 0 0 0 20px;
padding: 0 0 0 0;

}

#menu {
	float: left;
	width: 30%;
	overflow:hidden;
}
#nav {
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	width: 100%;
	text-align: left;
}
#content {
	float: left;
	width: 68%;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow:hidden;
}
#footer {
	background: url(img/fbbody-r.gif) no-repeat bottom right;
	width: 97%;
	color: #4F402A;
	margin: 0 0 5px 7px;
	text-transform: capitalize;
	clear: both;
	padding: 0 0 0 0;
}
* html #footer{
	margin: 0 0 135px 5px;
	float: left;
}
#header{
	height: 200px;
	margin: 0;
}

#masthead{
	background: url(img/bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #8EB7DA;
	height: 250px;
	margin: 0;
	padding: 0;
}



.reset{
	clear: both;
	height: 1px;
}
.reset2{
	clear: both;
	height: 20px;
}

.center {
	text-align: center;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright, img[align="right"] {
	margin: 5px 0 5px 5px;
	display: inline;
	}

img.alignleft, img[align="left"] {
	margin: 5px 5px 5px 0;
	display: inline;
	}