*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial;
}

h1
{
	text-align: center;
	margin-bottom: 25px;
}

h2
{
	margin-left: 20px;
}

p
{
	text-align: justify;
	margin: 10px 10px 10px 20px;
	line-height: 25px;
}


img
{
	margin-right: 10px;
	border: 1px black dotted;
}

#logo
{
	margin-top: 20px;
	width: 1000px;
	height: 254px;
	background-image: url(images/logo.jpg);
	margin-left: auto;
	margin-right: auto;
}

#logo a
{
	display: block;
	width: 275px;
	height: 90px;
	position: relative;
	left: 550px;
	top: 45px;
}

#logo p
{
	color: #3a5313;
	font-weight: bold;
	padding: 55px 0 0 460px;
}

#nav_up
{
	width: 1000px;
	height: 73px;
	background-image: url(images/nav_up.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#nav_up ul
{
	margin-right: 102px;
}

#nav_up li
{
	float: right;
	list-style-type: none;
}

#nav_up a
{
	width: 125px;
	height: 31px;
	*height: 41px;
	display: block;
	background-image: url(images/button.jpg);
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	text-align: center;
	font-size: 15px;
}


#nav_up a:hover
{
	color: #99CC99;
	font-size: 15px;
}

#main
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#nav_left
{
	width: 224px;
	height: 289px;
	float: left;
	background-image: url(images/left_panel.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#nav_left li
{
	float: right;
	list-style-type: none;

}

#nav_left a
{
	width: 138px;
	height: 30px;
	display: block;
	background-image: url(images/button_left.png);
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 4px;
	text-align: center;
	color: #FFFFFF;
}

#nav_left a:hover
{
	color: #000000;
}

#content
{
	width: 670px;
	*width: 650px;
	margin-left: 225px;
	min-height: 400px;
}


#right_shadow
{
	float: right;
	width: 103px;
	height: 289px;
	background-image: url(images/right_shadow.jpg);
}

#adver
{
	width: 500px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px silver dotted;
}

#footer
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: right;
	padding-top: 50px;
}
