body, html {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a img {
    border: 0;
}
body {
    background: #767676 url("gfx/body.jpg") top repeat-x;
    height: 100%;
}

html, body {
    height:100%;
    width:100%;
    
}
form {
    margin: 0;
    padding: 0;
}

textarea{
	width: 352px;
	height: 100px;
}
input, textarea, select{
	background: #ffffff;
	border: 1px solid #959595;
	font-family: arial;
	font-size: 11px;
	padding: 3px;
}
input, select{
	width: 170px;
	height: 15px;
}
input.submit {
	background: #1f94d7;
	border: none;
	color: #ffffff;
	width: auto;
	height: auto;
	padding: 12px;
	cursor: pointer;
}

a:link    {color:#E6E6E6;text-decoration:none;}
a:visited {color:#E6E6E6;text-decoration:none;}
a:hover   {color:#1f94d7;text-decoration:none;}

.container {
	width: 1000px;
	display: block;
	margin: auto;
}

#banner1 {
	background: url("gfx/banner1.jpg") no-repeat;
	width: 551px;
	padding-top: 130px;
	padding-left: 300px;
	margin-top: 60px;
}

#containerTop {
	background: url("gfx/containerTop.jpg") left bottom no-repeat;
	height: 319px;
}

#inner {
	background: url("gfx/innerBg.gif") left bottom repeat-y;
}

#leftBg {
	position: absolute;
	left: -190px;
	padding-top: 52px;
}
#text {
	background: #131416 url("gfx/top2.jpg") right top no-repeat;
	width: 1000px;
	height: 505px;
	color: #808080;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
}
#text .content {
	padding: 30px 20px;
}
#menuTop {
	width: 1000px;
	height: 319px;
	background: url("gfx/top.jpg") bottom no-repeat;
}
#menuTopFlash {
    width: 567px;
    height: 207px;
	display: block;
    margin-top: 51px;
    margin-left: -1px;
}
#menuTopSpacer {
    float: right;
    width: 250px;
    height: 120px;
    margin-top: -270px;
    margin-right: 180px;
}

ul#menuNav {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 15px;
}
ul#menuNav li {
	margin: 0;
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	padding: 0px 15px 0px 15px;
	height: 40px;
	background: url("gfx/li.gif") right no-repeat;
}
ul#menuNav li.last {
	background: none;
}
ul#menuNav li a {
	color: #6a6a6a;
	font-weight: bold;
}
ul#menuNav li a:hover, ul#menuNav li#menu_start a {
	color: #1580a7;
}

#footer {
	display: block;
	height: 61px;
	background: url("gfx/footerBg.jpg") left no-repeat;
}
#footerContent {
	display: block;
	width: 1000px;
	margin: auto;
	text-align: right;
}


