body{
	font-family:Gill Sans, Sans, Verdana, Tahoma;
	color:#7b4812;	
	font-size:0.9em;
	background-image:url(/images/bg.png);
}

img{
    border:none;
}

table.heading {
	border-width: 1px;
	border-style: solid;
	margin: auto;
	border-color:#ac6618;
	width: 900px;
    table-layout: fixed;
    margin-top:15px;
}

a {
	color:#fe9900;
	text-decoration:none;
}

a.menu {
    color:white;
	text-decoration:none;
	font-weight:bold;
	hover:black;
}

a:hover {
    color: #fe9900;
}

.content {
	padding-right:10px;
	background-color:#efe8db;
	padding-bottom:25px;
	padding-left:30px;
	background-image:url(/images/left_menu_corner.png);
	background-repeat:no-repeat;
	height:100%;

}

.bottom {
	padding:5px;
	background-color:#bb8843;
	border-top:1px solid #ac6618;
	text-align:center;
	color:white;
}


#menuMouse{
	background-image:url(/images/mouse.jpg); 
	background-repeat:no-repeat; 
	width:164px;
        max-width:164px;
        min-width:164px;
	height:160px;
	background-color:#d4aa72;
}

#menuArc {

	background-image:url(/images/left_arc.jpg);
	width:264px;
    min-width:264px;
    max-width:264px;
	height:160px;
	background-repeat:no-repeat;
	background-color:#d4aa72;
}

#menueHeading {
	background-image:url(/images/gradient.jpg);
	color:white;font-size:20;
	text-align:center;
	background-repeat:y-repeat;
	height:135px;
	background-color:#d4aa72;
}

#headingBottom {
	background-color:#efe8db;
	height:25px;

}


h1 {
	font-size:20px;
}

h2 {
	font-size:15px;
}

h3 {
color:#ac6618;
text-align:center;	
}