* {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	background: url(images/bg.jpg) #533638;
	color:#523737;
	font-family:tahoma;
	font-size:0.9em;
}

p{
	margin-bottom:4px;
	margin-top:4px;}
	
table {
	text-align:center;
	
}

td{
	text-align:center;
	font-family:tahoma;
	font-size:0.9em;}
		
.small{
	font-size:0.7;
	padding:12px;}

#wrapper {
	width:1100px;
	margin:0 auto;
	background:url(images/middle.jpg) repeat-y;
	background-position: 0px 430px ;
}

#header {
	height:430px;
	background:url(images/header.jpg) no-repeat;
}

#main {
	text-align:center;
	font-family:tahoma;
	float:left;
	margin-left:122px;
	width: 849px;
}


#footer {
	text-align:center;
	height:175px;
	background:url(images/footer.jpg) no-repeat;
	clear:both;}
	
	
	
h1 {
	font-family:tahoma;
	letter-spacing:2px;
	font-size:1.7em;
	color:#57c1ab;
	text-align:center;
	font-weight:normal;
	margin-bottom:4px;
	margin-top:2px;}
	
h1:first-letter{
	font-weight:bold;
	color:#e17882;}
	
a:active, a:link, a:visited{
	text-decoration:none;
	font-family:tahoma;
	color:#e17882;}

a:hover{
	text-decoration:none;
	font-family:tahoma;
	font-weight:bold;
	color:#57c1ab;
}

