@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;}

*+ html p {
	line-height:11px;
	}

*+ html h4 {
	font-size:12px;
	}
	
body {
	font-family:arial;
	font-size:12px;
}

#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:450px;
	height:100%;
	margin-left:25px;
}

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