@charset "utf-8";
/* CSS Document */

		IMG.image{
				display: block;
				margin-left: auto;
				margin-right: auto;}
			div.story {}
		IMG.left {margin-left: 1em; padding-bottom: 1em;}
			
		p {font-family:Arial, Helvetica, sans-serif; font-size:14px; font-style:normal; color:#333;}
		
		p.bold{ font-weight:bold; font-size:12px;}
		
		#content p  {margin-left: 1em; margin-right: 2em; text-align: left; word-spacing: 1pt; letter-spacing:1px;}
		#content2 p {margin-left: 1em; margin-right: 2em; text-align: left; word-spacing: 1pt; letter-spacing:1px;}
		
		
		body {
			background-color: #B60150;
		}
		
		#rbroundbox { background: white; }
		#rbtop div { background: url(images/tl.gif) no-repeat top left; padding-bottom: 20px; }
		#rbtop { background: url(images/tr.gif) no-repeat top right; padding-bottom: 20px;}
		#rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
		#rbbot { background: url(images/br.gif) no-repeat bottom right; }
		
		#rbtop div, #rbtop, #rbbot div, #rbbot {
		width: 100%;
		height: 7px;
		font-size: 1px;
		}
		#rbcontent { margin: 0 7px; min-height: 400px;}
		div.autosize { display: table; width: 1px; }
		div.autosize > div#rbcontent  { display: table-cell; }
		#rbroundbox {min-width: 980px; width: 80%; margin: 10% auto; }
	
	#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 70%;
	background: white;
	}

	#header {
	margin: 0 0 15px 0;
	background: yellow;
	}
	
	#side-a {
		float: left;
		width: 22%;
		height: 399px;
		border-right-style:dotted;
		border-right-width:2px;
		border-right-color:#C02369;
		text-align:right;
		padding-right: 15px;
	}
	
	#side-b {
		float: right;
		width: 24%;
		height: 399px;
	}
	
	
	#content {
		float: left;
		width: 51%;
		height: 399px;
		border-right-style:dotted;
		border-right-width:2px;
		border-right-color:#C02369;
		margin-left: auto ;
 		margin-right: auto ;

	}
	
	#side-b2 {
		float: right;
		width: 27%;
		height: 399px;
	}
	
	#content2 {
		float: left;
		width: 48%;
		height: 399px;
		border-right-style:dotted;
		border-right-width:2px;
		border-right-color:#C02369;
		margin-left: auto ;
 		 margin-right: auto ;

	}
	
	
	#footer {
		clear: both;
		background: #A2A2A2;
	}
	
	#button {
		width: 93%;
		border-top: 2px dotted #C02369;
		padding: 0 0 1em 0;
		margin-bottom: 1em;
		margin-top: 2em;
		margin-left: 1em;
		font-size: larger;
	}
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 2px dotted #C02369;
		margin: 0;
		}
		
	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		color: #333;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		background-color: #EEBBDD;
		color: #333;
		border: none;
		}



