body
{
	margin:0px;
	background-image: url(../images/bear.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-family:Arial;
	font-size:small;
}

.header
{
	width:100%;
	height: 86px;
	background-image: url(../images/bejevals.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	text-align:center;
}

#conash3D0
{
	display:none;
}

.menuRibbon
{
	width:100%;
	margin: 0;
	padding: 0px;
	background: #eee none;
	opacity:0.6;
	filter: Alpha(Opacity=60);
}

.menu
{
	width: 100%;
	margin: 0;
	padding: 0px;
	background: #eee none;
	font-weight:bold;
	text-align:center;
}   
.menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu li
{
	width: 7em;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}   

.menu a 
{
	display: block;
	text-decoration: none;
}
.menu a:hover
{
	background: #FFF200 none;
}


a:link
{
	color: #191970;
}
a:visited
{
	color: #191970;
}
a:active{
	color: #AAAAAA;
}
a:hover{
	color: #AAAAAA;
}

.sample
{
	border:5px solid #191970;
}

.main
{
	padding-top:15px;
	width:750px;
}
.main td
{
	text-align:left;
}
