* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 650px;
	background: url('images/bg.jpg');
}

div#top {
	width: 200px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url('images/header.png') no-repeat;
	background-position: 0% 25%;
	clear: both;
}

div#left {
	float: left;
	width: 300px;
	height: 400px;
	text-align: left;
}

#left p {
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	color: black;
	border-left: 1px solid black;
	width: 100px;
	height: 30px;
}
#left a {
	display: block;
	color: black;
	margin-left: 5px;
	text-decoration: none;
	width: 100px;
	height: 30px;	
}

#left a:hover {background-color:#BEE0FF; }

div#right {
	float: right;
	width: 210px;
	height: 400px;
	text-align: right;
	margin-right: 5px;
}

#right p {
	margin-top: 5px;
	font: normal 16px/1.2 "Times New Roman", serif; 
}

#right a {
	color: black;
	font: normal 16px/1.2 "Times New Roman", serif; 
}

#left a:hover {background-color:#BEE0FF; }


div#footer {
	/* background: magenta; */
	width: 300px;
	height: 100px;
	clear: both;
}

div#footer p {
	margin-top: 60px;
	margin-bottom: 10px;
	margin-left: 10px;
}

