/* Homepage layout specific styles */

body {
	background:#0A6C0A url(../images/bg.jpg) top repeat-x;
}
#wrapper {
	margin: 0 auto;
	width: 875px;
}
* html #content { width: 850px; overflow: hidden; }
* html #body #content #copy { width: 484px; overflow: hidden; }
* html #body #content #rightcontent { width: 176px; }
* html #body #content #copyTop { background-position: top left;  }
* html #body #content #copyContent { background-position: bottom left;  }
#header {
	position:relative;
	/*background:url(../images/header.jpg) top right no-repeat;*/
	height:108px;
}
#header #logo {
	background:url(../images/logo.jpg) top left no-repeat;
	height:108px;
}
#header #nav {
	position:absolute;
	bottom:0px;
	right:0px;
	height: 38px;
}
#header #topbuttons {
	position:absolute;
	top:0px;
	right:0px;
}
#header #nav img {
	border:none;
}
#body #leftborder {
	background:url(../images/border_left.jpg) left no-repeat;
}
#body #rightborder {
	background:url(../images/border_right.jpg) right no-repeat;
}
#body #content {
	height:578px;
	margin:0 11px;
	background:url(../images/body_bg.jpg) top repeat-y;
}
#body #content #flash {
	background:url(../images/flash.jpg) no-repeat;
	height:185px;
}
#body #content #topborder {
	background:url(../images/body_top.jpg) top no-repeat;
	height:6px;
}
#body #content #copy {
	background:url(../images/copy_bg.jpg) repeat-y;
	width:484px;
}
#body #content #copyTop {
	background:url(../images/copy_top.jpg) top no-repeat;
}
#body #content #copyContent {
	background:url(../images/copy_bottom.jpg) bottom no-repeat;
	padding:13px;
	height:335px;
}
#body #content #rightcontent {
	float:right;
	width:180px;
	margin-top:5px;
	margin-right:2px;
	border-left:#333333 1px dotted;
	padding-left:4px;
}
#body #content #rightcontent img {
	margin-bottom:7px;
	border:none;
}
#body #content #rightcontent2 {
	float:right;
	width:165px;
	margin-top:4px;
	margin-right:5px;
	border-left:#333333 1px dotted;
	padding-left:4px;
}
#body #content #rightcontent2 img {
	margin-bottom:5px;
	border:none;
}
#footer {
	background:url(../images/footer.jpg) top no-repeat;
	height:81px;
}
