a.one:link {color: #000000; text-decoration: none;}
a.one:visited {color: #000000; text-decoration: none;}
a.one:hover {color: #99cc99; text-decoration: underline overline;}

a.two:link {color: #000000; text-decoration: underline;}
a.two:visited {color: #000000; text-decoration: underline;}
a.two:hover {color: #99cc99; text-decoration: underline;}	

body 
{
background-image:
url('bg.jpg')
}

h2 {
 text-align: center;
 color: #006B3F;
}

h3 {
 color: #006B3F;
}

h4 {
 color: #FF9C00;
 font-size:14pt; 
}

#margin1 {
 position: absolute;
 top: 0px;
 left: 80px;
 width: 30px;
 height: 1060px;
 background-image: url('bg.jpg');
 background-repeat: repeat
}


#shade1 {
 position: absolute;
 top: 0px;
 left: 110px;
 width: 12px;
 height: 1060px;
 background-image: url('shade1.jpg');
 background-repeat: repeat
}

#container {
 position: absolute;
 clear: height;
 top: 0px;
 left: 122px;
 width: 682px;
 height: 1060px;
 background-color:#FFFBDD;
}

#shade2 {
 position: absolute;
 top: 0px;
 left: 804px;
 width: 12px;
 height: 1060px;
 background-image: url('shade2.jpg');
 background-repeat: repeat
}

#margin2 {
 position: absolute;
 top: 0px;
 left: 816px;
 width: 30px;
 height: 1060px;
 background-image: url('bg.jpg');
 background-repeat: repeat
}

#header {
 position: absolute;
 top: 0px;
 left: 269px;
}

#pic1 {
 position: absolute;
 top: 162px;
 left: 36px;
 width: 412px;
 height: 144px;
 overflow: hidden;
 border: 1px solid #99cc99;
 background-color: #fffdee;
}

#body {
 position: absolute;
 top: 324px;
 left: 36px;
 width: 412px;
 height: 600px;
 border: 1px solid #99cc99;
 background-color: #fffdee;
 padding: 5px;
 overflow: auto;
}

#foot {
 position: absolute;
 top: 933px;
 left: 36px;
 width: 610px;
 height: 100px;
 background-color: #fffbdd;
 padding: 5px;
 overflow: hidden;
}

#menu {
 position: absolute;
 top: 162px;
 left: 466px;
 width: 180px;
 height: 224px;
 border: 1px solid #99cc99;
 background-color: #fffdee;
 padding: 5px;
 list-style-type: none;
}

#side1 {
 position: absolute;
 top: 404px;
 left: 466px;
 width: 180px;
 height: 224px;
 border: 1px solid #99cc99;
 background-color: #fffdee;
 padding: 0px;
 overflow:hidden; 
}

#side2 {
 position: absolute;
 top: 646px;
 left: 466px;
 width: 180px;
 height: 224px;
 border: 1px solid #99cc99;
 background-color: #ffffff;
 padding: 0px;
 overflow: hidden;
}



