/* CSS Document */

body {
	padding:0px;
	margin: 0px;
	font-family: Verdana, sans-serif;
	font-size: 70%;
	
	color: #1e2128;
	background-image: url(../images/bg_image.gif);
	background-repeat: repeat;
	}
	
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 749px;
	margin-top: 0px;
	border: 0px;
	}

#main {
	width:749px;
	height:256px;
	background-image: url(../images/mainbg.jpg);

}	

#nav {
	position:relative;
	width:472px;
	height:12px;
	z-index:101;
	left: 30px;
	top: 94px;
}


#search {
	position:relative;
	width:377px;
	height:167px;
	z-index:101;
	left: 30px;
	top: 108px;
	visibility: visible;
	background-image: url(../images/searchbg.gif);
}


#search	select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	background-color: #eaf6ff;
	border: 1px solid #eaf6ff;
	width: 180px;
}

#searchcontent {
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#homecontent {
	z-index: 1;
	width:749px;
	height:247px;
	background-color: #FFFFFF;
	
}

#homecontentleft {
	margin-top: 40px;
	float: left;
	width: 330px;
	padding-right: 19px;}

#homecontentright {
	margin-top: 40px;
	float: left;
	width: 400px;}
	
#hometable {
	margin-top: 20px;}	
	
#lefthometable {
	line-height: 24px;
}
	
#homespots {
	width: 327px;
	height: 60px;
	background-image: url(../images/home-spots.gif);
	background-repeat: no-repeat;
}	
	
#homespots p{
		padding: 18px;}

	
#footer {
	z-index: 1;
	width:749px;
	height:110px;
	color: #FFFFFF;
	background-color: #dddde2;
	background-image: url(../images/foot-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


a {
	color: #909cf2;
	text-decoration: none;}
	
a:hover {
	color: #909cf2;
	text-decoration: underline;}	
	
	
img {border: 0px;}

