/* CSS Document */

body {
	background-color:#DCCEA7;
	background-position:top left;
	background-repeat:repeat-x;
	background-attachment:scroll;
	scrollbar-3dlight-color:#DCCEA7;
    scrollbar-darkshadow-color:#DCCEA7;
    scrollbar-arrow-color:#000000;
    scrollbar-base-color:#DCCEA7;
    scrollbar-face-color:#DCCEA7;
    scrollbar-highlight-color:#CCBE97;
    scrollbar-shadow-color:#DCCEA7;
}
img {
	border:none;
}
.main {
	width:750px;
	background-image:url(bg.png);
	background-position:top center;
	background-repeat:repeat-y;
	background-attachment:scroll;
	border:none;
	position:absolute;
	left:50%;
	margin-left:-375px;
	height:558px;
}
.header {
	padding-top:20px;
	padding-left:30px;
}
.sitemap {
	top:520px;
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	position:absolute;
	left:50%;
	margin-left:-375px;
	width:750px;
}
.disclaimer {
	top:560px;
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	position:absolute;
	left:50%;
	margin-left:-375px;
	width:750px;
}
.greeting {
	color:#000000;
	font-size:36px;
	font-family:Blackadder ITC, John Handy LET, Georgia, "Times New Roman", Times, serif;
}
.message {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	top:140px;
	text-align:justify;
	margin-left:-110px;
	position:absolute;
	left:50%;
	width:450px;
	height:350px;
	overflow:auto;
	padding:5px;
	border:inset 1px #DCCEA7;
}


/*nav formatting stuff*/
.nav {
	position:absolute;
	left:50%;
	margin-left:-10px;
	top:45px;
	width:360px;
	text-align:center;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.nav a {
	color:#000000;
	border:#777777;
	text-decoration:none;
	padding-left:4px;
	padding-right:4px;
}
.nav a:hover {
	color:#FFFFFF;
	background:#777777;
}
.pointer {
	position:absolute;
	left:50%;
	margin-left:-70px;
	top:40px;
}
/*.news, .home, .links, .contact, .store, .tourdates, .bio {
	position:absolute;
}
.news a {
	top:10px;
	margin-left:46px;
	width:88px;
	height:43px;
}
.home a {
	top:px;
	margin-left:px;
	width:96px;
	height:42px;
}
.links a {
	top:px;
	margin-left:px;
	width:93px;
	height:29px;
}
.contact a {
	top:px;
	margin-left:px;
	width:139px;
	height:65px;
}
.store a {
	top:px;
	margin-left:px;
	width:91px;
	height:29px;
}
.tourdates a {
	top:px;
	margin-left:px;
	width:179px;
	height:80px;
}
.bio a {
	top:px;
	margin-left:px;
	width:59px;
	height:29px;
}

nav link formatting
.news, .home, .links, .contact, .store, .tourdates, .bio {
	background:no-repeat;
}
.news a:link {
	background:url(links/news.png);
}
.home a:link {
	background:url(links/home.png);
}
.links a:link {
	background:url(links/links.png);
}
.contact a:link {
	background:url(links/contact.png);
}
.store a:link {
	background:url(links/store.png);
}
.tourdates a:link {
	background:url(links/tourDates.png);
}
.bio a:link {
	background:url(links/bio.png);
}




.news a:hover {
	background:url(links/news(over).png);
}
.home a:hover {
	background:url(links/home(over).png);
}
.links a:hover {
	background:url(links/links(over).png);
}
.contact a:hover {
	background:url(links/contact(over).png);
}
.store a:hover {
	background:url(links/store(over).png);
}
.tourdates a:hover {
	background:url(links/tourDates(over).png);
}
.bio a:hover {
	background:url(links/bio(over).png);
}*/







/*extra stuff*/
.photo {
	position:absolute;
	left:50%;
	margin-left:-340px;
	top:155px;
	width:211px;
	height:335px;
}
.red {
	color:#990000;
}


#twitter_update_list {
width: 200px; /* width of twitter column */
}
