/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	background-color: #fff;
	color: #000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}

.wrapper {
	width: 1006px;
	margin: 0 auto;
	}

a {
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}

p {
	text-align: justify;
	}

.title {
	text-indent: -9999em;
	overflow: hidden;
	}

#header {
	height: 380px;
	padding-bottom: 5px;
	background: #BCD4F6 url(../img/bg_header.jpg) repeat-x center top;	
	min-width: 1006px;
	 _width: expression(document.body.clientWidth <= 1006 ? 1006 : "auto");
	}
	#header h1#logo {
		width: 1006px;
		margin: 0 auto;
		padding: 290px 0 0 35px;
		display: none;
		}

#content {
	/*min-height: 353px;*/
	overflow: hidden;
	height: 100%;
	_height: 100%;
	padding-bottom: 30px;
	background: url(../img/bg_content.gif) repeat-x center bottom;
	padding-top: 15px;
	min-width: 1006px;
	}

#footer {
	padding: 30px 0;
	overflow: hidden;
	_height: 100%;
	min-width: 1006px;
	}
	#footer #footer-content {
		background: url(../img/bg_footer.gif) repeat-x top;
		color: #fff;
		overflow: hidden;
		_height: 100%;
		margin-bottom: 20px;
		}
		#footer #footer-content .bg-left, #footer #footer-content .bg-right {
			height: 40px;
			width: 40px;
			}
			#footer #footer-content .bg-left {
				float: left;
				background: url(../img/bg_footer_l.gif) no-repeat;
				}
			
			#footer #footer-content .bg-right {
				float: right;
				background: url(../img/bg_footer_r.gif) no-repeat;
				}
		
		#footer #footer-content p, #footer #footer-content ul {
			padding-top: 13px;
			}
		
		#footer #footer-content p {
			float: left;
			}
		
		#footer #footer-content ul {
			float: right;
			}
			#footer #footer-content ul li {
				list-style: none;
				float: left;
				padding: 0 10px;
				border-right: 1px solid #fff;
				}
				#footer #footer-content ul li.last {
					border-right: none;
					}
				
				#footer #footer-content ul li a {
					color: #fff;
					}
	
	#footer p#sign-mkt {
		float: right;
		overflow: hidden;
		}