/* CSS Document - Author: LM */

/* Main Styles that apply to body */
body {
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0px;
	padding-left: 50%;
background-image: url(images/bgflourish.gif);
	position: absolute;

}

/* This is the page container built and centered using -ve margins */
#container {
	width: 700px;
	margin-left: -350px;
background-color: #fff;
}

/* The topmost faded bar */
#topbar {

width: auto;
    background:#EEE8AA;
    height: 20px;
padding: 10px 5px 5px 2px;
    font: 9px verdana;
    font-weight: bold;
    color: #000;
    text-align: right;

}

/* This holds the two heading blocks and the title */
#headerwrapper {
    width: auto;
}

h1 { 
   	position: relative;
	margin: 3px;
background colour: #fff;
}

h6 {
    font: 14px bookman old style, serif;
    font-weight: bold;
	color: #996;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;

}

/* This holds the tabs */
#tabholder
{
    width: auto;
}

/* Container for the article box, and the pic box */
.articleboxouter {
    width: auto;
    padding: 5px 6px 0px 5px;
    clear: both;
} 

/* Content holder for the articles */
.articleboxinner {
    width: auto;
    line-height: 20px;
    color: #000;
    padding: 15px 6px 0px 6px;
    background: #fff;
    border:1px solid #EEE8AA;
    text-align: justify;
    height: auto;
}

/* The title style for the main article */
.articleheader
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #000;
}


/* This controls the main pic in the main article box */
.mainpiccontrol
{
    border: 1px #EEE8AA solid;
    float: right;
    margin-left: 10px;
margin-top: 40px;
}



/* Content holder for the pic box */
.picbox {
    width: auto;
    line-height: 22px;
    color: #000;
    padding: 5px 6px 6px 6px;
    border:1px solid #EEE8AA;
    border-top: none;
    text-align: center;
}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #996;
}

/* Why should the humble footer be left out? */
#footer {
	background-color: #EEE8AA;
	color: #000;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	clear: both;
}



/* Navigation Tabs */
#tabs8 {
    float:left;
    width:100%;
    background:#EEE8AA;
    font-size:93%;
    line-height:normal;
    border-bottom:1px solid #EEE8AA;
}

#tabs8 ul {
    margin:0;
    padding:10px 10px 0 5px;
    list-style:none;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
    float:left;
    background:url("images/tableft8.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabs8 a span {
    float:left;
    display:block;
    background:url("images/tabright8.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#000;
    font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
    color:#000;
}

#tabs8 a:hover {
    background-position:0% -42px;
}

#tabs8 a:hover span {
    background-position:100% -42px;
    color: #888;
}

#tabs8 #current a {
    background-position:0% -42px;
}
#tabs8 #current a span {
    background-position:100% -42px;
    color: #fff;
}
/* End of Navigation Tabs */
