body, table, tr, td {
	font: 10pt verdana; 
	color: #2E151B;}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #F6EFF0;
	margin: 0 0 0 0;}

a:link, a:active, a:visited {
	color: #B3848A;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;}

a:hover {color: #2E151B;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;}

input, textarea, option, select {
	background-color: #F6EFF0;
	font: 7pt verdana;
	color: #B3848A;
	border: 1px solid #B3848A;
	padding:2px; }

.head {
	color: #B3848A;
	font: 12pt georgia;
	font-weight: bold;
	letter-spacing: 2px;
	}

h3	{
	color: #B3848A;
	font: 9pt georgia;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px dotted;
	}

#top 	{position: absolute;
	top: 44px;
	left: 0px; }


#navbox {position: absolute;
	top: 100px;
	left: 0px;
	width: 165px;
	border-right: dotted 2px #B3848A;
	padding: 5px;}

#content {position: absolute;
	top: 100px;
	left: 200px;
	width: 600px;}  



