/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(img/bg.gif);
	background-color: #FFFFFF;
}

#textbox h1 {
	font-family: Tahoma;
	font-weight: bold;
	color: #000000 ;
	font-size: 24px;
}
#textbox p {
font-family: Tahoma; 
font-weight: bold; 
color: #FFFFFF; 
font-size: 12px; 
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 982px;
	height: 306px;
	background-color:#CB4734 ;
}

table {
font-family: Tahoma; 
font-size: 12px; 
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width:460px;
	height:306px;
	background-image: url(img/logoleft.gif);
	z-index: 0;
}
#textbox {
	position: absolute;
	top: 0px;
	left: 500px;
	width: 470px;
	height: 306px;
	padding-top: 0px;
	padding-right: 10px;
	background-color: #CB4734;
	z-index: 1;
}

#copyright {
position:absolute;
top: 310px;
right: 0px;
font-family: Tahoma; 
font-weight: bold; 
color: #CB4734; 
font-size: 10px; 
}

#nav {
position:absolute;
top: -20px;
left: 0px;
font-family: Tahoma; 
font-weight: bold;
color: #CB4734; 
font-size: 14px; 
}

#nav a:link {
	color: #CB4734;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #CB4734;
}
#nav a:hover {
	text-decoration: underline;
	color: #000000;
}
#nav a:active {
	text-decoration: none;
	color: #CB4734;
}

.style1 {color: #000000}
.style2 {color: #FFFFFF}

