		/*to keep footer at bottom of window*/
 html, body {
height: 100%;
margin : 0;
padding : 0;
}
#nonFooter
{
position: relative;
min-height: 100%;
}
* html #nonFooter
{
height: 100%;
}
#content
{
padding-bottom: 9em;
}
#footer
{
position: relative;
margin-top: -7.5em;
}
			/*end footerstick*/

body {
width : 100%;
font : 76% verdana, "Trebuchet MS", arial, helvetica, tahoma, sans-serif;
line-height: 2em;
color : #666;
background : #fff;
}
			/*link properties*/
a:link {
color : #aaa;
background : transparent;
text-decoration : none;
}
a:visited {
color : #aaa;
text-decoration : none;
}
a:hover {
color : #FF7E00;
text-decoration : underline;
}
ul li{
list-style-type: square;
color: #aaa;
}
			/*image properties*/
img {
border : none;
}
			/*container*/
#container {
width : 80%;
margin : 10px auto;
background : #fff url(images/161756_colorful_drink_glasses.jpg) bottom left no-repeat;
color : #555;
}
			/*banner*/
#top {
padding : 0px;
background : #3DCCCC url(images/banner.jpg) no-repeat;
height:100px;
}
#top h1 {float: left;
padding : 20px 0 20px 50px;
margin : 0px;
font : 200% verdana, "Trebuchet MS", arial, helvetica, tahoma, sans-serif;
letter-spacing: 5px;
line-height: 2em;
background : transparent;
color: #fff;
}
			/* TOP NAV */
#topnav{position:relative;height:43px;font-size:14px;text-transform:uppercase;background:#fff url("images/bg.gif") repeat-x bottom left;font-family:Georgia, "Times New Roman", Times, serif;}
#topnav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#topnav ul li{display:block;float:left;margin:0 2px;}
#topnav ul li a{display:block;float:left;color:#ffdab6;text-decoration:none;padding:0 0 0 25px;height:43px;line-height:50px;}
#topnav ul li a span{display:block;float:left;padding:0 25px 0 0;height:31px;width:auto;}
#topnav ul li a:hover{color:#fff;}
#topnav ul li a:hover span{display:block;cursor:pointer;}
#topnav ul li a.current,#topnav ul li a.current:hover{color:#894d12;background:transparent url("images/left-ON.gif") no-repeat top left;}
#topnav ul li a.current span{background:transparent url("images/right-ON.gif") no-repeat top right;height:43px;}
			/*  END NAV */
			/*sidebar*/
#leftnav {
float : left;
width : 200px;
margin : 0;
padding : 1em;
}
#leftnav p {
margin : 0 0 1em 0;
}
			/*main content*/
#content {
margin-left : 240px;
padding : 2em;
}
#content h2 {
margin : 0 0 .5em 0;
}
			/*footer*/
#footer {height: 75px;
clear : both;
margin : 0;
padding : 0 .5em 0 1em;
font-size: 0.9em;
color : #000;
background : #D1E1D6 url(images/footer.jpg) no-repeat;
border-top : 0px solid #FF7E00;
}
#footer p {
padding-left : 5px;
}
#footer img {
float : right;
}
		/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
margin : 0;
}
			/* end */
			/*search box properties*/
legend {font-weight: bold;
color : #3CCCCC;
}
input { float: right;
margin: 0 10px 0 0;
background : #D1E1D6;
color: #666;
} 
blockquote {
padding: 15px;
font-weight : bold;
font-style : italic;
letter-spacing: 1px;
color : #3CCCCC;
}
h2 {
text-align:right;
font: bold 20px "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
text-transform:uppercase;
border-bottom:1px dotted #aaa;
color:#aaa;
}
.quote {
border-top : 1px dotted #aaa;
padding : 10px;
color: #FF7E00;
}