/* ---------------------General--------------------- */
* {
	padding: 0;
	margin: 0;
	margin-left: 0px;
	padding-left: 0px;
}

body {
	background-color: #FF9A20;
}

img {
	border: none;
}

p {
	font: 14px "Georgia", "Times New Roman", serif;
	line-height: 20px;
}

a:link {
	color: #333300;
	font: 14px "Georgia", "Times New Roman", serif;
	line-height: 20px;
	background-color: transparent;
}

a:active {
	color: white;
	font: 14px "Georgia", "Times New Roman", serif;
	line-height: 20px;
	background: #333300;
	text-decoration: none;
}

a:hover {
	color: white;
	font: 14px "Georgia", "Times New Roman", serif;
	line-height: 20px;
	background: green;
	text-decoration: none;
}

h2 {
	color: #333300;
	font: 16px "Lucida Grande", "Arial", "Verdana", sans-serif;
	font-weight: 800;
	line-height: 22px;
}

h3 {
	color: #000000;
	font: 14px "Georgia", "Times New Roman", serif;
	line-height: 20px;
}

h4 {
	color: #333300;
	font: 12px "Georgia", "Times New Roman", serif;
	line-height: 16px;
}

h6 {
	color: gray;
	font: 10px "Arial", "Verdana", sans-serif;
	line-height: 17px;
}

/* ---------------------Layout--------------------- */
#container {
	background: #ffffff;
	margin: 15px auto;
	width: 740px;
	text-align: left;
	position: relative;
}

#topMenu {
	position: relative;
	bottom: 5px;
	left: 0px;
	top: 5px;
	background-color: #CCCCCC;
}

#banner {
	background: #ffffff;
	position: relative;
	bottom: 9px;
	text-align: center;
	width: 740px;
	top: 3px;
}

#mainContent {
	background: #ffffff;
	width: 740px;
	position: relative;
	bottom: 17px;
}

#contentBox {
	background: #ffffff;
	width: 700px;
	margin-left: 20px;
	margin-right: 0px;
	text-align: left;
	left: 5px;
}

#footer {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	bottom: 45px;
}

#footerFake {
	clear: both;
	width: 740px;
}

#botMenu {
	background: #ffffff;
}

#copy {
	text-align: center;
	background: #333300;
	position: relative;
	bottom: 6px;
}

#contentLeft {
	margin-right: 5px;
	float: left;
	margin-left: 30px;
}

#contentRight {
	float: right;
}

/* ---------------------Properties--------------------- */
#t2, #t3, #t4, #t5, #t6 {
	position: absolute;
	top: 0px;
}

#t2 {
	left: 116px;
}

#t3 {
	left: 180px;
}

#t4 {
	left: 242px;
}

#t5 {
	left: 414px;
}

#t6 {
	left: 608px;
}

#b2, #b3, #b4, #b5, #b6, #b7 {
	position: absolute;
}

#b2 {
	left: 157px;
}

#b3 {
	left: 237px;
}

#b4 {
	left: 332px;
}

#b5 {
	left: 454px;
}

#b6 {
	left: 542px;
}

#b7 {
	left: 609px;
}

.h4 {
	font-size: 12px;
	line-height: 16px;
}

#copy p {
	color: gray;
	font: 10px "Arial", "Verdana", sans-serif;
	line-height: 17px;
}

#footerLink {
	color: gray;
	font: 10px "Arial", "Verdana", sans-serif;
}

.ital {
	font-style: italic;
}

