body {
		background: url(images/fon.jpg);
		font-family: tahoma, arial, verdana;
		font-size:12pt;
		}
#main 	
	{
	text-align:center;
	margin:0 auto;
	border:10px blue solid;
	width:1025px;
	height:580px;
	}


#logo	
	{
	background: url(images/logo.jpg);
	
	width:100%;
	height:150px;
	}

#right	{
	
	height:auto;
	}

#center	{


	height:auto;
	}
#left	
	{
	text-align:center;
	
	height:auto;
	}

#up 	{

	background: url(images/up.jpg) repeat-x;
	
	width:100%;
	height:50px;
	color:white;

	}
h1 	{
    padding-top:10px;
	margin-top:7px;
	font-size:18pt;
	}
h2 	{
	margin-top:7px;
	font-size:14pt;
	}
h3 	{
    padding-top:10px;
	margin-top:7px;
	font-size:14pt;
	}

#menu {
	margin-top:15px;
	background:#6C83E4;
	margin:0 auto;
	width:95%;
	height:auto;
	color:white;
	font-size:14pt;	
	padding:10px;
	}

#spacer {
	visibility:hidden;
	height:55px;
	}

a.nav, a.nav:link, a.nav:visited {
display:block; 
width:100%; 
height:40px; 
background:#76B4FA; 

margin-top:5px; 
text-align:center; 
text-decoration:none; 
font-family:verdana, arial, sans-serif;
font-size:15pt; 
color:#fff; 
line-height:30px; 
overflow:hidden;
}

a.nav:hover {

	color:#99ccff; 
	background:#ffffff;
	} 
	
a.nav1 {
display:block; 
width:100%; 
height:40px; 
background:white; 

margin-top:5px; 
text-align:center; 
text-decoration:none; 
font-family:verdana, arial, sans-serif;
font-size:15pt; 
color:blue; 
line-height:30px; 
overflow:hidden;
}

a.nav1:hover {

	color:white; 
	background:blue;
	} 

	