/* Undo Defaults ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
*
{
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-decoration: none;
	line-height: 1.2em;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Colour ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body
{
	background-color: #000;
	color: #fff;
}
/* Position ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html
{
	height: 100%;
	margin-bottom: 1px;
}
body
{
	max-width:700px;
	margin: 0px auto;
	padding-top: 20px;
	background:#000 url(bg.jpg) no-repeat center top;	
}
#SideBar
{
	float: right;
	width: 142px;
	padding-right: 50px;
	position: relative;
}
#Content, #SubNavigation, #Footer
{
	float: right;
	clear: right;
	width: 490px;
	padding: 0 0px 20px 0px;
	position: relative;
}
#SubNavigation, #Footer
{
	width: 430px;
	padding: 0 30px 20px 30px;
}
.ContentHead, .ContentBody, .ContentFoot
{
	width:430px;
	clear: both;
	padding: 0 30px 0 30px;
}
.ContentHead
{
	background:url(box_top.png) no-repeat center bottom;
	height: 20px;	
}
.ContentBody
{
	background:url(box_mid.png) repeat left top;
	min-height: 300px;
	float: left;
	text-align:justify;
}
.ContentFoot
{
	background:url(box_bot.png) no-repeat center top;
	height: 20px;	
}
.smallbox
{
	float: left;
	display: block;
	width: 235px;
	height: 80px;
	background:transparent url(smallbox.png) no-repeat center center;
	line-height: 80px;
	text-align:center;
}
.ticker
{
	float: right;
	width: 195px;
	height: 50px;
	padding: 15px 20px 15px 20px;
	font-size: small;
	display: block;
	background:transparent url(smallbox.png) no-repeat center center;
}
#tickerbg 
{ 
	position:relative; 
	left:0px; 
	z-index:1000; 
	width:195px; 
	height:40px;
	margin-top: 0px;
} 
div#tickerwn 
{ 
	position:absolute; 
	left:0px; 
	top:0px;
	width:195px; 
	height:40px; 
	z-index:1;
	clip:rect(0, 195px, 40px, 0); 
	overflow:hidden;
}
div#tickercnt 
{ 
	position:absolute; 
	z-index:1; 
}
div#tickercnt li.tickeritem 
{ 
	width:195px; 
	height:40px; 
	font-weight:bold;
}
h1, h2, h3
{
	margin-bottom: 20px;
}
p
{
	padding-bottom: 20px;
	text-align:justify;
}
#Content dl, #Content ol, #Content ul
{
	padding-bottom: 15px;
}
img
{
	float: left;
	clear: both;
	background: transparent url(box-mid.png) repeat top left;
	border: 1px solid #000;
	padding: 10px;
	margin: 10px 10px 0px 0;
}
img.nofloat
{
	float: none;
	clear: none;
	border: 0px;
	padding: 0px;
	margin: 0 10px 0 0;
	vertical-align:middle;
	background: none;
}
/* Links ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link:focus, a:visited:focus, a:link, a:visited /* in first position due to IE5+ bug */
{
	border-bottom: 1px dotted;
}
a:link:hover, a:visited:hover, a:link:active, a:visited:active
{
	border-bottom: 1px solid;
}
/* Navigation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#Navigation {display:block; width:192px; height:450px; background:transparent url(nav.gif) no-repeat 0 0px; position:relative;}

li#tabHome a, 
li#tabGallery a, 
li#tabSounds a, 
li#tabContact a, 
li#tabProfile a, 
li#tabLinks a {display:block; overflow:visible; position:absolute;color: #fff;border: 0px;font-size: small;}

li#tabHome a {width:80px; height:0; padding-top:83px;} 
li#tabGallery a {width:82px; height:0; padding-top:93px;} 
li#tabSounds a {width:83px; height:0; padding-top:116px;}
li#tabContact a {width:77px; height:0; padding-top:83px;}
li#tabProfile a {width:86px; height:0; padding-top:114px;}
li#tabLinks a {width:91px; height:0; padding-top:85px;}

li#tabHome a {left:28px; top:8px; background:transparent url(home.gif) no-repeat 400px 400px;}
li#tabGallery a {left:26px; top:74px; background:transparent url(gallery.gif) no-repeat 400px 400px;}
li#tabSounds a {left:28px; top:122px; background:transparent url(sounds.gif) no-repeat 400px 400px;}
li#tabContact a {left:26px; top:222px; background:transparent url(contact.gif) no-repeat 400px 400px;}
li#tabProfile a {left:26px; top:258px; background:transparent url(profile.gif) no-repeat 400px 400px;}
li#tabLinks a {left:23px; top:354px; background:transparent url(other.gif) no-repeat 400px 400px;}

li#tabHome a span {position: relative; top: -60px; left: 20px;}
li#tabGallery a span {position: relative; top: -65px; left: 10px;}
li#tabSounds a span {position: relative; top: -58px; left: 15px;}
li#tabContact a span {position: relative; top: -70px; left: 5px;}
li#tabProfile a span {position: relative; top: -60px; left: 25px;}
li#tabLinks a span {position: relative; top: -50px; left: 20px;}

li#tabHome a:hover, 
li#tabGallery a:hover, 
li#tabSounds a:hover, 
li#tabContact a:hover, 
li#tabProfile a:hover, 
li#tabLinks a:hover {background-position: 0 0;}
/* Typography ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
*
{
	font-family: Century Gothic, verdana, arial, sans-serif;
}
#Footer
{
	font-size: x-small;
}
#SubNavigation, .button
{
	font-size: small;
}
body, .month, blockquote, .year
{
	font-size: medium;
}
h1, h2, h3, .date
{
	font-size: x-large;
	letter-spacing: 2px;	text-transform: uppercase;
}
strong, h1, h2, h3 .date
{
	font-weight: bold;
}
em
{
	font-style:italic;
}
/* Form elements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*#name, #email, #text*/
.textinput, textarea
{
	background: transparent url(box-mid.png) repeat top left;
	float: right;
	width: 300px;
	border: 1px solid #fff;
	color: #fff;
	font-weight:bold;
}
fieldset label
{
	float: left;
	width: 90px;
	clear: left;
}
/*fieldset label, #name, #email, #text*/
fieldset label, .textinput, textarea
{
	height: 1.5em;
	line-height: 1.5em;
	margin: 3px;
	padding-left: 5px;
}
textarea
{
	height: 9em;
}
fieldset .button
{
	clear: both;
	float: right;
	-moz-appearance: button;
	border: outset 2px buttonface;
	background-color: buttonface;
	color: buttontext;
	padding: 0 6px 0 6px;
}
#Gallery #FlashGallery{margin-left: -30px; margin-right: -30px;}

