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

/* Heading */

html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 { font-weight: bold;  }

h1 { font-size:24px; color:#000; }
h2 { font-size:20px; }
h3 { font-size:16px; margin-bottom:5px; }
h4 { font-size:14px; }
h5 { font-size:14px; }
h6 { font-size:14px; }

a:link		{ font-weight: bold; color:#FFC }
a:visited	{ color: #7ac1b7; }
a:hover		{ font-weight: bold; color: #9e2520; }
a:active	{ color: #000; }
a:focus		{ color: #00F; }
p			{ color:#000; font-size:13px; line-height: 140%; margin:15px 0; }

/* overall containter for all items */

#container #left_side {
	height: 700px;
	width: 220px;
	background-color: #00533F;
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	top: 0px;
	left: 5px;
	padding-top: 20px;
}
#container #main #content {
	position: relative;
}
#container #main #content #content-left {
	padding: 15px;
	height: 150px;
	width: 230px;
	margin-top: 40px;
}
#container #main #content #content-top {
	height: 230px;
	width: 525px;
	float: right;
	position: relative;
}
#container #main #content #content-bottom {
	height: auto;
	width: auto;
	margin-top: 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 13px;
}
#container #left_side h4 {
	color: #FFF;
}
