body {
	text-align: center; /* required for centering the page in IE */
	background-color: #167eed;
	font-size:medium;
	}

/* this is the entire working area */
#wrapper {
	width: 800px;
	margin: 0 auto; /* centering the page */
	text-align: left;
	background: url(images/wrap-bg1.gif) repeat-y;
	border: 4px solid black;
	}

a img{
	border:none;
	}

#header {
	background: transparent;
	}

/* this is the left sidebar with menu */
#left {
	float: left;
	width: 140px;
	}

#menu{
	position:relative;
	margin-top:0px;
	margin-left:10px;
	display:block;
	width:122px;
	}

#menu a, #menu a:visited{
	display:block;
	width:120px;
	height:30px;
	background:url(images/buttons2.gif);
	background-position:left top;
	background-color:transparent;
	text-align:center;
	color:yellow;
	line-height:30px;
	text-decoration:none;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:.9em;
	margin-top:10px;
	}

#menu a:hover{
	background-position:left center;
	line-height:30px;
	overflow:hidden;
	color:#fff;
	}

#menu a#selected, #menu a#selected:hover{
	background-position:left bottom;
	line-height:30px;
	cursor:default;
	color:#000;
	}

.logo{
	margin:60px 0 20px 0;
	text-align:center;
	}

.jump{
	margin:0;
	text-align:center;
	}


/* this is the main content area */
#content {
	width: 630px;
	float:right;
	padding:0 10px 20px 10px;
	}

#content h1{
	margin-top: 5px;
	font-family: Comic Sans MS, Helvetica, sans-serif;
	color:#167eed;
	font-size:160%;
	}
#content h3{
	margin-top: 5px;
	font-family: Comic Sans MS, Helvetica, sans-serif;
	color:red;
	font-size:110%;
	}
#content p{
	font-family: Arial, Helvetica, sans-serif;
	}
#content li{
	font-family: Comic Sans MS, Helvetica, sans-serif;
	font-size:110%;
	color:#ff0000;
	}
#content p.hot{
	font-size:120%;
	}
#list{
	margin-left:auto;
	margin-right:auto;
	width:300px;
	}

.map{
	text-align:center;
	}

#CoffeeCup{
	margin-left:60px;
	margin-top:30px;
	}


/* format contact table here */

table.contact{
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	margin-bottom:0;
	text-align:center;
	} 
.contact td{
	font-family: Comic Sans MS, Helvetica, sans-serif;
	font-size:110%;
	color:#ff0000;
	}
td.small{
	font-family: Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#000;
	}

/* this is the footer section */
#footer {
	clear:both;
	height:75px;
	background-color: #ffff00;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:bold;
	border-top: 2px solid #000;
	padding-top:10px;
	}



