/* CSS Document */

/* GENERAL FORMATTING
-------------------------- */

body {
	background-color: #CCCCCC;
	font-size: 0.8em;
	font-family:Arial, Helvetica, sans-serif;
	color: #E1081E
}

p {
	margin-bottom: 0;
}

/* GENERAL FORMATTING END
-------------------------- */

/* Wrapper used throughout */

#wrapper {
	margin: 0 auto;
	padding: 10px;
	width: 790px;
	height: 600px;
	background-color: #FFFFFF;
}

/* PAGE STRUCTURE ELEMENTS
-------------------------- */

/* This is the page Holder for the index page */

#pageHolder {
	padding: 10px;
	width: 630px;
	height: 580px;
	float: right;
	background: url("../images/gradiant_index_bg.jpg") no-repeat;
}

/* This is the page Holder for all pages - minus the index page, because it holds a different background graphic */

#pageHolder2 {
	padding: 10px;
	width: 630px;
	height: 580px;
	float: right;
	background: url("../images/gradiant_page_bg.jpg") no-repeat;
}

#logoHolder {
	width: 130px;
	height: 140px;
}

/* This is the Holder for the intro copy used on the home page */

#ContentHolder1 {
	width: 570px;
	height: 130px;
	margin: 20px;
}

/* This is the Holder for the page copy used on the home page */

#ContentHolder2 {
	width: 350px;
	margin: 40px 20px 20px 40px;
}

/* This is the Holder for the intro copy used on the home page */

#ContentHolderTitle {
	width: 570px;
	height: 30px;
	margin: 20px;
}

/* This is the Holder for the content used on the pages - MINUS The home page */

#ContentHolderFullPage {
	width: 570px;
	height: 460px;
	margin: 10px;
	padding: 20px;
	background-color: #FFFFFF;
}

/* PAGE STRUCTURE ELEMENTS
-------------------------- */

/* This is a fix which forces the #wrapper to go round the page content */
.FloatFix {
	clear: both;
}


/* GALLERY STRUCTURE ELEMENTS
-------------------------- */
.row	{
	width: 100%;
	
}

.thumb	{
	float: left;
	width: 130px;
	height: 120px;
	margin-bottom: 18px;
	margin-right: 52px;
}

.thumb a	{
	display: block;
	width: 130px;
	color:#660066;
}

.imageBorder {
	border:	2px solid #660066;
	}


/* GENERAL FORMATTING TEXT STYLING
-------------------------------- */

h1 {
	font-size: 200%;
	color:#FFFFFF;
	font-weight:normal;
}

h2 {
	font-size: 160%;
	font-weight:bold;
}

h3 {
	font-size: 80%;
	font-weight:normal;
	color:#000000;
}

.introWhiteCopy {
	color:#FFFFFF;
	font-size: 110%;
}

a {
	color:#660066;
}
	

/* GENERAL FORMATTING TEXT STYLING END
-------------------------------- */

