* {margin:0; padding:0; /*border: 1px dotted red;*/}



body { 
	text-align: center;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	background-position: center;
	font-family : "Century Gothic";
	font-size: 12px;
	line-height: 20px;
	letter-spacing: .1em;
	color:	#FFFFFF;
	  }

p { padding-bottom: 20px;
	text-align: justify;
    }

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 180px;
}

#wrapper {
	width: 800px;
	text-align: left;

	
	
}

#menu {
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	height: 54px;
	font-size: 14px;
	font-variant: small-caps;
	letter-spacing: 0.3em;
	text-align: center;
	line-height: 54px;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: blink underline;
	color: green;
}


#top {
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	height: 0px;
}

#content {
	background-image: url(images/middle.png);
	background-repeat: repeat-y;
	float:left;
	width: 800px;
	
}

#content-left {
	/*border: dotted red 1px;*/
	float: left;
	width: 200px;
	margin-right: 25px;
	margin-left: 25px;
}

#content-left a {
	color: #FFCC00;
	text-decoration: underline;
}

#content-left a:hover{
	color: #green;
	text-decoration: blink;
}

#content-right {
	/*border: dotted red 1px;*/
	width: 469px;
	margin-right: 52px;
	margin-left: 22px;
	float: right;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 62px;
	clear: both;
	
}

#menu ul {
	list-style-type: none;

}

#menu li {
	float: left;
	padding-left:  40px;
}


