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

body {
	
	color:#333333;
	font-family:Arial;
	font-size:12px;
	background-color:#aa367d;
	line-height:20px;
	}
	
a:link {
	font-weight:bold;
	text-decoration:underline;
	color:#63073f;
}	

a:active {
	font-weight:bold;
	text-decoration:underline;
	color:#63073f;
}

a:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#63073f;
}

a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#aa367d;
}

b {
	color:#aa367d;
	}

.raven  {
	color:#01b5ca;
	font-weight:bold;
	}
	
.price {
	color:#aa367d;
	font-size:14px;
	font-weight:bold;
	}
	
.content {
	background-image:url(images/content_repeat.gif);
	background-repeat: repeat-y;
	text-align:left;
	font-family:Arial;
	width:848px;
	
}

.footer {
	background-image:url(images/footer_repeat.gif);
	background-repeat:repeat-x;
	color:#aa367d;
	font-size:11px;
	height:66px;
	width:100%;
	padding-top:10px;
	
}

.footer a:link {
	color:#aa367d;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	
}

.footer a:active {
	color:#aa367d;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	
}

.footer a:visited {
	color:#aa367d;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	
}

.footer a:hover {
	color:#61b7e3;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}