/* CSS Document */

body {
	margin-top: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(../images/bkgd2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	margin-top: 30px;
}

#nav {
	font-family:"Courier New", Courier, monospace;
	font-size: .85em;
	background-image:url(../images/nav-bkgd.gif);
	background-position:left;
	background-repeat:no-repeat;
	height: 58px;
	width: 100%;
}

#nav a {
	color:#000;
	text-decoration:none;
}

#nav a:hover {
	color:#900;
	text-decoration:blink;
}

#buttons {
	padding-left: 40px;
	padding-top: 25px;
	word-spacing: 2em;
}

#content {
	background-image:url(../images/soy.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	border-bottom: 1px solid #999;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: .80em;
	line-height:160%;
	color: #666;
	word-spacing: .1em;
}

#content td {
	vertical-align:bottom;
}

#footer {
	font-family:"Courier New", Courier, monospace;
	color: #888;
	font-size:.65em;
	text-align:center;
	width: 22%;
	padding: 8px;
	background-color:#f7f6e1;
	border: 1px solid #999;
	margin-top: 15px;
}
