
body {
	margin: 5px 5px;
	text-align: center;
	background: #F9FCEA;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}


img {
	border: none;
}

/* ----Header---- */

#header {
	width: 700px;
	height: 200px;
	background: #22BB00;
	margin: 0 auto;
}

/* -UpperLeft- */

#UpperLeft {
	float: left;
	width: 300px;
	height: 200px;
	background: #22BB00;
	text-align: center;
	text-decoration: none;
	font-style: italic;
	color: #FFFFFF;
}

#UpperLeft h1 {
	padding: 5px 0 0 0;
	letter-spacing: -2px;
	font-size: 30pt;
}

#UpperLeft h1 a {
	text-decoration: none;
	color: #ffffff;
}

#UpperLeft h2 {
	padding: 3px 0 0 0;
	letter-spacing: -1px;
	font-size: 16pt;
}

/* -UpperRight- */

#UpperRight {
	margin: 0 0 0 300px;
	height: 200px;
	background: url(images/flowers.jpg);
}

#clear {
clear: both;
}


#topnav {
background: #666666;
width: 100%;
}


#navbar {
background: #cccccc;
float: left;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
}

#navbar li {
display: inline;
}

#navbar li a {
background: #cccccc;
float: left;
padding: 5px 9px;
font-family: arial, helvetica, sans serif;
color: #ffffff;
text-decoration: none;
}

#navbar li a.x {
background: #000000;
}

#navbar li a:hover {
background: #ffff00;
color: #000000;
}


/* ---Content--- */

#content {
	width: 700px;
	margin: 0 auto;
}

/* -LeftSide- */

#LeftSide {
	float: left;
	width: 200px;
	height: 700px;
	background: #CF8800;
	text-align: left;
}

#LeftSide .top-head {
	padding: 5px 0 0 5px;
}

#LeftSide .content {
	padding: 5px 5px 5px 5px;
}

#LeftSide ul {
	list-style-type:none;
	margin: 0px;
	padding: 10px 10px 30px 10px;
}

#LeftSide a {
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}

#LeftSide a.x {
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #bbbbbb;
	text-decoration: none;
}

/* -RightSide- */

#RightSide {
	float: right;
	width: 500px;
	height: 700px;
	background: #99AAFF;
	text-align: left;
}

#RightSide .top-head {
	padding: 10px 0 0 10px;
}

#RightSide .content {
	padding: 10px;
}



/* ---Footer--- */

#footer {
	width: 700px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 1em 1em 0 0;
	text-align: right;
	font-size: x-small;
}