@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color:#071b6d;
}
img {
	border:none;
	}
#toplevel {
	text-align:center;
}
#header {
	width:938px;
	height:62px;
	}
#content_toplevel {
	width:938px;
	background-color:#2f3dae;
		overflow:hidden;
	}
#menu {
	float: left;
	width: 195px;
	background-color:#2f3dae;
	padding-top:10px;
	}
#content {
	float:right;
	text-align:left;
	width: 723px;
	background-image:url(../images/bg.jpg);
	padding:10px;
	overflow:hidden;

}
#footer {
	clear:both;
	width:938px;
	height: 25px;
	background-image:url(../images/layout/bottom.gif);
	}
#footer2 {
	width: 918px;
	padding:10px;
	}
	
/* nifty corners */
.nifty{ 
	background: #e4e7f9;
	}

b.rtop, b.rbottom{
	display:block;
	background: #c4c9f0}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #e4e7f9}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}