﻿*
{
	margin:0;
	padding:0;
	border:0;
}

a
{
	text-decoration:none;
}

.clear
{
	clear:both;
}

p
{
	margin-top:10px;
	margin-bottom:10px;
}

p.underline
{
	border-bottom:1px solid #1f3e6d;
}

ul
{
	margin-left:50px;
}

h1
{
	font-size:10pt;
	font-weight:bold;
	color:#1f3e6d;
}

body
{
	width:776px;
	margin:auto;
	font-family:verdana, arial;
	font-size:10pt;
	text-align:justify;
	background-image:url('images/bg.png');
}

#header
{
	background: #4f9801;
	height:200px;
	margin-top: 12px;
	width: 780px;
	background-image: url('images/header.jpg');
}

#topHeader
{
	height:25px;
	width:50px;
}

#imgHeader
{
	background-image:url('images/bg/banner.jpg');
	width:780px;
	height:285px;
}

#menu
{
	width:780px;
	height:35px;
	line-height:35px;
	background:#660066;
	background-image:url('images/menubg.jpg');
	background-repeat:repeat-x;
}

#menu ul
{
	margin-left:0px;
}

#menu ul li
{
	display:inline;
}

#menu ul li a
{
	display:block;
	float:left;
	padding:0px 15px;
	font-size:11pt;
	font-weight:bold;
	color:#fff;
}

#menu ul li a:hover
{
	background: #660066;
	border-top: 0px solid #72ab38;
	background-color: #660066;
}

#page
{
	background: white;
	border-left: 1px solid #376605;
	border-right: 1px solid #376605;
	width: 778px;
}

#pic
{
	float:left;
	width:200px;
	margin-left:10px;
}

#pic img
{
	display:block;
	margin:10px;
}

#content
{
	background: white;
	float: right;
	width: 500px;
	margin: 10px;
}

#footer
{
	height: 30px;
	background: purple;
	text-align: center;
	padding-top: 10px;
	width: 780px;
	color: #fff;
}

#footer a
{
	color:#fff;
}
