@charset "utf-8";
/* CSS Document */
h1 {font-family:Verdana, Geneva, sans-serif; font-size:20px; padding: 0em}
h2 {font-family:Verdana, Geneva, sans-serif; font-size:16px; padding: 0em}
h5 {font-family:Verdana, Geneva, sans-serif; font-size:9px;}
h3,h4,h6 {font-family:Verdana, Geneva, sans-serif; font-size:13px; padding: 0em}
p,b,i,a,td {font-family:Verdana, Geneva, sans-serif; font-size:13px;}
li {font-family:Verdana, Geneva, sans-serif; font-size:11px; font-weight:normal;}

/* These seem to be the default values */
/* unvisited link */
a:link {
    color: #663300;
		font-weight:bold;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #663300;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: red;
	font-weight:bold;
}

/* selected link */
a:active {
    color: black;
	font-weight:bold;
} 
a img{
	border:none
	}
img
{
 border-color: #FFF;
}
body {
	background-color:#CC9966;
	}
/* 	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	CSS Document */	
#wrapper {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #CCCCCC;
	border: thin #CCCC;
    }	
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	}
#menu {
	position: absolute;
	top: 151px;
	left: 0px;
	width:195px;
	height:300px;
	background-color:#FFF;
	background-position:top;
	background-repeat:no-repeat;
	border-left:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;
	padding:0px 0px 0px 10px;
	margin:0px;
	display:block;
	font-size:12px;
}
#main {
	position: absolute;
	top: 151px;
	left: 206px;
	background-color:#FFF;
	background-image:url(images/mainbackground.jpg);
	width:650px;
	border-left:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;
	padding: 10px 20px 10px 20px;
	}
#footer {
	display:block;
	line-height:2;
	margin:0;
	padding:0;
	clear:both;
	width:658px;
}
#menustyle {
	padding:0px;
	margin:0px;
}
#menu li {
	list-style-type:none;
	margin-bottom:0.5em;
}
.imgLeft, .imgleft {
	float:left;
	margin:3px 12px 3px 3px;
	  }

.imgRight, .imgright {
  	float:right;
	margin: 3px 3px 3px 12px;
	  }
  
.imgleft img, .imgright img {display:block;}
