body {
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(pix/body_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	font:13px Georgia, "Times New Roman", Times, serif;
	background-color:#ede4cc;
}

#wrapper {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	background-image:url(pix/wrapper_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border:1px solid white;
	background-color:#f3eee7;
}

.clear {
	clear:both;
}

/*.....top menu......*/

#top-menu {
	padding-top:319px;
	text-align:center;
}

#top-menu ul {
	padding:0;
	margin:0;
	list-style:none;
}

#top-menu li {
	display:inline;
	padding-right:20px;
	font-size:16px;
}

#top-menu li a, #top-menu li a:visited {
	color:#990000;
	text-decoration:none;
}

#top-menu li a:hover {
	text-decoration:underline;
}

/*.....left content.....*/

#left-content {
	width:200px;
	margin:35px 0 10px 20px;
	float:left;
	display:inline;
}

#left-content ul {
	padding:0;
	margin:0;
	list-style:none;
}

#left-content li {
	font-size:16px;
	padding:10px 10px 10px 0;
	font-variant:small-caps;
}

#left-content li a, #left-content li a:visited {
	color:#fff;
	text-decoration:none;
	background-color:#990000;
	background-image:url(pix/menu_bg.gif);
	display:block;
	padding:10px;
}

#left-content li a:hover {
	text-decoration:underline;
}


/*.....other content.....*/

#content-wrapper {
	float:right;
	width:600px;
	margin:35px 0 0 0;
}

#center-content {
	float:left;
	display:inline;
	width:400px;
	line-height:20px;
}

#center-content a, #center-content a:visited {
	color:#990000;
}

#center-content h1 {
	font-size:22px;
	color:#990000;
	font-weight:100;
}

#center-content h2 {
	font-size:15px;
	color:#990000;
	font-weight:100;
}

#right-content {
	float:right;
	width:150px;
	border-left:1px solid #990000;
	padding-left:7px;
}

#right-content h2 {
	font-size:17px;
	color:#990000;
	font-weight:100;
}

/*.....footer.....*/

#footer {
height:30px;
	border-top:1px solid white;
	padding:10px;
}

#footer-left {
	float:left;
	display:inline;
}

#footer-left a {
	color:#000000;
	text-decoration:underline;
	font-size:11px;
}

#footer-right {
	float:right;
	display:inline;
}

#footer-right a {
	color:#000000;
	text-decoration:underline;
	font-size:11px;
}
