@charset "utf-8";
/* CSS Document */

.layout {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	background-attachment: fixed;
	background-color: #366;
	background-image: url(images/backgroundimage.jpg);
	background-repeat: no-repeat;
	text-align: center;
}


.layout2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #663;
	background-attachment: fixed;
	background-color: #FFF;
	background-repeat: no-repeat;
}

#info {
	background-color:#999;
	border:1px solid #bbb;
	}

#wrapper {
	width:1000px;
	margin:0px auto;
	padding:10px;
	background-color: #FFF;
	}
#content {
		margin-top:10px;
		padding-bottom:10px;
	}
	#content div {
	padding:10px;
	float:left;
	background-color: #FFF;
	color: #663;
	}
	#content-left {
		width:200px;
	}
	#content-leftindex {
		width:978px;
		border:1px solid #bbb;
		margin-bottom:10px;
	}
	#content-leftcontact {
		margin-left:10px;
		width:220px;
	}
	#content-main {
		margin-left:10px;
		width:510px;
	}
	#content-mainindex {
		width:720px;
		border:1px solid #bbb;
	}
	#content-mainvendors {
		width:755px;
		border:1px solid #bbb;
	}
	#content-right {
		margin-left:10px;
		width:200px;
	}
	#content-featured {
		width:317px;
		height:300px;
		border:1px solid #bbb;
		padding:10px;
		margin:10px;
	}
	#content-special {
		float:left;
		width:675px;
		height:170px;
		border:1px solid #bbb;
		padding:10px;
		margin:10px;
	}
	.specialbox{
		float: left;
		width: 200px;
	}
	#content-contact {
		width:315px;
		padding:10px;
		margin:10px;
	}
	#footer {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
		padding:10px;
		border:1px solid #bbb;
		width:975px;
	}
	#bottom {
		clear:both;
		text-align:right;
	}
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 15px;
	}
