body{
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 16px;
	background-image: url('back_test.png');
	margin: 0px;
	color: rgb(0,0,50);
	text-shadow: rgb(100,100,200) 2px 2px 2px;
}
div{
	background-color: transparent;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	border-radius: 5px;
	margin: 10px;
	background-image: url('misty.png');
}
.main{
	background-color: transparent;
	background-image: none;
	border-style: none;
	margin: 0px;
	margin-left: 250px;
	margin-top: 110px;
	margin-right: 20px;
	text-align: justify;
	
}

div.banner_container{
	margin-top: -110px;
	margin-left: -240px;
	height: 80px;
	background-image: url('header.png');
	box-shadow: 3px 5px 5px gray;
	border-style: none solid solid solid;
	border-radius: 0px 0px 10px 10px;
}
div.menu{
	text-align: left;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 90px;
	box-shadow: 3px 5px 5px gray;
	background-color: transparent;
	background-image: url('misty_red.png');
	border-radius: 7px;
}
div.content{
	float: right;
}
.search_string{
	border-style: solid;
	border-width: 2px;
	border-color: white;
	border-radius: 5px;
	background-color: transparent;
	background-image: url('misty.png');
	width: 120px;
	margin-left: 2px;
}

a.title{
	color: white;
	text-decoration: none;
	font-size: 30px;
	font-weight: bolder;
	color: silver;
	margin-left: 10px;
}
span.ptitle{
	font-size: 50px;
	color: white;
	font-weight: bolder;
}
h1, h2, h3, h4{
	color: white;
}

a{
	color: blue;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

li.menu_ul{
	list-style: none;
	margin-left: -20px;
}
.menu_current{
	color: red;
	list-style: none;
}
.menu_default{
	color: rgb(75,50,200);
}
a.crumbs{
	color: white;
}
span.crumbs{
	font-size: 12px;
	color: silver;
}
