body {
background-color:#FFFFFF; background-image:url(images/bg.jpg); 
background-repeat:repeat-x; background-position:top; background-attachment:fixed;
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #F00;
}
.text {
	font-family: Tahoma;
	font-size: 14px;
	color:#666;
	text-decoration: none;
}

.text2 {
	font-family: Tahoma;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.text3 {

	font-family: Tahoma;
	font-size: 14px;
	color: #686868;
	text-decoration: none;
	font-weight: bold;
}
.text4 {

	font-family: Tahoma;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
#header
{
background-image:url(header.png);
background-repeat:no-repeat;
width:1047px;
height:72px;
}
#header h1
{
display:block;
float:left;
line-height:70px;
margin-left:17px;
width:230px;
color:#FFF;
text-align:left;
font-size:23px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
float:left;

}
h3 {
	color:#900;
}

#header ul {
	padding: 0px;
	list-style-type: none;
	height:21px;
	text-align:center;
	height:85px;
	overflow:hidden;
}
#header ul li , #header ul li a, #header ul li a:visited{
	display:block;
	float:left;
	margin: 0px;
	text-align:center;
	line-height:72px;
	width:133px;
	color:#FFFFFF;

	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#header ul li a:hover{
color:#CCCCCC;
}
input
{
	width:100%;
}
textarea
{
	width:100%;
}