body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	color: #333;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	}

#container {
   	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	}


/* HEADER */
#header { width:880px; height:60px; }
#menu { width:880px; height:40px; margin-bottom:20px; }


/* FOOTER */
#footer {
	width: 880px;
	height: 50px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #999;
	margin-top: 20px;
	padding-top: 10px;
	clear: both;
	margin-bottom: 20px;
	}



/* PAGE BODY */
#page_body {
	width: 880px;
	min-height: 500px;
	clear: both;
	}

h1 { font-size:18px; color:#660000; font-weight:normal; }
h2 { font-size: 16px; color:#888; font-weight:normal; }

a { color:#660000; text-decoration: none; }
a:hover { color:#660000; text-decoration: underline; }

.form-table { background-color:#ebe7e9; }
.form-title { color:#999; font-size:14px; }
.form-text { background-color:#FFFFFF; color:#333; font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; border-color:#FFFFFF; border: 1px groove #FFFFFF; }
.form-btn { color:#660000; }

img { border-color:#660000; }


/* HOMEPAGE */
#home_left {
	width:595px;
	float:left;
	margin-top:20px;
	text-align:justify;
	}
	
#home_right {
	width:250px;
	float:right;
	margin-top:20px;
	text-align: center;
	}