html {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg.gif) #333;
	font-family: Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

#container {
	margin: 0 auto;
	background: #FFF;
	height: auto;
	width: 760px;
}

#top {
	background: #333;
	color: #FFF;
	height: 10px;
	width: 760px;
	text-align: left;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 4px;
}

/* HEADER */

#header {
	height:150px;
	width: 760px;
	background:url(images/header.jpg);
}

/* MENU */

#menu {
	height: 35px;
	width: 740px;
	line-height: 35px;
	background: url(images/menubg.png) repeat-x;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	top: auto;
	font-size: 11px;
}
#menu ul {
	list-style-type: none;
	}
#menu li {
	float: left;
	}
#menu li a {
	padding: 0 15px;
	display: block;
	color: #ffffff;
	margin-right: 2px;
	}
#menu li a:hover {
	background: url(images/menubghover.png) no-repeat center center;
	}
	
#footermenu {
	margin: 0 auto;
	background: #333;
	color: #FFF;
	height: 10px;
	width: 760px;
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 4px;
}

/* MINI COURSE */

#minicourse {
	height: 25px;
	width: 126px;
	background: url(images/menufeed.png) no-repeat;
	margin: 0 auto;
	padding-left: 26px;
}

#minicourse ul {
	list-style-type: none;
}

#minicourse li {
	float: left;
}

#minicourse li a {
	padding: 0 15px;
	display: block;
	color: #ffffff;
	margin-right: 2px;
}
	
/* CONTENT */

#full {
	background: #FFF;
	width: 740px;
	padding-right: 10px;
	padding-left: 10px;
}

/* FORMATTING */

h1 { 
	padding:0; 
	margin:0; 
	color: #FF0000; 
	background: inherit;
	font: Tahoma;
	font-size: 30px;
	text-align: center;
	letter-spacing: -1px;
}

h2 { 
	padding:0; 
	margin:0;  
	background: inherit;
	font: Tahoma;
	font-size: 25px;
	text-align: center;
	letter-spacing: -1px;
}

.style1 {
	font-size: 30px
}

.style2 {
	font-size: 25px
}

.style3 {
	font-size: 12px
}

.style4 {
	font-size: 20px
}

.style6 {
	color: #0000FF; 
	font-size: 20px; 
}

.style7 {
	color: #FF0000
}

a {
 color: #888;
 background: inherit;
 text-decoration:none;
}

a:hover { 	
	background: inherit;
	text-decoration: underline;
}

ul { 
	margin: 5px 0 20px 15px;
	padding : 0; 
	list-style : none;
}

li { 
	list-style-type: none;
	color: #F29900;	
	margin: 0 0 0px 0;	
	padding: 0 0 0 0px;
}

li a { 
	color: #546078;
}

li a:hover {
	color: #F29900;
}

/* COPYRIGHT 2008 MACH1GUITAR (ANDY RIDGEWAY, OLLY HICKMOTT) */
