* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #333;
	font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #444;
	margin: 0 0 15px 0;
}

table, td {
	border-collapse: collapse;
}

a:link {
	color: #cc6633;
	font-weight: bold;
}

a:hover {
	color: #cc6633;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #cc6633;
	font-weight: bold;
}

#container {
	width: 780px;
	margin: 0 auto;
	background: #fff url(bg_footer.gif) no-repeat bottom;
}

#logo {
	width: 366px;
	padding-top: 10px;
	text-align: center;
	vertical-align:top;
}

#login {
	width: 414px;
	background: url(bg_login.gif) no-repeat right top;
	color: #fff;
	font-size: 12px;
	text-align: right;
	padding-top: 11px;
}

#login input {
	width: 95px;
	margin: 0 12px 0 8px;
	border: 0px;
	font-size: 11px;
	padding: 3px;
}

#login .button {
	width: 43px; 
	vertical-align: text-bottom;
	margin: 0;
	padding: 0;
}

#password {
	padding: 16px 10px 0 0;
	font-size: 10px;
	text-align:right;
}

#password a {
	color: #999;
}

#error {
	background: url(bg_error.gif) no-repeat 0 25px;	
	color: #982020;
	padding: 24px 10px 1px 36px;
	text-align: left;
	font-size: 11px;
	line-height: 39px;
}

#error a {
	color: #982020;
	font-weight: bold;
}


#banner {
	height:221px;
	background: url(bg_banner.jpg) no-repeat 30px top;	
	text-align: right;
	padding: 0 30px 0 0;
	vertical-align:top;
}


#infotitle {
	width: 516px;
	height: 30px;
	background: url(bg_infotop.gif) repeat-x;
	font-size: 17px;
	padding: 0 0 0 30px;
}

#infobar {
	width: 780px;
	height: 82px;
	background: url(bg_infobar.gif) no-repeat 0 0;
	color: #444;
	font-size: 11px;
	line-height: 15px;
}

#infobar1 {
	width: 127px;
	padding: 0 0 0 77px;
	background: url(bg_infobar1.gif) no-repeat 48px 50%;	
}

#infobar2 {
	width: 153px;
	padding: 0 0 0 40px;
	background: url(bg_infobar2.gif) no-repeat left 50%;	
}

#infobar3 {
	padding: 0 0 0 35px;
	background: url(bg_infobar3.gif) no-repeat left 50%;	
}



#content {
	width: 780px;
	padding: 25px 0 0 0;
}

#content p {
	margin: 0 30px 0 30px;
	line-height: 20px;
	font-size: 14px;
}


#testimonials {
	width: 720px;
	margin: 25px auto 25px auto;
	background: url(bg_testimonials.gif) repeat-y;	
}

#testimonials p {
	font-size: 13px;
	padding: 12px 20px 0 20px;
	line-height: 16px;
	color: #666;
}


#footer {
	width: 780px;
	margin: 15px auto 0 auto;
	font-size: 11px;
	color: #b3b3b3;
}

#footer a:link {
	color: #b3b3b3;
	font-weight: normal;
}

#footer a:hover {
	color: #b3b3b3;
	font-weight: normal;
	text-decoration: none;
}

#footer a:visited {
	color: #b3b3b3;
	font-weight: normal;
}