body {
	margin: 0px;
	padding: 0px;
}

/** LEFT **/

#left_header {
	position: fixed;
	margin: 60px 0px 0px 70px;
	border: 0px #000000 solid;
	width: 200px;
	height: 33px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

#left_menu {
	position: fixed;
	margin: 120px 0px 0px 70px;
	border: 0px #000000 solid;
	width: 200px;
	text-align: left;
	font-family: Arial, Sans-Serif;
	font-size: 15px;
	color: #565656;
	letter-spacing: 0px;
	text-transform: uppercase;
}

#left_menu ul, #left_menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#copy {
	color: #bababa;
}






/** RIGHT **/

#right_container {
	margin: 0px 0px 30px 325px;
	padding: 115px 0px 0px 0px;
	overflow: auto;	
}

#right {
	border: 0px #a4a4a4 solid;
	width: 600px;
	text-align: center;
	font-family: Arial, Sans-Serif;
	color: #565656;
	font-size: 14px;
	letter-spacing: 1px;

}








/** links **/

#left_menu a:link, #left_menu a:active, #left_menu a:visited {
	color: #104E8B;
	text-decoration: none;
}

#left_menu a:hover {
	color: #104E8B;
}

#right a:link, #right a:active, #right a:visited {
	color: #104E8B;
	text-decoration: none;
}

#right a:hover {
	color: ##104E8B;
}
