/* CSS Document */
body, html{height:100%;}

body{
  font: 73% arial, verdana, sans-serif;
  color:#4a4e50;
  background:url(../images/bg.gif) repeat-x;
  background-color:#e0e0e0;
  margin:0;
}

#container{	
	margin: 0 auto;	
	width:760px;
	min-height: 700px;
	background:url(../images/bg-container.gif) no-repeat bottom;
	background-color:#FFFFFF;
}
#header{	
	height:100px;
	background:url(../images/header.gif) no-repeat;
}
#content{
	padding: 20px;
}
#left{
	width:340px;
	margin-right:15px;
	margin-bottom:20px;
	padding-right: 14px;
	border-right: 1px solid #F2F2F2;
	float:left;
	display:inline;
}
#right{
	width:340px;
	float:right;
	display:inline;
}
#footer{
	border-top: 1px solid #F2F2F2;
	padding: 0 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear:both;
	text-align:center;
	font-size: 10px;
}
p.big{	font-size: 14px;}
h1{	
	font-size: 26px;
	color:#01538a;
	font-weight:normal;
	letter-spacing: -1px;
}

