#header {
	height: 100px;
	background-color: #4040EO;
	width: 100%;
	border-style: none;
	background: #4040E0;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	background-image: url(../pics/gradient.png);
	background-repeat: repeat-x;
	float: left;
	
}

body {
}


#header h1 {
	margin-bottom: 0px;
	border-style: none;
	color: #fff;
}

#header p {
	color: #fff;
}

#header .pic {
	height: 100px;
	float: left;
	padding-right: 10px;
}

#nav {
	position: relative;
	left: 20px;
	text-align: right;
}

#nav, #nav ul, #nav ul li { 
	list-style: none;
	display: block; 
	
}

#nav ul {
	margin-left: 0px;
}

#nav li { 
	position: relative; 
	float: left;
	width: 145px;  
	color: #ccc; 
	font-size: 14px;  
	text-align: center;
}

#nav li:hover { 
	background-color: none; #dbdbdb;
	color:#000;    
	background-image:url('/bmvv/images/layout/menu_background_right.jpg');
	background-repeat:no-repeat;
	background-position:top right;    
	font-weight: bold;
}

#nav a {
  text-decoration:none; 
  display:block;    
  color:#fff;  
  background-image:none;
}

#left, #right {
	width:194px;
}

#tile2 {
	width: 400px;

}



#left, #right {
	display: block;
	float: left;
	position: relative;
	font-size: 11px;
	
}

#left .blok,
#right .blok
{
	border-style: solid;
	border-width: 1px;
	margin: 5px;
}

#left .blok h1,
#right .blok h1
{
	font-size: 20px;
	border-style: none;
	border-color: #000;
	margin: 0px;
	background-image:url(../pics/gradient2.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #43BC4C;
}

#left .blok p,
#right .blok p {
	text-align: left;
}

#tile2 {
	display: block;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	position: relative;
	float: left;
	margin: 5px;
}

#left h1, #tile2 h1, #right h1 {
	background-color: #C0C0FF;
	color: #FFF;
	padding-left: 3px;
	margin-bottom: 3px;
}

p {
	margin: 0px;
	padding: 5px;
}

#footer {
	clear: both;
	width: 100%;
	height: 20px; 
	border-color: #888;
	border-style: solid;
	border-width: 1px 0 0 0;
	margin: 0px;
	padding: 2px 0 2px 0;
	background-image: url(../pics/gradient3.png);
	background-repeat: repeat-x;
}
a img {
	border-style: none;
}

#tiles {
	background-color: #FFFFFF;
	/* border-style: solid;
	/* height: 200px; */
}