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

body {
	background-color:#000;
	text-align:center;
	margin: 0;
	padding: 0;
	}
	
a:link,
a:visited {
	color: #C02327;
	text-decoration: underline;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}

a:hover {
	text-decoration: underline;
}

#border {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	padding: 30px 61px 30px 61px;
	}	

#wrapper {
	width:888px;
	height:auto;
	color:#fff;
	text-align:left;
	background-color: #acaba5;
	margin:0 auto;
	border: 3px solid #000;
	}

#header {
	height:97px;
	margin-top: 5px;
	margin-right: 234px;
	margin-bottom: 0px;
	margin-left: 232px;
	}
	
#links {
	margin:0px 41px 0px 41px;
	}
	
#text {
	width:495px;
	float:left;
	margin-top: 25px;
	margin-right: 34px;
	margin-bottom: auto;
	margin-left: 35px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;193-70=123
	font-size: 14px;
	color: #fff;
	}
	
#img1 {
	width:290px;
	margin:25px 34px 35px 0px;	
	float:right;
	}
	
#closer {
	width:345px;
	text-align:center;
	margin:0 auto 5px auto;
	font-size:9px;
	}

#closer ul li {
	display: inline;
	text-decoration: underline;
	}
	
#line {
	width:354px;
	height:5px;
	text-align:center;
	margin:0 auto;
	}
