* {
	margin: 0px;
	padding: 0px;
}


#wrapper {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	border: thin none #DE4B92;
	margin-top: 20px;
	background-image: url(../images/bg18.png);
	background-repeat: no-repeat;
	height: auto;
}
#wrapper #all {
	width: 800px;
	margin: auto;
	float: none;
	height: auto;
}


#wrapper #logo {
	height: 250px;
}
#wrapper #navigation {
	height: 32px;
	background-repeat: repeat-x;
	background-color: #DF3977;
}
#wrapper #left {
	float: left;
	height: auto;
	width: 150px;
	border: thin none #F21358;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #000;
	font-size: .8em;
}
#wrapper #right {
	float: right;
	width: 610px;
	height: auto;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #all #right *p {
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper #words {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.1em;
	margin-right: 100px;
	margin-left: 100px;
	color: #FFF;
}





a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
