/* CSS Document */

#header {
height:80px;
width:100%;
background-image:url(/images/bg-header.jpg);
background-position:top;
background-repeat:repeat-x;
}
#title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #CCCCCC;
	font-weight: bold;
	text-align:center;
}
#babyhobo {
text-align:center;
visibility:hidden;
}
#nav {
	text-align:center;
	visibility:hidden;
}
#nav ul{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 0 0;
	
}
#nav li{
	display:inline;
	padding: 0 10px 0 10px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer {
	clear:both;
	text-align:center;
	padding: 15px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border:0px;
}