body {
	background-image: url('img/back-bg.png');

	margin: 0px;
	font-family: Tahoma, Arial, sans-serif;
	color: black;
	font-size: 13px;
}

#outer {
	background-image: url('img/body-bg.png');
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	width: 800px;
	background-image: url('img/left-bg.png');
	background-repeat: repeat-y;
}

#flashHead {
	width: 800px;
	height: 166px;
	background-color: #677C51;
}

#main {
	float: left;
	width: 525px;
	margin: 0px;

}

#leftPadd {
         padding: 10px 25px 10px 55px;
}

#right {
	float: left;
	margin: 0px;
	width: 275px;
}

#right div {
	margin: 0px;
	position: relative;
	top: 0px;
	left: -15px;
}

	#newsTitle {
		background-image: url('img/news-title.png');
		background-repeat: no-repeat;

		width: 275px;
		height: 70px;
	}

	#mailTitle {
		background-image: url('img/mail-title.png');
		background-repeat: no-repeat;

		width: 275px;
		height: 50px;
	}


	.rightBox {
		background-image: url('img/right-bg.png');
		background-repeat: repeat-y;

		width: 275px;
	}

	.rightPadd { padding: 5px 30px 5px 30px; }

	.rightBottom {
		background-image: url('img/news-bottom.png');
		background-repeat: no-repeat;

		width: 275px;
		height: 40px;
	}

	.rightBox input.f {
		background-color: white;
		width: 115px;
		height: 15px;
		border: 1px solid #BFBFBF;
		margin: 2px 5px 2px 5px;
	}

	.rightBox label {
		width: 50px;
		height: 20px;
		text-align: right;
		float: left;
		padding-top: 3px;
		margin-right: 15px;
	}

#nav {
	background-image: url('img/nav-bg.png');
	background-repeat: no-repeat;

	width: 525px;
	height: 60px;
}

#navPadd {
	padding: 15px 70px 15px 100px;
	color: white;
	text-align: center;
}

	#navPadd a:link,  #navPadd a:visited {
		text-decoration: none;
		color: white;
	}

	#navPadd a:active,  #navPadd a:hover {
		text-decoration: underline;
		color: white;
	}

#bottomSpace {
	clear:both;
	width: 800px;
	height: 115px;
	background-image: url('img/flower-bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

#addressBar {
	width: 435px;
	height: 55px;
	background-image: url('img/address-bar.png');
	background-repeat: no-repeat;
}


