/* @override http://lizberg.com/lizstyle.css */

body {
	background: white;
	color: black;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
}

p, div, td {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	
	text-align: left;
}

a img {
	border-width: 0;
}

div#homeContainer {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div#splash {
	
	
	/* margin-left: -275px; */
/* 	margin-top: -221px; */
}

div#splashnavigation {
	position: absolute;
	top: -5px;
	right: 0px;
	z-index: 2;
	text-align: right;
	width: 121px;
	height: 150px;
}

div#navbar {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	text-align: right;
	width: 199px;
	height: 600px;
}	

div#navigation {
	position: absolute;
	top: 217px;
	left: 0px;
	z-index: 2;
	width: 230px;
	height: 417px;
	
	background-image: url(images/sidebar/lower.gif);
	background-repeat: no-repeat;
}

#navigation #links {
	margin-left: 30px;
	margin-top: 40px;
	position: relative;
	height: 550px;
}

div#logo {
	position: absolute; 
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 199px;
	height: 182px;
}

div#main {
	position: absolute;
	top: 0px;
	left: 233px;
	width: 70%;
	text-align: left;
	background: white;
	text-align: center;
}

div#content {
	text-align: left;
	background: white;
	padding-left: 25px;
	padding-right: 25px;
}

#follow {
	position: absolute;
	top: 230px;
	left: 10px;
	margin: 0;
	font-size: 90%;
}
#follow a {
	display: block;
	height: 32px;
	width: 32px;
	float: left;
	margin: 0 16px 8px 0;
	text-indent: -9999px;
}

#follow #f_twitter {
	background: url(/images/icons32/twitter-32x32.png) no-repeat 0 0;
}

#follow #f_facebook {
	background: url(/images/icons32/facebook-32x32.png) no-repeat 0 0;
}

#follow #f_myspace {
	background: url(/images/icons32/myspace-32x32.png) no-repeat 0 0;
}

#follow #f_youtube {
	background: url(/images/icons32/youtube-32x32.png) no-repeat 0 0;
}

#follow #f_itunes {
	background: url(/images/icons32/iTunes_app-32x32.png) no-repeat 0 0;
}

#credit {
	position: absolute;
	top: 310px;
	left: 10px;
	
	font-size: 90%;
}

#credit, #credit a,
#follow, #follow a
{
	color: yellow;
	background: transparent;
}

#credit a:hover,
#follow a:hover { color: white; }

a, a:link {
	color: #993333;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #999;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}

h1 {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	
	color: #993333;
}

h2 {
	font-family: garamond, georgia, times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	line-height: 14px;	
	color: #ff6600;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#title {
	margin-top: 15px;
	margin-bottom: 25px;
}
