/* Layout elements */



/* Fundamentals */



html {

	background: #000;

	font: 0.75em/1.3 Verdana, Helvetica, Arial, Sans-serif;
	
/*    background-image: url('../images/pattern_101.gif'); */

    background-image: url('../images/bodybg.gif');
	
    background-repeat: repeat;		

}


/* Body container */



body {


	margin:  0 auto;
	
	margin-top: 25px;
	
	margin-bottom: 25px;		

	padding: 0px;

	text-align: left;

	width: 800px;

	background: #fff;

	border-top: 1px solid #000;
	
	border-left: 1px solid #000;

	border-right: 1px solid #000;

	border-bottom: 1px solid #000;	
	
}



/* Links */



a:link, a:visited {

	color: #b55555;

	text-decoration: underline;

}



a:hover, a:active {

	color: #386084;

	text-decoration: underline;

}



/* Headings */



h2 {

	font: normal 1.9em "Century Gothic", Geneva, Helvetica, Arial, Sans-serif;

}



h3 {

	font: normal 1.6em "Century Gothic", Geneva, Helvetica, Arial, Sans-serif;

}



/* Lists */



ul {

	margin-left: 10px;

	padding: 0;

}



li {

	list-style-type: square;

}



/* Layout IDs */



/* Header */



#head {

	width: 700px;

	height: 130px;

}



#head h1 {

	margin: 0;

	padding: 0;

	width: 700px;

	height: 130px;

	background-image: url(../images/head.gif);
	
    background-repeat: no-repeat;	

	text-indent: -10000px;

}



/* Navigation */



#nav {

	margin: 5px;

	padding: 4px;

	width: 600px;

	height: 5px;

}



/* Navigation list */



#nav ul {

	margin: 0 0 0 13px;

	padding: 0;

}



#nav li {

	float: left;

	list-style: none none;

	font-size: 1.1em;

	margin: 0 0 0 2px;

	padding: 3px 0;

	text-transform: uppercase;

}



/* Navigation links */



#nav li a:link, #nav li a:visited {

	margin: 0;

	padding: 3px 0;

	display: block;

	width: 110px;

	color: #222;

	background-color: #f3f3f3;

	text-decoration: none;

	text-align: center;

}



#nav li a:hover, #nav li a:active {

	margin: 0;

	padding: 3px 0;

	display: block;

	width: 110px;

	color: #111;

	background-color: #fefefe;

	text-decoration: none;

}



/* Span to change colour */



#nav li a:link span, #nav li a:visited span {

	margin: 0;

	padding: 0;

	color: #5588b5;

	text-decoration: none;

}



#nav li a:hover span, #nav li a:active span {

	margin: 0;

	padding: 0;

	color: #5588b5;

	text-decoration: none;

}



/* Main content */



#main {

	width: 500px;

	padding: 8px;

	float: left;



}



/* Sidebar */



#sidebar {

	width: 200px;

	padding: 10px;

	float: right;

}



/* Sidebar list links */



#sidebar ul {

	margin: 0;

	padding: 0;

}



#sidebar li {

	margin: 1px 0 0 0; 

	padding: 1px;

	list-style-type: none;

}



#sidebar li a:link, #sidebar li a:visited {

	display: block;

	width: 180px;

	padding: 2px 0 2px 5px;

	background-color: #f1f1f1;

	color: #333;

	text-decoration: none;

}



#sidebar li a:hover, #sidebar li a:active {

	display: block;

	width: 180px;

	padding: 2px 0 2px 5px;

	background-color: #fcfcfc;

	color: #222;

	text-decoration: none;

}



/* Footer */



#foot {

	margin: 0;
	
	margin-bottom: 25px;		

	padding: 0;

	text-align: center;

	clear: both;

}



#foot p {

	margin: 0;

	padding: 20px 0;

	font-weight: bold;

}

a.ovalbutton{
background: transparent url('../images/oval-orange-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('../images/oval-orange-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


