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: #DFF;
}

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

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

#left {
	position: absolute;
	left: 0;
	top: 100;
	width: 240;
}

#right {
	position: absolute;
	left: 30%;
	top: 100;
	width: 540;
	
}

/*\*//*/
#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;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C42402;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #D62302;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #330000;
}

