body {
  background:black url(http://www.gavinthorpe.com/assets/images/background-xhtml.jpg) no-repeat;
  background-position:top center;
  font-family: Arial, Helvetica, san-serif;
  color:#fff;
  font-size:12px;
}

h1.mainHeader {
  display:none;
}

h1.pageTitle {
  margin:30px 0 20px 0;
}

h1, h2, h3 {
  font-family:"Times", Times New Roman, serif;
  font-weight:normal;
}

h1 {
	color:#567a9c;
	font-size:22px;
}

h2 {
  margin-bottom:0;
  margin-top:1.5em;
  font-size:19px;
}

h3 {
	margin-top:1.5em;
	color:#a9bdc6;
	font-size:16px;
}

h4 {
	color:#a9bdc6;
	font-size:12px;
	font-weight:normal;
}

a {
  color:white;
}

a img {
	border:none;
}

p {
  margin-top:0;
  line-height:1.6em;
}

a:hover {
  color:#ddd;
}

blockquote {
	border-top:1px solid #555;
	border-bottom:1px solid #555;
	margin:0 0 1em 0;
	padding:10px 20px;
	color:#999;
}

#myspace-link {
	position:absolute;
	top:380px;
	left:20px;
}

/**** Advert ***/
div#advert
{
	position:relative;
	clear:both;
	text-align:center;
	padding:10px;
	padding-left:200px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}

div#advert h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#769fc4;
	font-size:1.6em;
}

#advert-cd-image {
	text-align:left;
	position:absolute; 
	left:0 !important;
	left:-570px;
	top:-55px !important;
	top:-20px;
	z-index:1; 
}

/**** Page elements ****/
div#container {
	position:relative;
  width:960px;
  margin:auto;
}

div#header {
 margin-top:50px;
}

div#header ul {
  margin:0; padding:0;
}

div#header li {
  display:inline;
  margin-right:14px;
}

div#header li a {
	text-decoration:none;
}

div#homeleft {
	margin:0;
	margin-left:300px !important;
	margin-left:150px;
	width:300px;
	float:left;
}

div#homeleft div {
	float:none;
	margin-left:30px;
	width:270px;
}

div#homeright {
  width:250px;
  float:right;
	padding-bottom:20px;
}

div#leftcol {
     width:400px;
     float:left;
}

div#leftcolwide {
     width:600px;
     float:left;
}

div#midcol {
	margin-top:80px;
  width:250px;
  float:left;
	margin-left:20px;
}

div#rightcol {
	margin-top:80px;
  width:250px;
  float:right;
}

ul#gigList {
	padding:0;
	margin-left:16px;
	list-style:square;
}

ul#gigList li {
	margin:10px 0;
}


ul#gigList li a {
	text-decoration:none;
}

div#footer, div#footer a {
  font-size:9px;
  color:#666;
}

div#footer {
	padding-top:20px;
   height:30px;
   clear:both;
}

div#footer p.footLeft {
  width:300px; float:left;
}

div#footer p.footRight {
  width:200px; float:right;
}


/* Classes */
.headline
{
	color:#4c605e;
}

em {
  font-style:italic;
  color:#aac1c9;
}

img.leftPic {
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}


img.rightPic {
  float:right;
  margin-left:10px;
  margin-bottom:10px;
}

.offset {
	width:400px;
	margin-left:200px;
}