/* _________________________________ RESET __________________________________ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote,th,td {
	font-family: Monaco, "Courier New", Courier, monospace;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 10px;
	line-height: 17px;
	font-weight: normal;
}

form,fieldset,textarea,select,label {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 17px;
	font-family: Monaco, "Courier New", Courier, monospace;
	color: #000000;
}

input.subscribe {
	font-family: Monaco, "Courier New", Courier, monospace;
	background: #ffffff;
	border: 0;
	padding: 2px 2px 0px 2px;
	margin-right: 3px;
	font-size: 10px;
	line-height: 17px;
}

select {
	background: #ffffff;
	border: 1px solid #888888;
	padding: 1px 2px 1px 2px;
	margin-right: 3px;
}


img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
}

div {
	display: inline;
	position: relative;
	float: left;
}

a:link {
	color: #ff0000;
	text-decoration: none;
}
a:visited {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
	color: #ff0000;
	text-decoration: none;
}

hr {
border: 0;
color: #666666;
background-color: #666666;
height: 1px;
width: 100%;
text-align: left;
}


/* --------------------------- GENERAL STRUCTURE --------------------------- */

body {
	background: #ffffff;
	background-image: url(/img/artwork/bckgrnd.jpg);
	background-repeat: no-repeat;
}

#bg {
	position: absolute;
	left: 0px;
	top: 0px;
}

#sitecontainer {
	width: 440px;
	margin: 340px 0px 60px 80px;
	background: #eeecec;
	padding: 30px 30px 30px 30px;
}

div.subscribe {
	margin-top: 18px;
}

div.label {
	width: 60px;
}

div.input {
	width: 220px;
	padding-bottom: 2px;
}

div.submit {
	width: 285px;
	margin-top: 5px;
	text-align: right;
}

input.subscribe {
	width: 220px;
}

.date {
	color: #000000;
}

p.red {
	color: #ff0000;
}