@charset "UTF-8";
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}
#page-container {
	margin: 0px auto;
	width: 995px;
}
#header {
	width: 1003px;
}
#border {
	width: 995px;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-style: solid;
	border-color: #E40F63;
	
}
#content-container {
	width: 955px;
	padding: 20px;
}
#content {
	width: 670px;
	margin-right: 60px;
	float: left;
}
#side-menu {
	width: 225px;
	float: right;
	height: 300px;
	background-image:url(images/logos.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#side-menu2 {
	width: 225px;
	float: right;
	height: 400px;
	background-image:url(images/logos.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#clear {
	clear: both;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E40F63;
	text-decoration: underline;
	line-height: 16px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E40F63;
	text-decoration: underline;
	line-height: 16px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F186B0;
	text-decoration: underline;
	line-height: 16px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595B;
	line-height: 16px;
}
.copy-pink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E40F63;
	line-height: 16px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #58595B;
	line-height: 14px;
}
