@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color:#fdf4d2;
	font-family: georgia, times new roman, times, serif;
	font-size:14px;
	background-image: url(images/AsterBG.gif);
	background-repeat: repeat;
}
a {
	color: #006699;
}
a:hover, a:active {
	color: #FFCC00;
}
a:visited {
	color: #006699;
}

#maincontainer {
	width: 918px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
td.TopMargin {
	height:11px;
}
td.RuleVertical {
	background:url(images/rule-vertical-single.gif)
}
td.RuleHorizontal {
	background-image:url(images/rule-horizontal-single.gif);
	height:28px;
}
td.RuleHorizontalDbl {
	background-image:url(images/rule-horizontal-double.gif)
}
.AsterText1, h1 {
	line-height:17px;
	color:#333333;
	font-family: Georgia, "Times News Roman", Times, Serif;
	font-size: 12px;
}
.AsterText2, h2 {
	line-height:17px;
	color:#000000;
	font-family: verdana, arial, helvetica, sans;
	font-size: 10px;
}
.AsterText3, h3, p, td {
	line-height:13px;
	color:#333333;
	font-family: verdana, arial, helvetica, sans;
	font-size: 10px;
}

#MainNav div {
	position: relative;
	left: 21px;
	padding-bottom: 5px;
	color: #432b2f;
	visibility: visible;
}
#ActiveLeft {
	padding-right: 7px;
}
#ActiveRight {
	padding-left: 7px;
}
.Footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align:center;
}
<!--- Embedded Google Map -------->
#AsterMap {
	border: 1px solid #666666;
}
#mapInfo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

<!---- Latte Art ---->

#images { 
	height: 185px; 
	width: 240px; 
	padding:0; 
	margin:0; 
	overflow: hidden;
}
#images img { 
	border-color:#FFFFFF; 
	border-style:solid; 
	border-width:2px;
	margin: 2px;
}
#images ul {
	list-style-type: none;
	width: 485px; 
	margin-left:0px;
}
#images ul li {
	display: inline;
	margin: 0px;
	padding:0px;
}
	


