@charset "utf-8";
/* CSS Document */
@import url(base.css);


body { background: #fff url(./images/secondpage.jpg) no-repeat center top; }

#header {
	height: 200px;
	margin-left: 21px;
	margin-top: 54px;
	width: 720px;
}

#menu { height: 176px; margin-left: 7px; margin-top:23px; }
#menu img {padding: 0; margin: 0; }

h1 { color:#B29F7C; font-size: 30px;}

#content { margin-left: 20px; margin-top: 55px; margin-right: 18px; }
#content p { margin-top: 10px;
			 font-size: 16px; }
			
#rightContent {float:right; width:200px; height: 220px; margin: 10 0 0 25px; }
#navContent {float:left; width:120px; height: 400px; margin: 0px 8px 0 0; }

.border {border: 1px solid #B29F7C;}