#main {width:960px; margin:0 auto; position:relative; padding-bottom:/*87px*/28px;padding-top:28px}

#header {height:/*375px*/299px; background:url(images/header_bg.png) no-repeat left top;}
#header, #content, #footer {
	font-size:14pt;
}

#content .aside { float:left; width:266px; margin-right:13px; color:#6a5442;}
#content .content { float:left; width:641px; margin-right:13px;}

.col-1, .col-2, .col-3 { float:left;}

/*======= index.html =======*/
#page1 #content .col-1 {width:281px; margin-right:24px;}
#page1 #content .col-2 { width:281px;}

/*======= index-1.html =======*/
#page2 #content .col-1 {width:311px; margin-right:16px;}
#page2 #content .col-2 { width:311px;}
#page2 #content .box2 .col-1 {width:274px; margin-right:24px;}
#page2 #content .box2 .col-2 { width:266px;}
/*=========================*/


#footer {height:86px; background:url(images/footer-bg.png) no-repeat left top; font-size:.875em;}

#side-popup {
	float:right;
	width:250px;
	font-size:12pt;
	background-color:#d9c28f;
	border:solid 1px #BA6;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	padding:10px;
	margin-left:10px;
	margin-right:12px;
}

#side-popup A {
	position:relative;
	top:-2px;
}

#season-header {
	width:638px;/*330px;*/
	text-align:center;
	font-size:18pt;
	padding:0;/*10px 10px 10px 10px;*/
	padding-top:10px;
	padding-bottom:10px;
	margin:0;/*0px 10px 10px 10px;*/
	margin-bottom:10px;
	border:solid 2px #4a7ebb;
	border-radius:10px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background-color:#8b7954; /* #dac086 */
	color:#331908;
	
	background-image: linear-gradient(left top, rgb(143,124,87) 16%, rgb(179,156,110) 54%);
	background-image: -o-linear-gradient(left top, rgb(143,124,87) 16%, rgb(179,156,110) 54%);
	background-image: -moz-linear-gradient(left top, rgb(143,124,87) 16%, rgb(179,156,110) 54%);
	background-image: -webkit-linear-gradient(left top, rgb(143,124,87) 16%, rgb(179,156,110) 54%);
	background-image: -ms-linear-gradient(left top, rgb(143,124,87) 16%, rgb(179,156,110) 54%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		right bottom,
		color-stop(0.16, rgb(143,124,87)),
		color-stop(0.54, rgb(179,156,110))
	);

	-moz-box-shadow: 3px 3px 4px #888;
	-webkit-box-shadow: 3px 3px 4px #888;
	box-shadow: 3px 3px 4px #888;
}