#blob {
    position: absolute;
    z-index: 1;
    top: 0;
	background:url(../images/nav-bg.png) repeat-x;
    background: -moz-linear-gradient(top, #004d73, #04161F );
    background: -webkit-gradient(linear, left top, left bottom, from(#004d73), to(#04161F));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;
}

#nav {
    position: relative;
    float: left;
}

#nav li {
    float: left;
    list-style: none;
	color:#fff;
}


#nav li li {
    float: left;
    list-style: none;
	color:#fff;
}

#nav li a {
    z-index: 2;
    position: relative;
    float: left;
	font-size:16px;
	color:#fff;
	padding:10px;
	text-transform:uppercase;
}


#content {
	width: 940px;
	margin: 0px auto;
	padding: 20px;
	/*border: 1px solid #CCC;*/
}


#middle .testitext{
	font-family:Tahoma, Geneva, sans-serif;
	word-spacing:1px;
	font-size:12px;
	text-shadow:#F0F0F0 1px 1px;
	padding:40px 25px 0 10px;
}




#middle .testitext li{
	padding: 0 0 5px 0;
	list-style-image:url(../images/bullet2.png);

}

#foot a {
	color:#FFF;
	text-decoration:none;
}

#quick {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding:5px;
}
#quick a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#036;
}
#quick a:hover{
	color:#022637;
}

h1 {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


#foot .menu a:hover{
    background:url(../images/bot-menu-bg.png) repeat-x;
    background: -moz-linear-gradient(top, #004173, #000 );
    background: -webkit-gradient(linear, left top, left bottom, from(#001824), to(#000));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

}
