body {
	margin: 0;
	padding: 0;
	background: #FFFF99;
	text-align: justify;
	font-family: "Century Gothic", Helvetica, Trebuchet MS, Verdana, Arial , sans-serif;
	font-size: 12px;
	color: #666666;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Verdana, Arial, Georgia, Times, serif;
	color: #006699;
}

h2, h3 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: url(images/img3.gif) repeat-x left bottom;
	letter-spacing: -1px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 17px;
}

p, ol, ul {
	line-height: 160%;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding: 2px 0 5px 0;
	background: url(images/img4.gif) repeat-x;
}

ul li.first {
	background: none;
}

a {
	color: #006699;
	text-decoration: none
}

a:hover {
	text-decoration: line-through;
	color: #993399;
}

strong {
	color: #993399;
}

.indent {
	margin-top: 0;
	margin-left: 130px;
}

.image {
	float: left;
	margin: 0;
}

#wrapper {
	background: #212119;
	background: url(/../images/header2.jpg) no-repeat;
	background-position: center

}

/* Header */

#header {
	width: 740px;
	height: 412px;
	margin: 0 auto;
}

#header * {
	color: #006699;
}

#header h1 {
	float: left;
	padding: 90px 0 0 0;
	letter-spacing: -5px;
	font-size: 40px;
	color: #99ccff;
}

#header h2 {
	float: left;
	padding: 550px 0 0 6px;
	background: none;
	font-size: 12px;
	font-weight: normal;
}

#header h2 a {
	text-decoration: none;
}

#header ul {
	float: right;
	margin: 0;
	padding: 390px 0 0 0;
	list-style: none;
}

#header ul a:hover {
	text-decoration: line-through;
	color: #993399;
}

#header li {
	display: inline;
}

#header li a {
	display: block;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #7DD2FA;
}

#header li.first a {
	border: none;
}

/* Content */

#content {
	width: 730px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 500px;
}

#colTwo {
	float: right;
	width: 184px;
}

#colTwo h3 {
	margin-top: 10px;
}

/*full width */

#full {
	clear: both;
	width: 730px;
	margin: 20px auto;
	padding: 10px 0;
	background: url(images/img4.gif) repeat-x;
}


/* Footer */

#footer {
	clear: both;
	width: 730px;
	margin: 20px auto;
	padding: 20px 0;
	background: url(images/img4.gif) repeat-x;
}

#footer p {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	text-align: center;
}


