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

A:link {text-decoration: underline; color:black;}
A:visited {text-decoration: underline; color:#666666;}
A:active {text-decoration: none; color:#666666}
A:hover {text-decoration: underline; color:#999999;}
	
body {
	font-family:arial;
	font-size:12px;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}



#wrapper {
	width:950px;
	margin:0px auto;
	padding:0px;
}
	
#header {
	height:190px;
	padding:0px;
}
#content {
	margin-top:10px;
	padding-bottom:10px;
	margin-left: 0px;
	height:100%;
}

#content-left {
	width:500px;
	height:100%;
	margin-left:40px;
	margin-top:-25px;
}

*+html #content-left {
	width:700px;
	height:100%;
	margin-left:40px;
	margin-top:-25px;
}

#content-right {
	width:auto;
	height:100%;
	margin-left: 445px;
	margin-top: -300px;
}