@charset "UTF-8";
/* CSS Document */

*{margin:0;padding:0}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	}

/* frame styles */

#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background: url('images/menu_stripe.gif') left repeat-y;
	}

#sidebar {
	width: 120px;
	height: 519px;
	background: #fff url('images/menu_bg.gif') 0 32px no-repeat;
	float: left;
	}

#top_title {
	height: 150px;
	width: 650px;
	background: #fff url('images/top_banner.gif') bottom no-repeat;
	float: right;
	}

#home {
	float: right;
	width: 650px;
	height: 369px;
	background: url('images/home_bg.jpg');
	}

#content {
	float: right;
	width: 610px;
	background: url('images/blue_stripe.gif') left repeat-y;
	padding: 15px 0 15px 40px;
	}

#footer {
	height: 31px;
	width: 770px;
	background: #000;
	clear: both;
	border: solid #fff;
	border-width: 2px 0 0 0;
	}

/* content styles */

#content a:link, #content a:visited {
	color: #b96400;
	text-decoration: none;
	}

#content a:hover {
	text-decoration: underline;
	}

p {
	margin-bottom: 15px;
	}

h1 {
	text-align: right;
	margin-bottom: 20px;
	}

#menu {
	list-style: none;
	margin: 150px 0 0 3px;
	text-align: center;
	}

#menu li {
	margin-bottom: 15px;
	}

#menu a:link, #menu a:visited {
	font-variant: small-caps;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}

#menu a:hover {
	color: #fff;
	}

#content ul li {
	list-style: square;
	margin-left: 20px;
	}

#content img {
	border: 1px solid #acacac;
	margin-bottom: 15px;
	}