body {
color:#000000;
font-family: 'Times New Roman', serif;
font-size:14pt;
background-image: url("/png_directory/offwhite_paper_60_3.png");
background-repeat: repeat;
margin:0;
padding:0;
}

a:link, a:active {
  text-decoration-line: none;
  color:#FFFFCC;
}
a:visited {
  text-decoration-line: line-through;
  color: #003300;
}

a:hover {
  text-decoration:underline;
  color:#003300;
}

img {
border:0px;
}

#header {
text-align:center;
height:150px;
}

#header img {
margin:auto;
}

#container {
position:relative;
width:100%;
list-style: none;
}

#content {
margin-left:300px;
margin-right:300px;
color:#003300;
padding:15px;
border-radius: 30px;
background-image: url("/png_directory/offwhite_sanki.png");
background-repeat: repeat;
}


#menu_left {
position:absolute;
left:25px;
top:0;
color:#FFF;
width:250px;
padding:5px;
text-align:center;
background-color: #669933;
border-radius: 30px;
}

#menu_right {
position:absolute;
right:25px;
top:0;
color:#FFF;
width:250px;
padding:5px;
text-align:center;
background-color: #669933;
border-radius: 30px;
}

#leftmenu ul, #rightmenu ul {
margin:0;
padding:0 5px;
}


#wrapper         {width:80%;height:100%;margin:0 auto;background:#CCC;}
#h_iframe        {position:relative;}
#h_iframe .ratio {display:block;width:100%;height:auto;}
#h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}