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

body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	
	
	}
	


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#000;
}

a {
	color:#C00A82;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color:#FFF;
	background-color:#C00A82;
	}

	
#wrapper {
	position: relative;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}


#container {
		width: 960px;

}


#header{
	height: 150px;
	
	}


#bottom{
	width: 960px;
	height: 240px;
	border-bottom: 2px solid #000;
}



#content2{
	float:left;
	width: 240px;
	padding-top: 20px;
	}



#content3{
	float:left;
	width: 480px;

	padding-top: 20px;
	}

#logo {
	padding-top: 40px;

}
