@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; border:hidden;}

#header {height:50px;}
#header, #content { font-size:0.75em;}
#main {width:800px; margin: 0 auto; background:#fff;}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 2em;
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:100;
	line-height:3em;
	letter-spacing:.1em;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:200;
}


/*Navigation Settings*/

.nav { width: 800px; height: 34px; background:url(images/button.gif) left repeat-x;}

.nav li {float: left; list-style: none; }

.nav a {
	width: 83.3px;
	display: inline;
	float: left;
	height: 25px;
	padding: 8px 25px 0px 25px;
	background:url(images/button.gif) repeat-x;
	text-align: center;
	font-family:"Vijaya", Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing:.2em;
	color:#FFF;
}

.nav a:hover {
	background-image:url(images/buttonHover.gif);
	text-decoration: none;
}

.nav .active a {
	background-image:url(images/buttonSelected.gif);
}


#footer p { margin:0; padding:24px 0 0 0;}

/*FORM */
/* form styles */

form {
	width: 360px;
	text-align: left;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

legend {
	display: none;
}

