/* page styles */

a:link {
	color: #FF5CB1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FC65B2;
}
a:hover {
	text-decoration: none;
	color: #FBA126;
}
a:active {
	text-decoration: none;
	color: #FBA126;
}

body {
	padding-top: 0;
	background: #ff66b5;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
}

/* div styles */

#wrapper {
	width: 900px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index:0;
	position:static;
	background-color: #ff66b5;
}

#header {
	width: 900px;
	height: 267px;
	margin: 0 auto;
	background-color: #ff66b5;
}

#main {
	width: 900px;
	height: 231px;
	margin: 0 auto;
	background: url(images/bg_main.jpg) #ff66b5 top left no-repeat;
}

#copy_area {
	width: 467px;
	height: 165px;
	padding-left: 326px;
	padding-top:10px;
	overflow: inherit;
}

/* text styles */

.copy_main {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}


