@charset "UTF-8";
/* CSS Document */

*{
	margin: auto;
	margin-top: 0;
}

body{
	background: url(images/bgrd_stripe.gif) repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FAF9F8;
	text-align: center
}

#page{
	width: 1024px;
	height: 1024px;
	text-align: center;
}

#shapka {
	width: 800px;
	height: 140px;
}

#mainmenu {
	width: 800px;
	height: 50px;
}

#mainmenu td {
	text-align: center;
	font-size: 1.5em;
	color: #FFF;
}

#mainmenu td a{
	color: #FFF;
	font-weight: normal;
}

#mainmenu td a:hover{
	color: #FAF9F8;
}

#container {
	width: 800px;
	margin-top: 10px;
}

#container td {
	text-align: center;
	font-size: 0.75em;
	font-style: italic;
	color: #006699;
	text-align: center;
}

#container td.specialty {
	height: 45px;
	text-align: center;
	font-size: 2.0em;
	color: #009fc3;
	border-bottom: medium dotted #009fc3;
}

#container td a {
	color: #006699;
}

.clear{
 	clear: both;
}

