
body {
	padding: 0;
	margin: 0;
	text-align: center;
	font: 10px/16px helvetica, arial, sans-serif;
	background: #fff url('../images/bg_body.gif') repeat-x;
	}

img	{
	border: 0;
	}

h1 	{
	font-weight: bold;
	color: #5D5B38;
	letter-spacing: 0.1em;
	line-height: .8em;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 14px;;
	}
	

 a:link, a:visited {
	font-weight: bold; 
	text-decoration: none;
	color: #666;
	background: transparent;
	font-size: 10px;
	}

a:hover {
	font-weight: bold; 
	text-decoration: none;
	color: #999;
	background: #fff;
	font-size: 10px;
	}

a:active {
	font-weight: bold; 
	text-decoration: none;
	color: #999;
	background: transparent;
	font-size: 10px;
	}

.navlink	{
	padding: 2px;
	background: #fff;
}

.currentlink {
	padding: 3px;
	background: #c9c9c9;
	font-weight: bold;
	color: #fff;
	font-size: 10px; 
}


#wrapper {
	width: 700px;
	background: #fff url('../images/bg_cross.gif');
	min-height: 650px;
	height: 100%;
	padding: 0px;
	margin: 0 auto;
	border-top: 4px solid black;
	}

#nav {
	width: 100%;
	padding: 20px 0px 10px 28px;
	text-align: left;
}

#screen	{
	width: 700px;
	height: 320px;
	text-align: center;
}

IMG.border {
	border:	1px solid black;
}

#content {
	width: 500px;
	padding: 5px 0px 50px 28px;
	text-align: left;
	}

p {
	background-color: #fff;
	padding: 5px;
	margin: 0px 0px 15px 0px;
}

