/* _________________________________ RESET __________________________________ */

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

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

input.subscribe {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background: #ffffff;
	border: 1px solid #888888;
	padding: 2px 2px 0px 2px;
	margin-right: 3px;
	font-size: 12px;
	line-height: 15px;
}

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;
}




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

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

#sitecontainer {
	width: 650px;
	margin: 35px 0px 0px 70px;
	background-image: url(/img/logo.jpg);
	background-repeat: no-repeat;
	padding-top: 55px;
}

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;
}

p.red {
	color: #ff0000;
}