html, body
{
	margin: 0px auto;
	padding: 0px;	
	font-family: arial, verdana;
	font-size: 12px;
	color: #666;
}


/* CONTAINER */
div#con_header
{
	height: 100px;
	width: 100%;
	border-bottom: 1px solid red;
}

div#con_content
{
	height: 325px;
}

div#con_footer
{
	background: transparent url(foo_background.gif) repeat-x scroll 0pt bottom;
	height:100px;
}

/* CONTEXT alignment */
div#con_header .context
{
	width: 760px;
	height: 100px;
	margin: 0px auto;
}

div#con_content .context
{
	width: 760px;
	height: 325px;
	margin: 0px auto;
}

div#con_footer .context
{
	width: 760px;
	height: 100%;
	margin: 0px auto;
	padding-top: 20px;
}

/* TYPO */
h1
{
	font-size: 18px;
	color: #666;
	padding-top: 30px;
}

h2
{
	font-size: 16px;
	color: #FE3F01;
}

a 
{
	color: #FE3F01;
	text-decoration: none;
}

a:hover
{
	color: #FE3F01;
	text-decoration: underline;
}

/* MISC */
form
{
	margin: 0px;
	padding-top: 15px;
}

label
{
	font-size: 16px;
	line-height: 25px;
}

.email
{
	border: 2px solid #FF5407; 
	font-size: 16px;
	color: #666;
	padding: 5px;
	height: 25px;
}


