/* set parameters for whole doc */

* {margin:0;padding:0;}

HTML {
min-height: 100%;
height: auto !important;
height: 100%;
margin:0;
padding:0;
}
BODY {
background-color: #673301;
min-height: 100%;
height: auto !important;
height: 100%;
margin:0;
padding:0;
}
/* basic box model layout components*/
#container {
position: absolute;
top: 0px;
left: 0px;
z-index: 100;
width: 100%;
min-height: 100%;
height: auto !important;
height: 100%;
background-color: #673301;
}
#left {
position: absolute;
top: 0px;
left: 0px;
z-index: 100;
width: 320px;
min-height: 100%;
height: auto !important;
height: 100%;
background-color: #673301;
}
#right {
z-index: 100;
min-height: 100%;
height: auto !important;
height: 100%;
background-color: #673301;
padding: 10px;
}
/* Extra div to separate the footer from the container */
#clearfooter {
clear: both;
height: 10px;
z-index: 100;
}
#footer {
clear: both;
position: relative;
height: 110px;
background-color: #673301;
}
/* Nested boxes (divs inside divs) */
/* Nav menu in left column */
#menu {
position: absolute;
top: 368px;
left: 10px; 
width: 312px;
background-color: #673301;
}
/* Pryanta header graphic in right column */
#header {
position: absolute;
top: 85px;
left: 365px;
width: 474px;
height: 202px;
padding: 0px 0px 10px 0px;
margin: 0px 0px 30px 0px;
background-color: #673301;
}
/* Content box in right column under header */
#content {
position: absolute;
top: 372px;
left: 350px;
width: 550px;
min-height: 100%;
padding: 20px 0px 0px 20px;
background-color: #673301;
} 
/* Positioning for the squares graphic */
#squares {
position: absolute;
top: 5px;
left: 275px;
}
/*General Stuff */
/* To set font, color and size for text */
p,td,li,dt,dd,tr,td
{
font-family: arial;
font-size: 11pt;
color: #aaabe6;
}
/* To set font and font color  for headers and tables*/
h1,h2,h3,h4
{
font-family: arial;
color: #aaabe6;
}
/* To keep links from displaying in blue */
a:link {color: #aaabe6;} /*unvisited links*/
a:visited {color: #9b9ce1;} /*visited links*/
a:hover {color: #aaabe6;} /*user hovers*/
a:active {color: #aaabe6;} /*active links*/
/* To remove the blue line border around linked images */
a.ugh:visited 
{
color: #673301;
}





