/* CSS Document */

html {
	height: 100%;
}

body {	
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	color: #666;
	background: #FFF8EE url("/root/images/background.jpg") top left repeat-x; 
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: none;
}

a, a:link, a:visited; a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000099;
	text-decoration: none;
}


/* -------------------------------------------------------------------------------- */
/* ----------------- MAIN PAGE ELEMENTS */

#wrapper {
	width: 720px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding: 80px 0px 0px 0px;
	top: 0;
	left: 0;
}

#footer {
	clear: both;
	text-align: center;
	vertical-align: bottom;
	width: 100%;
	position: absolute;
	bottom: 2px;
	left: 0px;

	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 10px;
	color: #FF9900;
	letter-spacing: .2em;
}

#footer a, a:link, a:visited, a:hover {
	color: #FF9900;
	letter-spacing: .1em;
	text-decoration: underline;
}


/* -------------------------------------------------------------------------------- */
/* ----------------- MAIN PAGE */

#menu table {
	margin: 20px 0px 0px;
	width: 720px;
}

#menu th, td {
	width: 144px;
	text-align: center;
	vertical-align: top;
	padding: 0px 4px;
}

#menu td {
	vertical-align: top;
	text-align: center; !important	
} 


/* -------------------------------------------------------------------------------- */
/* ----------------- CONTACT US PAGE */

#contact table {
	width: 450px; !important
	text-align: center;
	padding-top: 10px;
}

#contact td {
	text-align: left;
	padding-bottom: 10px;
}

#contact .text {
	width: 215px;
}

#contact td.submit input{
	background-color: #FFEECC;
	width: 100px;
}

#contact td.submit {
	text-align: center;
}

#contact textarea {
	background-color: #FFF8EE;
	border: 1px solid #FFCC66;
	width: 450px;
	height: 150px;
}

#contact input {
	background-color: #FFF8EE;
	border: 1px solid #FFCC66;
	color: #666;
}


