* {
	padding: 0em;
	margin: 0em;
}

body {
	background: #eee url(../images/bg.gif) top center no-repeat;
	margin: 2.0em 0 0 0;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #000;
}

a:link, a:active, a:visited {
	color: #cc6666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#outter {
	z-index: 1;
	position: relative;
	width: 845px;	
	height: 370px;
	background: #fff;
	margin: 0px auto 10px auto;
}

#outter-bottom {
	z-index: 2;
	position: relative;
	width: 845px;	
	margin: 0px auto;
}

#footer {
	text-align: left;	
	font-size: 10px;
	color: #333;
	margin: 0;
	clear: both;
}

#links {
	text-align: left;
	clear: both;
}

#links li {
	display: inline;
  	list-style-type: none;
  	font-size: 12px;
  	margin-right: 20px;	
  	font-weight: normal;
}

#links a { 
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;	
}

a img {
	border: none;
}

#content #left {
    width: 250px;
    background: #fff;  
    float: left;
    margin: 9.0em 0.5em 0 0.5em;
    text-align: center;
}

#content #left h2 {
	font-size: 12px;
	color: #669999;
	font-weight: normal;
}

#content #left h3 {
	font-size: 11px;
	color: #000;
	font-weight: normal;
}

#content #middle {
	width: 316px;
	height: 370px;
	margin: 0 0 0 0;
	float: left;
}

#splash {
	float: right;
	right; 20px;
}

#content #middle #text {
	position: static; 
	width: 306px; 
	height: 285px;	 
	z-index: 3; 
	overflow: auto;	
}

#content #middle #text hr {
	color: #669999;
	border-size: 1px;
	margin-bottom: 10px;	
}

#content #middle #text a {
	text-decoration: underline;	
	color: #cc9933;
}

#content #middle #text a:hover {
	text-decoration: none;	
}

#content #middle p {
	font-size: 12px;
	margin-bottom: 10px;
}

#content #middle h1 {
	font-size: 14px;
	margin: 2.0em 0 2.0em 0;
	font-weight: normal;
	color: #669999;
}

#content #middle h2 {
    font-size: 13px;
	color: #cc6666;
	font-weight: normal;
}

#content #middle h3 {
    font-size: 12px;
	color: #cc6666;
	font-weight: normal;
}

#content #middle ul li {
	font-size: 12px;
	margin: 10px 0 10px 20px;
}

#content #right {
		float: right;
}

#header {
	text-align: center;	
}
