
/*
 **********************************************************
 * Stuff for the main part of the page
<div id="wholepage">
<div id="theguthries">
<div id="contacts">
<div id="interests">
<div id="footer">
 */

body 
{ 
	font-family:		Tahoma, verdana, arial, helvetica, sans-serif;
	background-color:	#3B342E;
	margin:			0px; 
	font-size:		11px;
	color:			#FFF8EB;
	width:			592px;
}


body a 
{
	color:			#f5cf42;
}

abbr, acronym 
{
	font-style:		italic;
	cursor:			help;
}


p.hr
{
	border-bottom:		1px #f5cf42 solid;
}


/*
 **********************************************************
 * Stuff for the header
 */


/*
 **********************************************************
 * Stuff for the main part of the page
<div id="wholepage">
<div id="theguthries">
<div id="contacts">
<div id="interests">
<div id="footer">
 */

/*
 **********************************************************
 * Stuff for the main part of the page
 */

#theguthries 
{
	width:			162px;	/* 530px;*/
	height:			1630px; /*831px;*/
	float:			left;
	background-color:	#FFF8EB;

	padding:		0px;
	margin-right:		0px;
	margin-left:		0px;
}
#bigpix 
{
	width:			430px;	/* 530px;*/
	height:			auto;
	float:			right;

	padding:		0px;
	margin-right:		0px;
	margin-left:		0px;
}

#contacts
{
	width:			430px;
	float:			right;
	/*background-color:	#184B13;*/
}

#interests
{
	width:			784px;
	clear:	right;
}

#footer 
{
	font-size:		8pt;
	clear:			both;
	width:			100%;
}


