/*
	style.css
	
	Stylesheet for music-at-gmc.org.uk
	
	author: joe wong (joebkwong@googlemail.com)
 */
 
body
{
	padding				: 5px;
	font-family			: Lucida Sans, times new roman;
}

td
{
	vertical-align				: top;
}

 .outer-box
 {
	border				: 1px solid #e5e5e5;
	
	border-right			: 1px solid white;
	border-left			: 1px solid white;
	border-bottom			: 1px solid grey;
	bo/rder-left			: 0px;
	bor/der-right			: 0px;
	bord/er-top			: 0px;
	padding-right			: 0px;
	width				: 980px;
 }
 
 a
 {
	text-decoration			: none;
 }
 
 a:hover
 {
	color				: red;
 }

 a img
 {
	 border				: 0px;
 }
 
 a:hover img
 {
	 border				: 0px;
 }
 
 * html .lsb-element a
 {
	width				: 210px;
	background-image		: url('blank.gif');
 }
 
 

 .lsb-element a
 {
	text-decoration			: none;
	padding				: 5px;
	padding-top			: 5px;
	display				: block;
 }

 .lsb-element a:hover
 {
	color				: red;
	ba/ckground-color		: #ffd4d4;
	background-image		: url('shadow.png');
	background-position		: bottom;
	background-repeat		: repeat-x;
 }

 .header
 {
	font-family			: Century Gothic;
	font-size			: 30px;
	margin-bottom			: 15px;
	margin-top			: 10px;
	text-align			: left;
	padding-left			: 10px;
 }
 
 .body
 {
	 width				: 980px;
 }
 
 .left-sidebar
 {
	width				: 210px;
	padding-left			: 3px;
	padding-top			: 0px;
	margin-top			: 0px;
 }
 
 .body-content
 {
	 width				: 600px;
	padding-bottom			: 30px;
	 float				: left;
 }
 
 .right-sidebar
 {
	 width				: 200px;
 }
 
 .footer
 {
	width				: 100%;
	background-color		: #efefef;
	margin				: 0px;
	margin-top			: 35px;
	color				: #a5a5a5;
	font-family			: Century Gothic;
	font-size			: 12px;
	padding				: 30px;
	background-image		: url('footer-background.gif');
 }

/* footer link */
.footer a
{
	color				: #a5a5a5;
}

/* active footer link */
.footer a:hover
{
	color				: #333333;
}

.gmc-title
{
	padding				: 10px;
	padding-left			: 0px;
	padding-top			: 0px;
	margin-top			: 0px;
}

.gmc-title h1
{
	margin-top			: 0px;
	padding-top			: 5px;
	font				: lucidia;
}

h2.sub-title
{
	padding-top			: 0px;
	margin-top			: 5px;
	font-family			: Lucida Sans;
	font-size			: 28px;
	border-bottom			: 1px solid #e5e5e5;
}

/* active page, indicates in the left hand side
   bar that user is on the current page
 */
.act
{
	background-color		: #f3f3f3;
}

.home-content
{
	width				: auto;
}

* html .home-content
{
	width				: 100%;
}

* html .home-content-body
{
	width				: auto;
}

