/* CSS Document */

body {
	background-image:url(images/aboutBox.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#EEEEEE;
	font-family:century, verdana, sans-serif;
	font-size:0.64em;
	color:#333333;
	margin:0;
	}
 
body a, body a:link, body a:visited {

	color:#ab002d;
	text-decoration:none;
}
	
	
body a:hover, body a:active {

	color:#333333;
	text-decoration:none;

}	
#container {
	position	: absolute;
	top			: 34px;
	left		: 47px;
	width		: 200px;
	height		: 280px;
	overflow	: hidden;
}

#content {
	text-align	:justify;
	position	: relative;
	width		: 190px;
	left		: 5px;
}

p {
	font		: normal 10px/14px arial,helevetica,san-serif;
}

#scrollArea {
	position	: absolute;
	left		: 248px;
	top			: 34px;
	height		: 280px;
	width		: 15px;
	overflow	: hidden;
}

#scroller {
	position	: absolute;
	top			: -1px;
	width		: 15px;
	background-image:url(images/scroll4.gif);

}

#center{

	text-align: center;
	
	}
