body {
	background-attachment: fixed;
	background-color: #e4d69d;
	/*background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;*/
	font-family: Arial, Helvetica, sans-serif;
	background-position: center top;
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {
	height: 1px;
}
h1 {
	font-size: 16px;
}
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;
}
#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;
}
#CONTENT {
	background-color: #333333;
	background-image: url(images/content_bg/blank_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#FOOTER {
	background-image: url(images/content_bg/960x60_footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}


/*NAVIGATION*/


a {
	color: #FF3366;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
a.pixelism {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
a.pixelism:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.visitors {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
a.visitors:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/*PADDING*/


.pad-all-20 {
	padding: 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-left-right-20 {
	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: #FF3300;
}


/*FORMS*/


input {
	font-size: 12px;
	width: 245px;
	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: 245px;
	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;
}
