body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-color: #cd007f;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cd007f;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cd007f;
}

li {
	list-style-position: outside;
	list-style-type: circle;
}

/*TEXT STYLES*/

.text-size-8 {
	font-size: 8px;
}
.text-size-10 {
	font-size: 10px;
}
.text-size-12 {
	font-size: 12px;
}
.text-size-14 {
	font-size: 14px;
}
.text-size-16 {
	font-size: 16px;
}
.red-text {
	color: #FF3300;
}
.grey-text {
	color: #CCCCCC;
}
.name-text {
	color: #cd007f;
	font-size: 14px;
}

/*CONTENT BACKGROUNDS*/

#HEADER {
	background-image: url(images/head_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	padding-top: 27px;
	height: 70px;
	margin: 0px;
}
#FOOTER {
	background-image: url(images/foot_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	padding-bottom: 17px;
	padding-left: 270px;
	height: 100px;
	margin: 0px;
}
#HOME {
	background-image: url(images/home_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 760px;
	height: 520px;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#CONTACT {
	background-image: url(images/contact_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	height: 720px;
	margin: 0px;
}
#TERMS {
	background-image: url(images/terms_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	height: 840px;
	margin: 0px;
}
#SENT {
	background-image: url(images/sent_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	height: 400px;
	margin: 0px;
}
#TIPBG {
	background-image: url(images/tip_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	margin: 0px;
}
#MOMENTSBG {
	background-image: url(images/moments_from_the_sand.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	margin: 0px;
}

/*NAVIGATION*/

#HEADER a {
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
}
#HEADER a:hover {
	color: #000000;
}
#HEADER a.selected {
	color: #CD007F;
	text-decoration: none;
}
a {
	color: #CD007F;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
a.pixelism {
	color: #BBBBBB;
	text-decoration: none;
	font-size: 10px;
}
a.pixelism:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.visitors {
	color: #DDDDDD;
	text-decoration: none;
	font-size: 10px;
}
a.visitors:hover {
	color: #EEEEEE;
	text-decoration: none;
}


/*PADDING*/


.pad-all-20 {
	padding: 20px;
}
.pad-left-right-bottom-20 {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 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-all-40 {
	padding: 40px;
}
.pad-top-20-others-40 {
	padding-top: 20px;
	padding-bottom: 40px;
	padding-right: 40px;
	padding-left: 40px;
}

/*FORMS*/


input {
	font-size: 12px;
	width: 210px;
	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: 210px;
	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;
}
