html, body {
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	background:url('/images/bg.jpg') top left #699282;
}

#wrap {
	margin:0px auto;
	text-align:left;
	width:1000px;
	clear:both;
	border:1px solid #FFF;
	background:#436592;
	position:relative;
}

#header {
	height:120px;
	background:#436592;
	width:250px;
	display:inline;
	float:left;
}

#menu_space {
	height:120px;
	width:740px;
	background:#436592;
	color:#048CFF;
	font-size:.9em;
	border:0px solid #FFF;
	display:inline;
	float:right;
}

#content {
	background:#F8F294;
	width:1000px;
	min-height:900px;
	padding:0px;
	overflow:hidden;
}

#footer {
	clear:both;
	height:25px;
	background:#436592;
	text-align:left;
	width:1000px;
	color:#FFF;
}

a {color:#436592;text-decoration:none;}
a:visited {color:#436592;}
a:hover {text-decoration:underline;color:#436592;}

#title {
	border:1px solid #000;
	font-size:20px;
	font-weight:bold;
	background:#F0FF00;
	text-align:center;
}

#leftColumn {
	width:247px;
	*width:250px;
	background:#436592;
	float:left;
	border-right:3px solid #000;
	padding-bottom:3500px;
	margin-bottom:-3500px;
}

#rightColumn {
	width:750px;	
	float:right;
	padding-bottom:3500px;
	margin-bottom:-3500px;
}

h1 {color:#436592;}
h2 {color:#436592;}
h3 {color:#436592;}
h4 {color:#436592;}
h5 {color:#436592;}
h6 {color:#436592;}