@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	width: 950px;
	}

#header {
	width: 950px;
	}

#main {
		background-color: #FFF;
}

#headertext {
	float: left;
	width: 610px;
	height: 65px;
	background-image: url(images/header01/textbg01.jpg);
	}

#headertextright {
	float: right;
	width: 340px;
	}

#headtext {
	margin: 14px 60px 18px 60px;
	font-size: 12px;
	}
	
.pink {
	color: #d80059;
	font-weight: bold;
}

#logo {
	clear: both;
	}

#navigation {
	clear: both;
	background-color: #000;
	}

.white {
	font-size: 12px;
	color: #FFFFFF;
}
.style2 {font-size: 12px}