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

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


#footer { width:880px; font-size:10px; color:#bbb; padding-top:30px; margin-bottom:20px; text-align:center; clear:both;	}
#footer a { color:#bbb; text-decoration: none; }
#footer a:hover { color:#bbb; text-decoration: underline; }



/* PAGE BODY */
#page_body { width:880px; min-height:600px; }
	
#page_left { width:540px; margin-top:0px; float:left; clear:left; }
	
#page_right { width:340px; margin-top:80px; clear:right; float:right; text-align:justify;	}
#page_right #menu { height:25px; margin-bottom:30px; }

.right { margin:0px; text-align:right; }

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

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

.form-table { background-color:#ebe7e9; }
.form-title { color:#999; font-size:14px; }
.form-text { background-color:#FFFFFF; color:#333; border-color:#FFFFFF; border: 1px groove #FFFFFF; }
.form-btn { color:#660000; }

