@charset "utf-8";
/* CSS Document */

img, div, a, input { behavior: url(../iepngfix.htc); border: 0; }

body
	{
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #D3C3BD;
	}

#container
	{
	width: 750px;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
	background-color: #736A59;
	}

#text
	{
	padding: 10px;
	width: 490px;
	text-align: left;
	float: left;
	}

#links
	{
	padding: 10px;
	width: 220px;
	text-align: right;
	float: right;
	}

a:link {color: #3A3127; text-decoration: none; font-weight: bold;}
a:visited {color: #3A3127; text-decoration: none; font-weight: bold;}
a:hover {color: #3A3127; text-decoration: underline; font-weight: bold;}
a:active {color: #3A3127; text-decoration: none; font-weight: bold;}