#Gallery img
{
	margin-left: 50px;
	clear:none;
}
#Gallery img.nofloat
{
	margin-left: 0px;
}
/* Table elements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
table {	width: 420px;}th {	font-size: medium;	font-weight:bold;	border-right: 1px solid #C1DAD7;	border-bottom: 1px solid #C1DAD7;	border-top: 1px solid #C1DAD7;	letter-spacing: 2px;	text-transform: uppercase;	text-align: center;	padding: 6px 6px 6px 12px;	/*background: #CAE8EA url(bg_header.jpg) no-repeat;	color: #4f6b72;*/}th.nobg {	border-top: 0;	border-left: 0;	border-right: 1px solid #C1DAD7;	text-align:left;	/*background: none;*/}.odd td, .even td{	border-right: 1px solid #C1DAD7;	border-bottom: 1px solid #C1DAD7;	padding: 6px 6px 6px 12px;}.odd th, .even th{	border-left: 1px solid #C1DAD7;	border-top: 0;	letter-spacing: normal;	text-transform: none;	text-align:left;}.odd th{	/*background: #fff url(bullet1.gif) no-repeat;*/}.even th{	/*background: #f5fafa url(bullet2.gif) no-repeat;	color: #797268;*/}.odd td {	/*background: #fff;	color: #4f6b72;*/}.even td {	/*background: #F5FAFA;	color: #797268;*/}#Profile .odd td, #Profile .even td,#Sounds .odd td, #Sounds .even td{	text-align:center;}