html {

	font-family: arial, helvetca, sans-serif;

	font-size: 14px;

	background-color: #f2ffd6;

	background-image: url('/images/html_bg_fade.jpg');

	background-repeat: repeat-x;

	background-position: top left;

}

#container {

	position: relative;

	width: 736px;

	margin-left: auto;

	margin-right: auto;

}

#header {

	position: relative;

	height: 91px;

	background-image: url('/images/head_margin.jpg');

	background-repeat: no-repeat;

	padding-top: 22px;

}

#logo {

	border: 0px;

}

#head_right {

	width: 527px;

	height: 46px;

	position: absolute;

	top: 22px;

	left: 209px;

	background-image: url('/images/head_right.jpg');

	background-repeat: no-repeat;

	padding-top: 24px;

	text-align: left;

}

#body {

	background-image: url('/images/body_bg.jpg');

	position: absolute;

	top: 74px;

	width: 736px;

}

#content {

	width: 732px;

	height: 303px;

	background-image: url('/images/page_bg_green_60.png');

	padding: 2px;

}

.home_pane {

    position: absolute;

	width: 240px;

	top: 2px;

}

.home_pane_head {

	width: 236px;

	padding: 4px 0px;

	border-width: 3px 3px 0 3px;

	border-style: solid;

	border-color: #003412;

	-moz-border-radius-topright: 10px;

	-moz-border-radius-topleft: 10px;

	-webkit-border-top-right-radius: 10px;

	-webkit-border-top-left-radius: 10px;

	text-align: center;

	background-image: url('/images/head_bg_green_80.png');

	color: #ffffff;

	font-size: 20px;

	font-weight: bold;

}

.home_pane_body {

	width: 235px;

	padding: 2px;

	border-width: 0 3px 3px 3px;

	border-style: solid;

	border-color: #003412;

	background-image: url('/images/foot_bg_white_80.png');

}

#events {

	left: 3;

}

#events_body {

    padding: 0;

    width: 236px;

	height: 265px;

}

#forum {

	left: 247px;

}

#forum_body {

    width: 232px;

    height: 260px;

}

/*

#deals {

	left: 491px;

}

#deals_body {

    width: 230px;

}

*/

#news {

	left: 492px;

}

#news_body {

    width: 232px;

	height: 260px;

}

.home_pane_foot {

	width: 232px;

	padding: 4px 0px;

	text-align: center;

	background-image: url('/images/head_bg_green_80.png');

	color: #ffffff;

	font-size: 12px;

	font-weight: bold;

	margin-top: 2px;

}

.home_pane_foot:hover {

	background-image: none;

	background-color: #94be3b;

}

.home_pane_foot a {

    color: #ffffff;

    text-decoration: none;

}

.home_pane_foot a:hover {

	color: #003412;

}

#events_foot {

	margin-left: 2px;

}

#forum_listing {

	/*background-image: url('/images/page_bg_green_60.png');*/

    width: 230px;

    height: 100px;

}

#forum_foot {

    position: absolute;

    bottom: 5px;

}



/*FOOTER*/

#footer {

	width: 728px;

	height: 150px;

	margin: 2px 2px;

	font-size: 14px;

	padding: 2px;

	background-image: url('/images/foot_bg_white_80.png');

	position: relative;

}

.foot_div {

	position: absolute;

	top: 0;

	width: 230px;

	padding: 2px;

}

#foot_col_1 {

	left: 0;

}

#foot_col_2 {

	left: 240px;

}

#foot_col_3 {

	right: 0;

}

.foot_div a {

	color: #003412;

	text-decoration: none;

}

.foot_div a:hover {

	text-decoration: underline;

}

.foot_head {

	font-weight: bold;

}

#copyright {

	position: absolute;

	top: 125px;

	width: 724px;

	padding: 2px;

	color: #ffffff;

	margin-top: 10px;

	font-size: 10px;

	text-align: right;

	background-image: url('/images/head_bg_green_80.png');

}



/*IE6 NONSENSE*/

#ie6 {

    display: none;

    width: 500px;

    background-color: #ffcccc;

    border: 2px solid #ff0000;

    padding: 10px;

    margin-left: auto;

    margin-right: auto;

    margin-bottom: 20px;

}

#warningHead {

    color: #ff0000;

    font-weight: bold;

    font-size: 20px;

    text-align: center;

}

#closeButton {

    text-align: center;

    color: #ff0000;

    font-weight: bold;

    font-size: 14px;

    line-height: 7px;

    float: right;

    border: 2px solid #ff0000;

    text-decoration: none;

}

#closeButton:hover {

    background-color: #ff0000;

    color: #ffffff;

}

#upgradeLink {

    margin: 20px 0px 10px 0px;

    font-size: 18px;

    font-weight: bold;

    text-align: center;

}

#upgradeLink a {

    color: #ffffff;

    border: 2px solid #0000ff;

    background-color: #9999ff;

    padding: 6px 10px;

    text-decoration: none;

}

#upgradeLink a:hover {

    background-color: #0000ff;

    text-decoration: underline;

}
