/*
 * CSS for Britney Lightspeed- britneylightspeed.co.uk
 * (c) 2008 exospectral - www.exospectral.com
 */

body {
	font-family: 'Segoe UI', Lucida Grande, Verdana, Arial, sans-serif;
	background-color: #fcf;
	font-size: 10pt;
	margin: 0;
	text-align: center;
}

/* Headings */
h1 {
	font-size: 170%;
	color: #33c;
	padding: 0.7em;
	margin: 0;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #c9c;
}

h2 {
  font-size: 12pt;
  font-weight: normal;
	text-align: center;
  margin-top: 0;
	color: #33c;
}

h3 {
	font-size: 10pt;
	color: #33c;
}

h4 {
	font-size: 9pt;
}

/* Links */
a {
	color: #C09;
}

h3 a {
  font-size: 120%;
}

h1 a {
	color: #C09;
}

a img {
  	border: 1px solid #c09;
}

/* Other elements */
li {
	list-style-type: none;
}

/* Content & Heading space */
#content, h1 {
	width: 780px;
	background-color: #fff;
	border-right: 1px solid #c9c;
	border-left: 1px solid #c9c;
	margin-left: auto;
	margin-right: auto;
}

#content {
  margin-top: 0.5em;
  border-top: 1px solid #c9c;
	text-align: left;
	padding: 1em;
}

/* Feature */
.feature {
	background-color: #fcf;
	text-align: center;
	width: 95%;
	border-top: 1px solid #c9c;
	border-bottom: 1px solid #c9c;
	color: #969;
	padding: 0.5em;
	margin-left: auto;
	margin-right: auto;
	color: #000;
}

.feature a {
	font-weight: bold;
}

/* The rest.. */
#girl {
	float: left;
  margin: 1em;
  border: 1px solid #969;
}

/* Gallery */
.gallery {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #666;
}