﻿*
{
	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:16pt;
	color:#360765;
	border-bottom:1px solid #360765;
	text-align:center;
}

body
{
	width:780px;
	margin:auto;
	font-family:tahoma;
	font-size:11pt;
	text-align:justify;
	background:#2b0543;
}

#header
{
	background:#fff;
	height:200px;
	margin-top:20px;
	width:780px;
	background-image:url('images/header.jpg');
}

#menu
{
	width:780px;
	height:35px;
	line-height:35px;
	background:#fff;
}

#menu ul
{
	margin-left:0px;
}

#menu ul li
{
	display:inline;
}

#menu ul li a
{
	display:block;
	float:left;
	padding:0px 15px;
	font-size:10pt;
	font-weight:bold;
	color:#fff;
	background-image:url('images/mubg.jpg');
	background-position:right;
}

#menu ul li a:hover
{
	border-top:0px solid #fff;
	background-image:url('images/mubg1.jpg');
	background-position:right;

}

#page
{
	background:#fff;
	border-left:1px solid purple;
	border-right:1px solid purple;
	width:779px;
}

#pic
{
	float:left;
	width:200px;
	margin-left:10px;
}

#pic img
{
	display:block;
	margin:10px;
}

#content
{
	float:right;
	width:500px;
	margin:10px;
	color:#666;
}

#footer
{
	height:30px;
	text-align:center;
	padding-top:10px;
	width:780px;
	color:#fff;
	background-image:url('images/Ftbg.jpg');
}

#footer a
{
	color:#fff;
}

