* {
	margin:0;
	padding:0;
}
body {
	background:#cccccc;
	color:#555;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size:14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bolder;
	letter-spacing:-0.07em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h1 {font-size:200%;}
h2 {font-size:170%;}
h3 {font-size:150%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:100%;}
h2 {
	display:block;
	margin-top:10px;
	border-bottom:1px solid #CCC;
	padding:0 5px 3px;
}

a {
	color:#2970A6;
	text-decoration:none;
}
a:hover { text-decoration:underline; }
ul { margin-left:40px; }
li { margin:4px 0; }
p{ margin:8px 0; }

#wrap{ background:#ffffff url(images/bg_top.jpg) top center no-repeat; }
#container{
	background:url(images/bg_container.jpg) top center repeat-y;
	padding:0 50px;
	width:726px;
	margin:0 auto;
	margin-top:0px;
}
#header {
	color:#FFFFFF;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	padding-top:145px !important;
	padding-bottom:62px !important;
	padding-top:142px;
	padding-bottom:37px;
	width:850px;
	margin:0 auto;
	background:url(images/bg_navbar.jpg) bottom center no-repeat;
}
/*
#header ul {
	list-style:none;
}
#header li {
	display:inline;
}
#header a{ color:#FFFFFF; padding:10px 15px; }
#header a:hover { color:#FFFFFF; background:#004082; opacity:0.5; padding:10px 15px; text-decoration:none; }
*/
#sidebar-top{
	background:#ffffff url(images/bg_sidebar_top.jpg) top left no-repeat;
	height:20px;
}
#sidebar{
	width:200px;
	background:#ffffff url(images/bg_sidebar.jpg) top left repeat-y;
	padding:0px;
	margin-left:20px;
}
#sidebar p, #sidebar h3{
	padding-left:35px;
}
#sidebar-bottom{
	background:#ffffff url(images/bg_sidebar_bottom.jpg) bottom left no-repeat;
	height:20px;
}
#footer{
	background:url(images/bg_footer.jpg) top center no-repeat;
	height:80px;
	margin-top:-10px;
}
#copyright{
	width:730px;
	margin:0 auto;
	padding-top:25px !important;
	padding-top:15px;
	color:#999999;
	text-align:center;
	font-size:11px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.lavaLampBottomStyle li {
		float: left;
		list-style: none;
		position:relative;
		z-index:9;
}
.lavaLampBottomStyle li.back {
		background:#004082; opacity:0.5;
		-moz-border-radius: 8px; -webkit-border-radius: 8px;
		padding:5px 0px;
		width: 9px;
		height: 25px;
		z-index: 8;
		position: absolute;
		margin-top:-2px !important;
		margin-top:0;
}
.lavaLampBottomStyle li a {
		text-decoration: none;
		color: #ffffff;
		z-index: 10;
		display: inline;
		height: 25px;
		position: relative;
		margin: auto 10px;
		margin-top:-25px;
}   
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
		border: none;
		text-decoration:none;
}                     