#wrapper {
	width:100%; 
	overflow:hidden;
}

#main {
	background: url(/img/body.jpg) top left repeat-y;
	width: 960px;
	margin:0 auto;
	padding: 0;
	border: 15px solid #022830;
	height:auto;
	text-align:left;
}

.clear {clear:both;}

.col-1,.col-2,.box2 {float:left; text-align:left;}
.row1, .row2, .row3, .box {border-bottom: 15px solid #022830;}
.row1.bottom, .row2.bottom, .row3.bottom, .bottom div.box {border-bottom: 0;}
.box2 {width: 354px;}
.login {text-align:right;}

.boxpad {padding: 10px;}


/*======= header =======*/
#header {width: 960px;}

.logo {float: left;}

.newsscroll {
	background-color: #022830;
	padding: 0px 0px 15px 40px;
	width: 630px;
	height: 120px;
	float: right;
}

/*======= home =======*/
#home {
	background: url(/img/home.gif) top left repeat-y;
	width: 960px;
}
#home .col-1 {width: 723px; height:auto;}
#home .col-1 .row1 {background: url(/img/row1.jpg) top left; width:723px; padding: 0;}
#home .col-2 {margin-left: 15px; width:222px; height:auto;}

/*======= page =======*/
#page {
	background: url(/img/page.gif) top left repeat-y;
	width: 960px;
}
#page .col-1 {width: 723px; height:auto;}
#page .col-2 {margin-left: 15px; width:222px; height:auto;}


/*======= footer =======*/
#footer {
	border-top: 15px solid #022830;
	background:#022830;
	width: 960px;
	height:auto;
	text-align:right;
}

