html, body {
 font-family: Verdana, Helvetica, sans-serif;
 height: 100%;
 font-size: 90%;
 margin: 0;
 padding: 0;
 background-color: #ffffff;
}

#all{
 margin-left:40px;
 margin-top:12px;
}

#top{
 clear:both;
 background-color:#f3f3f3;
 height: 121px;
 width: 613px;
}

#menu{
 clear:both;
 height: 29px;
 width:613px;
}

#content a{
 color: #ffffff;
 text-decoration: underline;
}

#menu A{
 margin-right:30px;
}

#menu A:link {
 color : #5A582E;
 text-decoration: none; 
}

#menu A:visited {
 color : #5A582E;
 text-decoration: none; 
}

#menu A:hover {
 color : #5A582E;
 text-decoration: none; 
}

#menu A:active {
 color : #5A582E;
 text-decoration: none; 
}

.linkPic A{
 text-decoration:none;
 border:0px;
 
}

#content {
 clear:both;
 background-color: #5A582E;
 width:613px;
 color:#ffffff;
}

#contentLeft{
 position: absolute;
 left: 100px;
 top:150px;
 width: 300px;
 min-height:500px;
}
*html #contentLeft{
 height:500px;
}

#contentRight{
 position: absolute;
 left: 450px;
 top:150px;
 width: 150px;
 min-height:500px;
}
*html #contentLeft{
 height:500px;
}

h1{
 font-size:112%;
 color:#ffffff;
 margin:0 0 5px 0;
}

h2{
 font-size:103%;
 color:#ffffff;
 margin:0 0 5px 0;
}

h3{
 font-size:100%;
 color:#ffffff;
 margin:0 0 5px 0;
}

img{
 border: 0px;
}

#content img{
 border: 1px solid black;
 margin-right:15px;
}

#footer{
 font-size:85%;
 margin-top: 15px;
 clear:both;
 background-color: #5A582E;
 width:602px;
 min-height:23px;
 color:#ffffff;
 padding-top:5px;
 padding-left:12px;
}
*html #footer{
 height: 23px;
}
