body {
	margin: 0px;
	padding: 0;
	font: 105% arial, hevetica, sans-serif;
	text-align: center;
	background: #333366 url(bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	color: #000;
	}	
	
p {padding: 10px 10px 0px 10px;}
a:link {color: red; text-decoration: none}
a:visited {color: red; text-decoration: none}
a:active {color: red; text-decoration: none}
a:hover { color: red; text-decoration: underline;}

#container {
	width: 800px;
	min-height: 810px;
	margin-top: 10px;
	margin-bottom: 10px;		
	margin-left: auto;
	margin-right: auto;
	background: #fff url(top.jpg) no-repeat;
	border: solid;
	border-color: #ff9900;
	border-width: 5px 5px 5px 5px; 
		}

#left {
	width: 254px;
	height:800px;
	background: #fff url(left.jpg) no-repeat;
	float: left;
	}
		
#right {
	width: 546px;
	margin: 120px 0px 0px 0px;
	background: #fff;
	float: left;
	}

.box_1 {
	width: 450px;
	Margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url(drops.jpg) no-repeat;
	text-align: left;
	border: dashed;
	border-color: #ff9900;
	border-width: 0px 0px 0px 0px; 
	padding: 1px 0px 0px 0px;
	}

.box_2 {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ff9900;
	}
		
#footer{
	clear: both;
	height: 20px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	}
	
	#footer a {color: #000; text-decoration: none;}
