body {
	margin:0;
	font-family:"MS UI Gothic";
	border-left:4px solid #fff;
	background:url(../images/baner2.jpg) #000 no-repeat 2px 2px fixed;
	}

#content {
	margin-left:35px;
	padding:0;
	padding-top:1em;
	background:#fff;
	height:100%;
	background:url(../images/line1.gif) #fff repeat-y top left;
	}

#container {
	padding:1em;
	}

h1	{
	margin:0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:1em;
	font-family:"MS UI Gothic";
	font-size: 100%;
	color:#fff;
	background:#000080;
	}

h2	{
	font-size: 100%;
	}

img {border:0;}

p {
	margin:0;
	width:80%;
	line-height:120%;
	padding-bottom:0.5em;
	font-size:90%;
	}

#title{
	margin-bottom:1em;
	}

table.menu1{
	border-collapse:separate;
	border-spacing:10px;
}


A:link { 
	   text-decoration: none;
	   color: Navy;
	  
}
A:visited { 
           text-decoration: none;
           color: #0066ff;
}
A:active  {
           text-decoration: none;
}
A:hover{  
           text-decoration: underline;
           color: #008800;
}
