body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #545454;
	font-style: normal;
	margin-top: 0px;
	background-image: url(../imgs/blue_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #b5d4e4;
}



/*links*/
a:link {
	text-decoration: none;
	color: #690;
}
a:visited {
	text-decoration: none;
	color: #690;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #690;
}

.design a:link {
	text-decoration: none;
	color: #369;
}
.design a:visited {
	text-decoration: none;
	color: #369;
}
.design a:hover {
	text-decoration: underline;
	color: #999;
}
.design a:active {
	text-decoration: none;
	color: #369;
}
/*links end*/





/*div containers*/
div {
	width: 750px;
	background-color: #FFF;
	height: auto;
	border: thin solid #690;
	margin-left: auto; 
	margin-right: auto;
}
div#lefttable {
	width: 45%;
	height: 415px;
	background-color: #FFF;
	text-align: left;
	float: left;
	border-right-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #690;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 5px;
}
div#righttable {
	width: 45%;
	height: 375px;
	background-color: #FFF;
	text-align: left;
	float: right;
	padding: 10px;
	border:none;
	margin-top: 5px;
}
div#topline {
	width: 720px;
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #690;
}
div#contacttopline {
	width: 720px;
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #690;
	margin-top: 435px;
}
/*div containers end*/



/*standard css*/
h1 {
	font-size: 20px;
	color: #690;
	font-weight: lighter;
}
h4 {
	color: #690;
	font-size: 11px;
	}
/*standard css end*/





/*classes*/
.smallgrey {
	font-size: 10px;
	color: #666;
	padding-right: 15px;
	text-align: right;
}
.greytext {
	font-size: 11px;
	color: #666;
}
.flash_bottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #690;
}
.estorebox {
	background-color: #fff;
	border: 1px solid #666;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}
.estoremainbox {
	background-color: #fff;
	
}
.greenlarge {
	font-weight: bold;
	color: #690;
}
/*classes end*/



/*etc*/
#bottombg {
	background-image: url(../imgs/bottombg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
}

.topbotgreen {
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #690;
	border-bottom-color: #690;
}
/*etc end*/