body {
	margin: 20px auto;
	background-attachment: fixed;
	background-color: #520000;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {
	height: 1px;
}
h1 {
	font-size: 14px;
}
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;
}
#HEAD {
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	height: 40px;
	margin: 0px;
}
#FORMNAV {
	background-image: url(images/subnav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	height: 40px;
	margin: 0px;
}
#CONTACTBG {
	background-image: url(images/contact_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 720px;
	height: 350px;
	margin: 0px;
}
#BOOKBG {
	background-image: url(images/book_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 720px;
	height: 840px;
	margin: 0px;
}
#ACCOUNTBG {
	background-image: url(images/account_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 720px;
	height: 455px;
	margin: 0px;
}
#SENTBG {
	background-image: url(images/sent_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	width: 720px;
	height: 270px;
	margin: 0px;
}
#FOOTER {
	background-image: url(images/foot_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 70px;
	padding-left: 290px;
	padding-bottom: 30px;
}


/*NAVIGATION*/


#NAV a {
	color: #666666;
	font-size: 16px;
	text-decoration: none;
	padding-top: 20px;
	padding-left: 20px;
}
#NAV a:hover {
	color: #000000;
}
#FORMNAV a {
	color: #666666;
	font-size: 16px;
	text-decoration: none;
}
#FORMNAV a:hover {
	color: #000000;
}
#VISITORS a {
	color: #666666;
	font-size: 16px;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 20px;
}
#VISITORS a:hover {
	color: #000000;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
a.pixelism {
	color: #999999;
	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-10 {
	padding: 10px;
}
.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-top-10 {
	padding-top: 10px;
}
.pad-top-20 {
	padding-top: 20px;
}
.pad-top-20-left-right-bottom-10 {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}


/*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: 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;
}
