body {
	text-align: center;
	background: #f8fdd7 url(bg.gif) repeat-x;
}
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 678px;
    position:relative;
}

#wrapper2 {
	margin-right: 9px;
	margin-left: 9px;
	border: 1px solid #006600;
    position:relative;
}

#title {
	background-color:#009900;
	font-family: Arial;
	font-weight: 800;
	padding-right: 6px;
	padding-left: 6px;
	color: #fff;
    border-bottom:1px solid #006600;
}

#content {
	background: #fff url(bg2.gif) repeat-x;
	padding-right: 10px;
	padding-left: 10px;
    position:absolute;
    border-left: 1px solid #006600;
    border-right: 1px solid #006600;
    border-bottom: 1px solid #006600;
    margin-left:-1px;
	width: 638px;    
}

#contentx {
    float:left;
    width:380px;
}

#sidebar {
    float:right;
    width:250px;
    text-align:right;
    margin-top:100px;
}

#contentfix {
	font-size: 2px;
}
.georgia {
	font: 13px Georgia;
}
p {
	font: 13px Georgia;
}
h2 ul li {
	list-style: square;
	font-family: Trebuchet MS;
	font-size: 22px;
}

li {
	list-style: square;
	font: 13px Georgia;
    margin-bottom:15px;
}
h1 {
	font-family: Trebuchet MS;
	font-size: 28px;
	font-weight: 800;
	color: #f00;
    margin-top:15px;
    text-align:center;
}
h2 {
	font: 18pt "Trebuchet MS";
    margin:0px;
    padding-bottom:10px;
    padding-top:10px;
	background-color:#B3FFB3;
    border-top:5px solid #006600;
    border-bottom:5px solid #006600;
    text-align:center;
	margin-bottom:20px;
}
