body { background:url(bg2.jpg) no-repeat bottom left;
	margin: 0 0 50 0;
	padding: 0 0 0 0;
	text-align: center;
        overflow-x: hidden;
	font-family: "Myriad Roman", Myriad, sans-serif;
}


html {
	min-height: 100%;
	height: auto;
}

A{text-decoration:none}
A:hover { text-decoration:none; color: 9fddf9; }


div.header {   background: url(bg.jpg) no-repeat top left;
		position: relative 0px 0px;
		display: block;

}


div.cont { 
	position: relative;
	top: 0px;
	width: 800px;
	padding: 5px 5px 5px 5px;
	margin: 0 auto 0 auto;
}

div.content {   
		position: relative;
		float: left;
		width: 650px;
		margin: auto;
		text-align: left;
		z-index: 1;
}

div.nav {
	float: right; 
        width: 100px;
	height: 200px;
	text-align: left;
        padding: 7px 0px 0px 3px;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 0px 2px;
        z-index: 2;
	padding: 2px 2px 2px 10px;
	margin: 0 auto 0 auto;
}

div.title {
	border-style: dotted;
	border-color: #000000;
	border-width: 0px 0px 2px 0px;
	font-weight: bold;
}

div.footer {
	border-style: dotted;
	border-color: #000000;
	border-width: 0px 0px 2px 0px;
	font-weight: bold;
	text-align: left;
	width: 800px;
	height: 20px;
	margin: 50 auto 20 auto;
	clear: both; 
}
