/* Displays scrollbar regardless of content in firefox */
html {
     overflow: -moz-scrollbars-vertical;
}

/* header elements | nick kelland | 10 Feb 2008 */
#container	{
	/*position:fixed;	
	top:0px;
	z-index:6;*/
	border-bottom: 2px solid #fff;
}
#container h1	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	padding:5px 15px;
	margin:0px;
}
#tabs	{
	float:left;
	width:100%;
}
#tabs ul	{
	margin: 0px;
	padding: 10px;
	list-style: none;
}
#tabs li	{
	float: left;
	background: url(../images/tab_ur.gif) no-repeat right top;
	margin: 0px;
	padding: 0px 0px 0px 7px;
}
#tabs a	{
	display:block;
	background:url(../images/tab_ul.gif) no-repeat left top;
	color: #000;
	font: 10px "Trebuchet MS" Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px 15px 4px 15px;
}
#tabs a:hover	{
	display:block;
	background:url(../images/tab_ul.gif) no-repeat left top;
	color: #960105;
	font-weight: bolder;
	font: 10px "Trebuchet MS" Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 5px 15px 4px 15px;
}
#tabs #current	{
	background-image: url(../images/tab_urcur.gif);
}
#tabs #current a	{
	background-image: url(../images/tab_ulcur.gif);
	padding-bottom: 5px;
	color:#000;
}

/* body elements | nick kelland | 10 Feb 2008 */
body	{
	background: #fff url(../images/black_bkg.jpg) repeat;
	margin:0px auto;
	padding:0px;
	width:1006px;
}
#content	{
	border: 1px solid #8E8C8C;
	background-image:url(../images/black_bkg.gif);
	margin: 0px auto;
}
#kak	{
	margin: 30px auto;
}
.textAndPics	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#fff;
	text-decoration:none;
}
.textAndPics h2	{
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#000;
	padding: 2px;
	margin:0px;
	width:auto;
	background-image: url(../images/grey_gradient.jpg);
	background-position: right;
}
.textAndPics li {
	font-weight: bold;
	font-size:13px;
}
.emailAddy	{
	font-weight:bold;
	font-size: 12px;
	color:#fff;
	text-decoration:underline;
}
.emailAddy:hover	{
	color:#999999;
}
#gallery	{
	margin: 15px 5px;
}
#bigImage	{
	border: solid 9px #fff;
	height:expression(document.body.clientHeight > 400? "400px": "auto" );
}
.sidebar img	{
	border:none;
	margin:5px;
}
.sidebar a {
	display:block;
	color:#fff;
	margin-bottom:0px;
	text-decoration:none;
}
.sidebar a:hover	{
color:#999999;
}
.sidebar br	{
	line-height:75%;
}
.sidebar hr	{
	width: 124px;
	margin-top:0px;
	margin-bottom:5px;
}
/* footer elements | nick kelland | 22 Feb 2007 */
#footer	{
	position:static;
	bottom:0px;
	/*border-top: solid 2px #fff;
	border-right:solid 1px #fff;
	border-left:solid 1px #fff;
	*/overflow:hidden;
	margin: 30px auto 0px auto;
	font: 11px "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
#footer a	{
	font: 14px "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 10px 30px;
	text-decoration:underline;
}
#footer a:hover	{
	color: #999999;
}