@import url("header.css");
@import url("page.css");
@import url("form.css");

body
{
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

#wrapper
{
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

table {
	clear: both;
	width: 100%;
}

a {
	color: #ff3399;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	color: #663333;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding-left: 30px;
	line-height: normal;
	clear: both;
}

h2 {
	color: #663333;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding-left: 30px;
	line-height: normal;
	clear: both;
}

p {
	margin-top: 4px; 
	margin-bottom: 18px; 
}

input, select, textarea {
	background-color: #ffeecc; 
	border: 1px solid #663333; 
	margin-bottom: 4px;
}

.clear {
	clear: both;
}

#wrapper {
	width: 960px;
	height: 100%;
}


