/* BODY ///////////////////////////////////////////////////////////////////////////*/
body {
	font-size:70%;
	font-family: Arial, Helvetica, sans-serif;
	line-height:130%;
	color:#CCCCCC;
	text-align:center;
	background-color:#000000;
	background-image: url(http://www.xavierthexman.com/images/site_bg06.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}


/* LINKS ///////////////////////////////////////////////////////////////////////////*/
a:link { 
	font-family: Arial, Helvetica, sans-serif;
	line-height:130%;
	color:#04b5df;
	text-decoration:none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	line-height:130%;
	color:#04b5df;
	text-decoration:none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	line-height:130%;
	color:#FFFFFF;
	text-decoration:underline;
}


/* CONTAINER ///////////////////////////////////////////////////////////////////////////*/
#container {
	width:808px;
	margin:10px auto;
	background-color: #000000;
	text-align:left;
}


/* MASTHEAD ///////////////////////////////////////////////////////////////////////////*/
#masthead {
	margin: 0;
	background-color: #000000;
}

#masthead h1{
	float: left;
	margin:0;
	padding:0;
}

#masthead h1#sitename{
	text-indent: -9999px;
	background-image: url(http://www.xavierthexman.com/images/header06.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	width:808px;
	height:226px;
}
#masthead a {
	background-image: url("http://www.xavierthexman.com/images/header06.jpg");
	cursor:pointer;
}

#masthead a:hover {
	background-image: url("http://www.xavierthexman.com/images/header06.jpg");
}
	
#masthead span { display:none }


/* MENU AND PAGE HEADERS ///////////////////////////////////////////////////////////////////////////*/
#menu {
	clear:both;
	padding: 0;
	background-color: #CCCCCC;
}

h2#newsheader{
	text-indent: -9999px;
	background-image: url(http://xavierthexman.com/images/header_news.gif);
	width:520px;
	height:39px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	margin:0 0 0 0;
}

h2#linksheader{
	text-indent: -9999px;
	background-image: url(http://xavierthexman.com/images/header_links.gif);
	width:520px;
	height:39px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	margin:0 0 5px 0;
}

h2#bioheader{
	text-indent: -9999px;
	background-image: url(http://xavierthexman.com/images/header_bio.gif);
	width:520px;
	height:39px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	margin:0 0 5px 0;
}

h2#contactheader{
	text-indent: -9999px;
	background-image: url(http://xavierthexman.com/images/header_contact.gif);
	width:520px;
	height:39px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	margin:0 0 5px 0;
}

h2#eventsheader{
	text-indent: -9999px;
	background-image: url(http://xavierthexman.com/images/header_events.gif);
	width:520px;
	height:39px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	margin:0 0 0 0;
}

h2#listenheader{
	text-indent: -9999px;
	background-image: url(http://xavierthexman.com/images/header_listen.gif);
	width:520px;
	height:39px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	margin:0 0 5px 0;
}

h2#pressheader{
	text-indent: -9999px;
	background-image: url(http://xavierthexman.com/images/header_press.gif);
	width:520px;
	height:39px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	margin:0 0 5px 0;
}

h2#requestsheader{
	text-indent: -9999px;
	background-image: url(http://xavierthexman.com/images/header_requests.gif);
	width:520px;
	height:39px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	margin:0 0 5px 0;
}

h2#storeheader{
	text-indent: -9999px;
	background-image: url(http://xavierthexman.com/images/header_store.gif);
	width:520px;
	height:39px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	margin:0 0 5px 0;
}

h2#galleryheader{
	text-indent: -9999px;
	background-image: url(http://xavierthexman.com/images/header_gallery.gif);
	width:520px;
	height:39px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	margin:0 0 5px 0;
}

h2#featuresheader{
	text-indent: -9999px;
	background-image: url(http://xavierthexman.com/images/header_xavfeatures.gif);
	width:520px;
	height:39px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	margin:0 0 5px 0;
}
/* NEWS ///////////////////////////////////////////////////////////////////////////*/
.newsdate {
	clear:both;
	background-color: #000000;
	text-align:center;
	font-size: 120%;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	background:#000000 url(http://www.xavierthexman.com/images/arrow.jpg) no-repeat 3px center;
	padding: 2px 2px 0 20px;
	margin: 0;
}


/* CONTENT ///////////////////////////////////////////////////////////////////////////*/
#content {
	float:left;
	margin:0 0 5px 3px;
	padding: 5px;
	background-image: url(http://www.xavierthexman.com/images/news06_bg.gif);
	background-repeat: repeat;
	border:1px solid #000000;
	width:520px;
	min-height: 510px
}

#content img {
	margin-right: 5px;
}

.contentfooter{
	text-align:right;
	padding-right:2px;
}


/* SIDEBAR ///////////////////////////////////////////////////////////////////////////*/
#sidebar {
	margin:5px;
	float:right;
	padding:5px;
	line-height:110%;
	background-image: url(http://www.xavierthexman.com/images/rightcolumn06_bg.gif);
	background-repeat: repeat;
	width:245px;
}

#sidebar img{
	margin: 0 auto;
	padding:3px 0 2px 1px;
	text-align:center;
}
#sidebar input#inputbox {
	width: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 2px;
	margin-bottom: 3px;
}
#sidebar input#submitbutton {
	margin-bottom: 3px;
}

#sidebarcontent {
	width:241px;
	padding:2px;
	background-image: url(http://www.xavierthexman.com/images/news06_bg.gif);
}

#sidebarcontent #Google200 {
	text-align: center;
	margin: 10px auto;
	width: 200px;

}
.frontboxheader{
	clear:both;
	background-color: #000000;
	text-align:center;
	font-size: 110%;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	padding: 2px;
	margin: 0;	
}

#frontevents {
	padding:0 5px;
}


#fronteventheader{
	clear:both;
	text-align:center;
	font-size: 100%;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	padding: 2px 2px 0 0;
	margin: 0;
}

.sidebarfooter{
	text-align:right;
	padding-right:2px;
}


/* FOOTER ///////////////////////////////////////////////////////////////////////////*/
#footer {
	clear:both;
	width:786px;
	padding: 10px;
	background-color: #000000;
	text-align:center;
	color:#999999;
}

/* IMAGES ///////////////////////////////////////////////////////////////////////////*/
img {
	border: 0;
}

/* FORM ///////////////////////////////////////////////////////////////////////////*/
form {
	margin:5px auto;
	padding: 15px;
}

/* OTHER ///////////////////////////////////////////////////////////////////////////*/

.hide{
display:none;
}

.spacer{
clear:left;
}