
body {
	background: url(../img/layout/index/body.png) 0 0 repeat;
	font-size: 62.5%;
	text-align: center;
	font-family: "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	position: absolute;
	left: -999em;
}

div#bkg {
	position: relative;
	background: url(../img/layout/index/bkg.png) 0 0 repeat;
}

div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 760px;
	height: 600px;
}

div#header {
	position: relative;
	width: 734px;
	height: 136px;
	background: url(../img/layout/index/header.png) 0 0 no-repeat;
	margin: 0 auto;
}

div#container {
	position: relative;
	margin: 0 auto;
	color: #333;
	width: 734px;
	min-height: 444px;
	height: auto !important;
	height: 444px;
}

div#nav {
	position: absolute;
	top: 20px;
	left: -30px;
	width: 155px;
	height: 390px;
}

div#flash {
	position: absolute;
	background: url(../img/layout/index/flash.png) 0 0 no-repeat;
	height: 382px;
	width: 257px;
	left: 160px;
	top: 12px;
}

div#text {
	position: relative;
	background: url(../img/layout/index/welcome.png) 0 0 no-repeat;
	position: relative;
	margin: 0 0 0 425px;
	text-align: left;
	top: 20px;
	padding: 28px 0 0 0;
}

div#text p {
	font-size: 1.2em;
	margin: 0;
	padding: 16px 0 0 16px;
	line-height: 1.4;
}
a { color: #0a5c10; text-decoration: underline; font-weight: bold; }
a:visited { color: #0a5c10; font-weight: bold;}
a:hover { color: #786c5d; text-decoration: underline; font-weight: bold;}
a:visited:hover { color: #786c5d; text-decoration: underline; font-weight: bold;}
a:active { color: #0a5c10; text-decoration: underline; font-weight: bold; }

