﻿*
{
	padding:0;
	margin: 0;
}
body 
{
	background-color:#590900;
	font-family:Verdana;	
	font-size: 12px;
	line-height:1.3em;
}
h1
{
	font-size:170%;
	font-weight:normal;
        margin-bottom:15px;
	
}
h2
{
	font-size:140%;	
	font-weight:normal;	
	margin-top:25px;
	margin-bottom:12px;
}
p
{	
	margin-bottom:11px;
}
ul
{
	list-style-position:outside;
	list-style-type:none;
}
#picture
{
	float:right;
	vertical-align:top;
	margin: 50px 0 20px 30px;
}

#menu, #top, #bottom, #all
{
	width:780px;
}
#content
{
	width: 780px;
}
#all
{
	margin:auto;
}
#top
{
	background-image:url('images/top.jpg');
	height:185px;
}
#menu
{	
	height: 30px;
	margin: 0;
	padding: 0;	
}
#content
{
	background-image:url('images/background.jpg');
	height:100%;		
}
#contentInner
{	
	display:table;
	width: 688px;	
	padding:46px;
}
#bottom
{
	background-image:url('images/bottom.jpg');
	height:80px;
	bottom:0px;
}

