/* CSS Document */

body {
	background-color: #993300;
	background-image: url("images/bg.gif");
	background-repeat: repeat-y;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.logo {
	position: fixed;
	margin-left: 760px;
	margin-top: 10px;
}

.one {
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
}

.onecontent {
	width: 230px;
	color: #cc9980;
	padding: 10px;
	text-align: justify;
}

.two {
	position: absolute;
	width: 230px;
	margin-left: 250px;
	padding: 10px;
	color: #de9f80;
	text-align: justify;
}

.two a {
	color: #de9f80;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffffff;
}
