* {
	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: 400px;
	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;
	margin: 15px 0 0 0;
}

#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 #right {
		float: right;
		/* 316 */
}

#header {
	text-align: center;	
}

	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */
	
	a {	
		color:#cccccc;
	}
