body {
	background-color: #ffecbb;
	margin: 0;	
}

#main {
	margin-left: auto;
	margin-right: auto;	 
	width: 790px;
}

#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
        padding: 283px 0 0 0;
}

#content {
	position : relative; 
	margin : auto;
	text-align: center;
	width: 790px;
	background: #ffecbb url(../img/content.jpg) repeat-y;
	float: left;
}

#center {
	font-family: Verdana, Arial;
	font-size: 14px;
	text-align: left;
	line-height : 19px;
}

#text {
	margin: 0 41px 0 272px;
}

#text h1 {
        margin-top: 1px;
	margin-bottom : 1px;
	height : 60px;
}

#text h2 {
        margin-top: 1px;
	margin-bottom : 1px;
	height : 20px;
	font-size: 18px;
	color: #b01d0a;
}

#text a:link {
	color: #b01d0a;	
	text-decoration: none;
}

#text a:visited {
	color: #000000;
	text-decoration: underline;
}

#text a:active {
	color: #b01d0a;
	text-decoration: underline;
}

#text a:hover {
	color : #1f2b85;
	text-decoration: none;		
}

#text img {
        clear: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#text p {
	display: block;
}

#menu {
	position : absolute; top: 290px; left: 20px;
	font-family: Verdana, Arial;
	font-size: 13px;
	text-align: justify;
	line-height : 30px;
	font-weight: bold;		
}

ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 17px;
}

#menu a:link {
	color: #000000;	
	text-decoration: none;
	padding-left: 18px;
}

#menu a:visited {
	color: #000000;	
	text-decoration: none;
	padding-left: 18px;
}

#menu a:active {
	color: #000000;
	text-decoration: none;
	padding-left: 18px;
}

#menu a:hover {
	color : #b01d0a;
}

#table td {
	border-bottom: 1px solid;
	text-align: center;

}	

#footer {
	font-family: Verdana, Arial;
	color: #fee904;
	font-size: 11px;
	text-align: justify;
	line-height : 19px;
	padding: 0px 0 0 312px;
	background : #ffecbb url(../img/footer.jpg) no-repeat;
}

#footer a:link {
	color: #fee904;
	text-decoration: none;
}

#footer a:visited {
	color: #673e5d;	
	text-decoration: underline;	
}

#footer a:active {
	color: #fee904;	
	text-decoration: underline;	
}

#footer a:hover {
	color : #000000;
	text-decoration: none;		
}