* {
	margin: 			0;
	border: 			0;
	padding: 			0;
}

body {
	font-size: 			small;
	color:				#000000;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-bottom:		1em;
}

a:link {
	color:				#DB67A6;
	text-decoration:	none;
}
a:visited {
	text-decoration:	none;
	color:				#DB67A6;
}
a:hover {
	text-decoration:	underline;
}
a:active {
	text-decoration:	none;
}
.pinklist {
	font-weight: 600;
	color: #DB67A6;
}

h1 {
	color:				#DB67A6;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			24px;
	font-weight:		bold;
	margin-bottom:		0.5em;
}
h2 {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			x-large;
	font-weight:		bold;
	margin-bottom:		0.5em;
}

em {
	font-size:			small;
	font-style:			normal;
	font-weight:		bold;
	color:				#DB67A6;
}

.bullet {
	width:				12px;
	height:				12px;
}

.tiny {
	font-size:			xx-small;
	font-weight:		bold;
}

#top_banner_add {
	padding-top:		10px;
	width:				800px;
	margin: 			0 auto;
}

#wrapper {
	width:				800px;
	margin: 			0 auto;
	position:			relative;
	left:				4px;
}

#content {
	width:				680px;
	float:				left;
}

#logo {
	width:				680px;
	height:				186px;
	margin-top:			5px;
}

#left_column {
	width:				335px;
	float:				left;
	padding:			10px 11px 0 0;
		border-right:		6px solid #DB67A6;
}

#cover {
	margin-top:			10px;
	width:				334px;
	height:				471px;
}

#right_column {
	position:			relative;
	left:				-6px; 
	width:				300px;
	float:				left;
	padding:			10px 0px 0 18px;
	border: 			0;
}

#right_banner_add {
	width:				110px;
	margin-left:		10px;
	padding:		4px 0 0 0;
	float:				left;
}
#clearfix {
	height:				0;
	clear:				both;
}
#copyright {
	width:				812px;
	margin: 			3px auto;
	padding:			4px;
	position:			relative;
	left:				4px;
	background-color:	#DB67A6;
	color:				white;
	text-align:			center;
	font-size:			xx-small;
	font-weight:		bold;
}
#pixink {
	width:				812px;
	margin: 			5px auto;
	padding:			2px;
	position:			relative;
	left:				4px;
	color:				#DB67A6;
	text-align:			right;
	font-size:			xx-small;
	font-weight:		bold;
}