body{ margin: 0px; padding: 0px; background: url('body_bg.gif'); font-family: Arial; }
h1{ font-size: 14px; text-decoration: underline;}
li {list-style-type: circle}
img{margin: 10px; border:2px solid #000;}
p{border:1px solid #000}
#header { 
	border:0px solid #000;
	background: url('head_bg.png');
	position:relative;
	top:0px;
	width: 800px;
	height: 120px;
	}
#menu {
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	background-color: #fff;
	position:absolute;
	top:95px;
	left:15%;
	width: 550px;
	height: 18px;
	padding-top: 5px;
	font-size: 13px;
	text-align: center;
	}
#menu a {text-decoration: none; padding-left: 10px; padding-right: 10px; color: #000; }
#menu a:hover{text-decoration: none; background-color: #d0d0d0; padding-top: 5px; padding-bottom:2px; color: #fff; }
#menu .selected{text-decoration: none; background-color: #efefef; padding: 5px 10px 2px 10px; color: #000; }
#content { 
	border:0px solid #000;
	background: url('main_bg.png');
	margin: 0px;
	padding: 10px 25px 10px 25px;
	position:relative;
	top:0px;
	width: 750px;
	/*height: 200px;*/
	font-size: 12px;
	text-align: justify;
	}
#content a {text-decoration: none; color: #0000ff; }
#text{ position:relative; left: 15%; padding: 10px; width: 500px;}
#footer { 
	border:0px solid #000;
	background: url('footer_bg.png');
	margin: 0px; 
	padding: 0px; 
	position:relative;
	top:0px;
	width: 800px;
	height: 40px;
	padding-top:10px;
	text-align: center;
	color: #fff; 
	font-size: 12px;
	}
#maker{
	position:relative;
	top: 0px;
	width: 800px;
	padding-right: 15px;
	text-align: right;
	font-size: 12px;
}
#maker a {text-decoration: none; color: #0000ff; }
#maker a:hover{ color: #00aaff; }


