body {
background-color: #6A696E;
font-family: tahoma, "lucida Grande", "lucida Sans Unicode", helvetica, arial, sans-serif;
color: #9B9A9D;
font-size: 11px;
letter-spacing: 1px;

}


h1 {
font-size: 20px;
font-family: "Century Gothic", tahoma, "lucida Grande", "lucida Sans Unicode", helvetica, arial, sans-serif;
color: #868688;
}

a, a:visited {color:#606;}
a:hover {text-decoration:none;}

#bigcontainer {
background-image: url('url(%27images/siror_new2.jpg%27');
background-color: #12145c;
position: relative;
width: 700px;
height: 530px;
border: 2px solid #000;
margin-top: 50px;
margin-left: 25px
}

* html div #bigcontainer { /* This is the Tan hack */
width: 800px;
w\idth: 822px; } 


#gallerybigcontainer {
background: url('images/siror_new2.jpg') no-repeat top left;
background-color: #6A696E;
position: relative;
width: 800px;
height: 680px;
border: 0px solid #000;
margin-top: 50px;
margin-left: 5px;
}

* html div #gallerybigcontainer { /* This is the Tan hack */
width: 800px;
w\idth: 822px; } 




#content {
padding: 0px;
margin-top: 0px;
margin-left: 260px;
margin-right: 5px;
width: 700px;
height: 580px;
background-color: transparent;
border: 0px solid #000;
}

* html div #content{ /* This is the Tan hack */
width: 620px;
w\idth: 640px; } 


		
#content p {
  margin: 14px 3px 3px 12px;
  font-family: "lucida Grande", "lucida Sans Unicode", helvetica, arial, sans-serif;
  font-size: 12px;
  color: #949599;
}


/* common styling */

 /* Set up the default font and ovrall size to include image */
.menu {
font-family: "Century Gothic", verdana, geneva, "lucida sans unicode", tahoma, sans-serif;
letter-spacing: 1.5px;
font-size: 12px;
width:500px;
height:15px;
background:transparent;
position:relative; 
margin-left: 20px;
margin-right: 0px;
}

* html .menu {
width:500px;
w\idth:522px;
}



/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
float: left;
position:relative;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color:transparent; 
width:88px; 
height:1.5em;
font-weight:bold;
color:#888; 
border-bottom:8px solid #888;
background:transparent; 
padding-left:10px; 
line-height:1.5em;
margin-right:2px;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
width:98px;
w\idth:88px;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;

}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
color:transparent; 
border-bottom:8px solid #6f78a4;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
border-left:1px solid #888; border-right:1px solid #888; border-bottom:1px solid #888; display:block; 
position:absolute; 
top:1.2em;
margin-top:11px;
left:0; 
width:96px;
border-top:0px none;
background:;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background: #fff url('../../opacity/opaque.png'); 
color:#6f78a4; 
border:0px none;
margin:0;
color:#000;
font-weight:normal; 
font-size:0.9em;
height:auto; 
line-height:1em; 
padding:5px; 
width:86px
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#888; 
color:#fff;
height: auto;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#ddd;
width:96px; /* for IE5.5 faulty box model */
w\idth:86px; /* for IE6 */
}



#footer {
margin-left: 25px;
}

#footer p {
margin-top: 1px;
text-align: left;
}