body { 
	margin: 0px;
	padding: 0px;
	background-image: url('images/bg.jpg');
	background-color: #5b6c76; 
	font-family: 'arial', sans-serif;
	color: #839999;
	line-height: 14px;
	font-size: 11px;
	text-align: justify
	}

table, tr, td {
	font: 11px arial; 
	color: #839999;
	letter-spacing: 0px;
	text-align: justify
	}

input, textarea, option, select {
	background-color: #5b6c76;
	font: 11px arial;
	color: #839999;
	letter-spacing: 0px;
	border: 1px solid #839999;
	padding: 1px
	}

#images	{
	position: absolute;
	top: 0px;
	left: 200px
	}

#content
	{
	position: absolute;
	top: 310px;
	left: 202px;
	width: 484px
	}

#nav	{
	position: absolute;
	top: 280px;
	left: 202px;
	width: 484px
	}

blockquote {
	border: 1px solid #f1e3ce;
	background-color: #5b6c76;
	border-top: 0px solid #b2c0c0;
	border-left: 0px solid #b2c0c0;
	border-bottom: 1px solid #839999;
	border-right: 1px solid #839999;
	padding: 10px
	}


H1	{
	font-family: arial;
	font-weight: bold;
	color: #b2c0c0;
	font-style: italic;
	font-size: 15px;
	margin-bottom: 4px; 
	padding-left: 25px
	}

a	{
	font: 11px Tahoma;
	font-weight: bold;
	color: #b2c0c0;
	text-decoration: none
	}

a:hover	{
	color: #b2c0c0;
	border-bottom: 1px solid #cc4a95;
	cursor:default
	}

i	{
	color: #cc4a95
	}

b	{
	color: #cc4a95
	}

