#mainText {
	position: absolute;
	width: 600px;
	height: 83px;
	left: 104px;
	top: 522px;
	border: 1px;
	border-color: #FF3333;
}
.paraRight {
	margin: 20px 0 0 450px;
}
.mainContent {
	font-size: 90%;
	letter-spacing: .05em;
	line-height: 130%;
}
body {
	background-color: #AA600E;
	text-align: center;
}
#container {
	width: 850px;
	margin: 0px auto 10px auto;
	text-align: left;
	background-color: #FFECA8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#logoPic {
	text-align: center;
	border-color: #CC9966;
	border-width: 3px 0 3px 0;
	border-left-style: solid;
	border-style: solid;
}
#main {
	margin: 0px;
	width: 800px;
	font-size: 100%;
	color: #333333;
	line-height: 120%;
	padding: 20px;
	text-align: left;
}
#imageOne {
	float: right;
}
.right {
	float: right;
	margin: 20px;
}
.main_content_Title {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav {
	width: 850px;
	padding: 5px 0;
	text-align: right;
}
#nav ul {
	padding: 0;
	margin: 0 5px 0 5px; /* Creates space between right and left edges of nav list and edges of nav div. The right margin is larger than the left to accommodate the extra space caused by the shadow part of the background image on the right. */
	list-style-type: none; /* Removes default list bullets. */
	font-size: 0.8em; /* Adds border to top of nav list */
	text-align: right;
	
}
#nav li {
	padding: 5px 15px 5px; /* Removes default list item padding added by some browsers. */
	margin: 0 0 0 0; /* Spaces out each list item from the others, use if vertical. */
	display: inline; /* Makes list items display horizontally. */
}
#nav li a:link, #nav li a:visited {
	color: #000000; /* Sets color of unvisited and visited links to dark purple. */
	text-decoration: none; /* Spaces out each link from the pipe separators. Padding is used intstead of margin so that the background color used in the next selector will not so tightly enclose the text. */
	text-align: center;
}
#nav li a:hover, #nav li a:active, #nav li a:focus {
	background: #333; /* Changes background color of links to dark gray on hover, activation, and focus. */
	color: #FFF; /* Changes text color of links to white on hover, activation, and focus. */
	background-color: #666666;
	text-align: center;
}
.left {
	float: left;
}
#container #main li {
	padding: 5px;
}
#pressList {
	margin: 0px 0px 0px 400px;
}
.magNav {
	width: 850px;
}
#magNav li a:link, #magNav li a:visited {
	color: #000000; /* Spaces out each link from the pipe separators. Padding is used intstead of margin so that the background color used in the next selector will not so tightly enclose the text. */
	text-decoration: none;
}
#magNav li {
	padding: 5px 15px 5px; /* Removes default list item padding added by some browsers. */
	margin: 0 0 0 0; /* Spaces out each list item from the others, use if vertical. */
	display: inline; /* Makes list items display horizontally. */
	text-align: right;
}
#magNav ul {
	margin: 0 5px 0 5px; /* Creates space between right and left edges of nav list and edges of nav div. The right margin is larger than the left to accommodate the extra space caused by the shadow part of the background image on the right. */
	list-style-type: none; /* Removes default list bullets. */
	font-size: .8em; /* Adds border to top of nav list */
	text-align: right;
}
#magNav li a:hover, #magNav li a:active, #magNav li a:focus {
	background: #333; /* Changes background color of links to dark gray on hover, activation, and focus. */
	color: #FFF; /* Changes text color of links to white on hover, activation, and focus. */
	background-color: #666666;
	text-decoration: none;
}
#contacts {
	position: relative;
	left: 150px;
	width: 478px;
	height: 600px;
	top: 50px;
}
.textStyle1 {
}
#history {
	height: 600px;
	width: 600px;
	margin-left: 100px;
}
#historyTitle {
	margin: 100px 0 0 0;
}
.noFloat {
	clear: both;
}
