body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
font-family:verdana,helvetica,arial,sans-serif;
font-size:13px;
color: #333;
line-height: 20px;

}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 190px; /*Width of frame div*/
height: 100%;
z-index:1;
/*overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #003480;
font-size: 10px;
}


#maincontent{
position: fixed;
top: 0; 
left: 190px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background-color: #ddd; 
padding-right: 50px;
}

.innertube{
margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 190px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

#left_main_content {
 float: left;
 width: 500px;
}


#right_main_content {
 float: left;
 width: 180px;
 padding: 20px;
 margin: 0 0 20px 20px;
 border-left: 1px solid #ccc;
}

#iframe_rotate {
 margin: 0 0 40px 0;
}


#keepuptodate {
 font-size: 13px;
 margin-top: 40px;
 height: 100px
 width: 100px;
 color: #0064FA;
 text-transform: uppercase;
 border: 1px solid #fff;
 padding: 10px;
}


#greshrecommends {
 margin-top: 40px;
 width: 180px;
 font-size: 10px;
}


.hr_div {
 border-bottom: 1px dashed #666; 
 margin: 20px 0 20px 0;
}

table {
 font-size: 11px;
}


.highlight      { background:#d5fcdc; }  
.even           { background:#fff; }  
.mo         { background:#e3f1fb; }  
.odd            { background:#eee; }  

.zebra th       { 
padding:5px; 
background:#ddd; 
border-bottom:1px solid #999; 
text-align:left; 
font-weight:bold; 
}  

.zebra td       { 
padding:5px 20px 5px 5px; 
border-bottom:1px solid #ddd; 
}  



#footer {
 margin: 0 0 20px 20px;
 clear: both;
 padding-top: 40px;
}


/*imgs*/

img {
 border: none;
}

#footer img {
 margin: 0 0 -10px 0;
}

.image_block {
 text-align: left;
 padding: 20px 20px 10px 20px;
 margin: 10px;
 display:block;
 border: 1px dashed #ccc;
 float: left;
}

.image_block_260 {
 text-align: left;
 padding: 10px 10px 10px 10px;
 margin: 5px;
 width: 260px;
 height: 350px;
 display:block;
 border: 1px dashed #ccc;
 float: left;
}


.img_f_left {
 float: left;
 margin: 20px 20px 20px 0;
 padding: 2px;
 border: 1px dotted #eee;
}

.img_f_right {
 float: right;
 margin: 20px 0 20px 20px;
 padding: 2px;
 border: 1px dotted #eee;
}

.gallery_img {
 padding: 3px;
 background-color: #fff;
 border: 1px solid #ccc;
}




/*text*/

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
letter-spacing: 2px;
color: #800033;
margin-bottom: 30px;
}

h2 {
font-family: Verdana, Helvetica, sans-serif;
font-size: 16px;
color: #738000;
font-weight: normal;
margin-bottom: 30px;
}

h3 {
font-family: Verdana, Helvetica, sans-serif;
font-size: 14px;
color: #004BBD;
font-weight: normal;
}

h3.menu {
 color: #000;
}


h4 {
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
border-bottom: 1px dotted #fff;
margin: 3px 0 3px 0;
}


h6 {
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #444;
border-bottom: 1px dotted #444;
margin: 3px 0 3px 0;
}


h5 {
 font-size: 14px;
 font-weight: normal;
 color: #fff;
}

#framecontent a:link, #framecontent a:visited {
 color: #fff; 
 text-decoration: none;
}
#framecontent a:hover {
 text-decoration: underline;
}


ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

li {
 padding: 0;

}

b {
 color: #000;
 font-size: 14px;
 font-weight: normal;
}
