@charset "UTF-8";
/* CSS Document */


html,body {
	text-align:center;
	background-attachment:scroll;
	background-color: #500500;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	top: 10px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #FDE8BD;
	font-family: Arial, Helvetica, sans-serif;
}
#leftSidebar,
#rightSidebar,
#footer {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	outline:none;
	color:#F9DCBE;
	text-decoration: none;
}
a:hover {
	outline:none;
	color:#FFFFFF;
	text-decoration:underline;
}
.clear {
	clear:both;
	background:none;
	font-size:0px;
}
#bgImage {
	float:left;
	width:100%;
	height:100%;
	background:url(../images/bg.jpg) top center no-repeat;
	background-attachment:scroll;
}
#wrapper {
	margin:0 auto;
	padding:0 0 25px 0;
	width:956px;
}
#header {
	width:956px;
	height:258px;
	padding:140px 0 0 0;
	background:url(../images/bg_header_top.jpg) top center no-repeat;
}
#headerMiddle {
	width:956px;
	height:228px;
	background:url(../images/bg_header_middle.png) top center no-repeat;
}
#headerBottom {
	width:956px;
	height:30px;
	background:url(../images/bg_header_bottom.jpg) top center no-repeat;
}

/** BEGIN CONTENT **/
#contentWrap {
	text-align:left;
	width:956px;
	padding:0;
	background:url(../images/bg_content_white.gif) right repeat-y;
}
#mainWrapOutside {
	float:left;
	width:716px;
}
#mainWrap {
	padding:15px 0;
	width:716px;
	background-color:#ffffff;
}
#content {
	float:none;
	width:905px;
	text-align: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #FDE8BD;
	background-image: url(images/strawberry-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/** BEGIN LEFTSIDEBAR **/
#leftSidebarWrap {
	margin:0;
	float:left;
	width:240px;
}
#leftSidebar {
	margin:0;
	width:240px;
	background:#ff0000;
}
#underMenuItems {
	text-align:center;
	width:240px;
	background:url(../images/bg_leftSidebar_top.jpg) top no-repeat;
}
#underMenuItems a,
#underMenuItems img {
	border:0;
}
#leftSidebarBottom {
	width:240px;
	height:45px;
	background:url(../images/bg_leftSidebar_bottom.png) no-repeat;
}
/** End Menu **/

/** BEGIN RIGHT SIDEBAR **/
#rightSidebar {
	margin:0;
	float:left;
	width:190px;
	background:url(../images/links.gif) top center no-repeat #ffffff;
}

/** BEGIN FOOTER **/
#footer {
	float:right;
	width:716px;
	height:55px;
	padding:10px 0 0 0;
	border-top:5px solid #ffd40a;
	background:url(../images/bg_footer.png) bottom center no-repeat;
}
#copyright {
	float:left;
	font-size:1.1em;
	text-align:left;
	width:343px;
	padding-left:15px;
	color:#ff9900;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
#contenttop {
	float:left;
	width:725px;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #FDE8BD;
	background-image: url(images/strawberry-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

