/* (c) 2009 pav's IT services */

*
{
	padding: 0px;
	margin: 0px;
}

body
{
	background-color: #100700;
	font-family: Palatino, "Times New Roman", Times, "Book Antiqua", serif;
	color: #eff474;
	line-height: 1.05;	
}


div.wrapper
{
	width: 900px;
	margin: 0 auto;	
}

.main
{
	background-color: #525322;
	float: left;
	width: 900px;
	height: 591px;	
	border-left: 1px solid #eef373;
	border-right: 1px solid #eef373;
	display: inline;
}


.top
{
	/*background: url('../gfx/logo.jpg');*/
	width: 900px;
	height: 198px;
	float: left;
	border-bottom: 5px solid #eef373;
	border-left: 1px solid #eef373;
	border-right: 1px solid #eef373;
	border-top: 1px solid #eef373;
	display: inline;
}

.left
{
	width: 334px;
	height: 518px;
	margin-left: 38px;
	margin-top: 40px;
	float: left;
	font-size: 19px;
	display: inline;
}

.right
{
	width: 440px;
	height: 518px;
	margin-left: 50px;
	margin-top: 40px;
	float: left;
	font-size: 18px;
	background: url('../gfx/rob.jpg') bottom right no-repeat;
	display: inline;	
}


.italic
{
	font-style: italic;
	margin-bottom: 0px;

}


.bold
{
	font-weight: bold;
	margin-bottom:0px;
}

.footer
{

	width: 900px;
	height: 32px;
	float: left;
	clear: both;
	background-color: #303114;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
	line-height: 32px;
	border-top: 2px solid #eef373;
	border-left: 1px solid #eef373;
	border-right: 1px solid #eef373;
	border-bottom: 1px solid #eef373;
}





a:link, a:visited, a:hover
{
color: #eff474;
text-decoration: underline;
}

p
{
margin-bottom: 20px;
}

img
{
border: none;
}



