/* CSS Document */

@import url(elements.css);
@import url(styles.css);

#banner {
	clear: both;
	height: 150px;
	width: 760px;
}

* html #banner {
	margin-bottom: -3px;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 760px;
}

#contact {
	float: left;
	height: 66px;
	padding-right: 10px;
	padding-top: 30px;
	text-align: right;
	width: 375px;
}

#content {
	clear: both;
	width: 760px;
}

* html #content {
	margin-top: 0;
}

#footer {
	background: url(../images/footer-bg.gif) no-repeat;
	clear: both;
	height: 121px;
	line-height: 18px;
	padding-top: 10px;
	width: 760px;
}

#header {	
	clear: both;
	height: 125px;
	width: 760px;
}

#iwant {
	clear: both;
	height: 27px;
	padding-left: 10px;
	padding-right: 10px;
	width: 740px;
}

* html #iwant {
	margin-bottom: -14px;
}

#left {
	background: #efefef url(../images/left-bottom.gif) no-repeat 0% 100%;
	float: left;
	font-size: 0.9em;
	padding-bottom: 10px;
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 5px;
	width: 188px;
}

#logo {
	float: left;
	height: 86px;
	padding-left: 10px;
	padding-top: 20px;
	
}

#more ul {
	list-style: square;
	margin: 0;
	margin-bottom: 10px;
	margin-left: 35px;
	margin-top: 10px;
	padding: 0;
}

#more li {
	list-style: square;
	margin: 0;
	padding: 0;
}

#nav {
	background: url(../images/nav-bg.gif) repeat-x;
	clear: both;
	color: #dbdbdb;
	height: 23px;
	padding-left: 10px;
	padding-top: 8px;
	width: 750px;
}

#right {
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 10px;
	width: 530px;
}

#search {
	background: url(../images/search-bg.jpg) no-repeat;
	height: 98px;
	margin-bottom: -10px;
	margin-left: 0px;
	padding-left: 30px;
	padding-top: 40px;
	width: 500px;
}

#topbar {
	background: url(../images/topbar-bg.gif) no-repeat 100% 0%;
	color: #dbdbdb;
	font-size: 0.9em;
	height: 20px;
	padding-right: 10px;
	padding-top: 3px;
	text-align: right;
	width: 750px;
}