/* Adan Ballesteros */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	color:#000000;
	background:#B4A181;
	padding:0;
	margin:0;
}

#splash {
	width:300px;
	margin:100px auto 0 auto;
}

#main {
	width:700px;
	margin:0 auto 0 auto;
	background:#FFFFFF;
}

#header {
	width:700px;
	height:270px;
	background:url(images/header.jpg) top center no-repeat;
}

#content {
	padding:0 30px 40px 30px;
}

#footer {
	background:#FFFFFF;
	width:710px;
	height:55px;
	margin:0 auto 0 auto;
	background:url(images/footer.png) top center no-repeat;
}

#nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFFFFF;
	font-size:.8em;
	padding:230px 0 0 0;
}

#nav a {
	color:#FFFFFF;
	text-decoration:none;
	border:none;
}

#nav a:hover {
	text-decoration:underline;
	border:none;
}

a {
	color:#000066;
}

*>a {
	text-decoration:none;
	border-bottom:1px dotted #000066;
}

*>a:hover {
	border-bottom:1px solid #000066;
}

/* Text */

h1 {
	font-size:1.4em;
	font-weight:bold;
	color:#000066;
}

h2 {
	font-size:1.2em;
	font-weight:bold;
}

h3 {
	font-size:1em;
	font-weight:bold;
}

p {
	font-size:.8em;
	line-height:1.4em;
}


#footer p {
	font-size:.7em;
	text-align:center;
	color:#FFFFFF;
	padding:15px 0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Misc. */

.hidden {
	display:none;
}

img {
	border:none;
}

#splash a {
	border-bottom:0;
}
