body  {
	background: #000017;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #CCCCCC;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
}
#container {
	width: 780px;
	background: #000017;
	margin: 0 auto;
	text-align: left;
} 
#header {
	background-image: url(images/hibiscus.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 325px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #000017;
} 
.layout #container #header h2 {
	color: #CCCCCC;
	padding-right: 300px;
	padding-left: 10px;
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, Arial;
	padding-bottom: 20px;
}

#left {
	float: left;
	width: 180px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #000017;
}
#right {
	float: right;
	width: 160px;
	background-color: #000017;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#mainContent {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
} 
#footer {
	padding: 0 10px 0 20px;
	text-align: center;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #333333;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #header h1 {
	font-family: "Century Gothic", Verdana, Arial;
	color: #CCCCCC;
	padding-left: 330px;
	font-size: 21px;
	margin-top: 0px;
}
}
.description {
	color: #CCCCCC;
	padding-right: 320px;
	padding-left: 40px;
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, Arial;
	padding-bottom: 20px;
}
#container #right h2 {
	margin: 0;
	font-size: medium;
	font-family: "Trebuchet MS", Verdana, Arial;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#container #right ul {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 5px;
}
#container #right li {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
a:hover {
	color: #CC9933;
	text-decoration: none;
}
a {
	color: #666699;
	text-decoration: underline;
}
.layout #container #header img {
	padding-top: 75px;
	padding-left: 0px;
}
.underline {
	text-decoration: underline;
}.strikethrough {
	text-decoration: line-through;
}
.highLight {
	color: #9999CC;
}
.small {
	font-size: x-small;
}
h1 {
	font-size: large;
}.red {
	color: #F71932;
}
