body {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a:link {
	color: #680000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C21E03;
}
a:hover {
	text-decoration: underline;
	color: #CD6E00;
}
a:active {
	text-decoration: none;
	color: #CB9400;
}

#header {
	background-color: #DFD;
	
}

#header2 {
	background-color: #DFD;
}

#footer {
	background-color: #FDD;
}

#left, #right {
	background-color: #FEE7CF;
}

#header hr, #footer hr {
	display: none;
}

#header {
	top: 0;
	width: 800;
	height: 100;
}

#footer {
	position: absolute;
	right: 0;
	width: 400;
	height: auto;
	top: 1100px;
}

#top {
	position: absolute;
	left: 270px;
	top: 0px;
	width: 500px;
	height: auto;
}

#left {
	position: absolute;
	top: -1px;
	left: 12px;
	width: 200px;
	height: auto;
}

#right {
	position: absolute;
	left: 242px;
	top: 445px;
	width: 637px;
	height: 165px;
	
}

/*\*//*/
#right {
	margin-right: =15px;
	right: 15px;
}
/**/

/*hide from Mac IE5 \*/
*html #containter {
	height: 1%;
}
/* END hide from Mac IE5 */

#container {
	position: relative;
}

#content {
	margin: 0 190px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #330000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #D62302;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #720000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #6F0000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}

