body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	/*background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;*/
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/general/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {
	height: 1px;
}
h1 {
	font-size: 16px;
	color: #FFFFFF;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
.text-subtitle {
	font-size: 12px;
	font-weight: bold;
}
.price {
	font-size: 12px;
	font-weight: bold;
}


/*CONTENT BACKGROUNDS*/


#BASE {
	background-color: #FFFFFF;
	margin: 0 auto;
}
#NAVBGCOL {
	background-color: #CC0000;
	margin: 0 auto;
}
#HEADER {
	background-image: url(images/head/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	background-color: #FFFFFF;
	padding-top: 10px;
	height: 60px;
	margin: 0px;
}
#HOMECONTENT {
	background-image: url(images/home_page_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#ABOUTUSCONTENT {
	background-image: url(images/about_us_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#RESIDENTIALCONTENT {
	background-image: url(images/residentials_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#LOCATIONCONTENT {
	background-image: url(images/location_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#SUMMER2007CONTENT {
	background-image: url(images/summer_2007_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#SUMMER2007LOCATIONCONTENT {
	background-image: url(images/summer_2007_location_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#TESTIMONIALSCONTENT {
	background-image: url(images/summer_2007_testimonials_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#WORKSHOPSCONTENT {
	background-image: url(images/workshops_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#EDINBURGHCONTENT {
	background-image: url(images/edinburgh_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#EDINBURGHLOCATIONCONTENT {
	background-image: url(images/edinburgh_location_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#FOOTER {
	background-image: url(images/content_bg/960x60_footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}


/*NAVIGATION*/


#MAINNAV a {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 7px;
	height: 25px;
	display: block;
	background-color: #CC0000;
}
#MAINNAV a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
}
#MAINNAV a.mainnav-selected {
	color: #ffffff;
	background-color: #CC6600;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
a.pixelism {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
a.pixelism:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.subnav {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 14px;
	padding-right: 20px;
}
a.subnav:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/*PADDING*/


.pad-all-20 {
	padding: 20px;
}
.pad-top-left-right-20-bottom-0 {
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
.pad-top-left-bottom-20 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.pad-top-right-bottom-20 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.pad-top-big-about {
	padding-top: 280px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}


/*TEXT SIZES COLOURS*/


.text-size-8 {
	font-size: 8px;
}
.text-size-10 {
	font-size: 10px;
}
.text-size-12 {
	font-size: 12px;
}
.text-size-14 {
	font-size: 14px;
}
.red-text {
	color: #CC0000;
}
.black-text {
	color: #000000;
}



/*FORMS*/


input {
	font-size: 12px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
textarea {
	font-size: 12px;
	height: 100px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form {
	display: inline;
}
