/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
	
#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	background: #E40E00 url(bg.jpg) repeat-x top left;
}

#logo {
	width: 540px;
	margin-top: 10px;
}

#content {
	background: #FFFFFF;
	width: 468px;
	height: auto;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #222222;
}

#content a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	background: #E40E00;
	padding: 10px;
}

#content a:hover {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	background: #E40E00;
	padding: 10px;
}

#small {
	font-size: 9px;
}

h1 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height: 0;
}

#contact_right {
	width: 230px;
	float: right;
}

#contact_left {
	width: 230px;
	float: left;
}

#info {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}

#required {
	font-size: 9px;
	color: #E40E00;
}

input {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #E6E6E6;
	border: 1px solid #CCCCCC;
	width: 210px;
	height: 20px;
	margin: 5px;
}

textarea {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #E6E6E6;
	border: 1px solid #CCCCCC;
	width: 210px;
	margin: 5px;
}