#container { 
	border: 1px solid #fff;
	width: 950px; margin: 0 auto;
	padding: 1px;   
    /*line-height: 130%;*/
    }

body {
	background-color: #000000;
}
.navcol {
/*<td width="18%" rowspan="3" align="left" valign="top" bgcolor="#C30000">*/
	width: 18%;
	text-align:left;
	vertical-align:top;
	background-color:#c30000;
}
.fillcol {
/*<td width="5%" height="149">&nbsp;</td>*/
   	width: 3%;
}
.maincol {
/*      <td STYLE=" background-image:url(images/thumbs/bkima.jpg); background-position: center; background-repeat:no-repeat; background-position:top">*/
	background-image:url(images/thumbs/bkima.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:top;
}
.maincolinks {
	vertical-align:top;
}
.topcol {
	/*background-position: center;
	background-repeat:no-repeat;
	background-position:top;*/
	text-align:center;
	vertical-align:top;
}
#footer{
	margin-top: 0;
	padding: 0;
	color: #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.6em;
}
#footer a {
	text-decoration:none; 
	color: #cccccc;
}
#footer a:hover{
	text-decoration: underline;
	}
.cwrite {
	text-align:center;	
	color: #cccccc;
	}
.cwritel {
	float:left;
	color: #cccccc;
	}
.design {
	float:right;
	color: #cccccc;
	}
.style1 {
	color: #FFFFFF
	}
.style2 {
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:0.8em;
	font-weight:bold;
	}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:0.8em;
	}

.menu {
z-index:1000;
font-size:90%;
font-weight:bold;
margin:25px 0 50px 15px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#c30000;
height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#fff;
text-indent:5px;
border:1px solid #fff;
border-width:1px 0 0 0;
padding-bottom: 10px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#c30000; width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#949e7c;}

.menu :hover > a {
color:#fff; 
background:#949e7c;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link 
.menu ul :hover ul ul{
visibility:hidden;
}*/
/* keep the fourth level hidden when you hover on second level list OR link 
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}*/
/* make the third level visible when you hover over second level list OR link 
.menu ul :hover ul :hover ul{ 
visibility:visible;
}*/
/* make the fourth level visible when you hover over third level list OR link 
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}*/
a.faqs {
	text-decoration:underline; 
	color:#fff;
	font-style:normal;
}	
a.faqs:hover {
	text-decoration: underline;
	font-style:italic;
	}
.photonav {
	padding-left:10px; 
	color:#fff; 
	font-weight:bold;
	}
.photonav a {
	text-decoration:none; 
	color:#fff;
	}
.photonav a:hover {
	text-decoration: underline; 
	text-transform:uppercase;
	}

.floatright {
	float: right;
	border: 1px solid #FFFFFF;
	margin: 0 50px 0 0;
	
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	padding: 5px;
	position: relative;
	}
.floatleft {
	margin: 0 15px 0 0;
	padding: 0;
	float:left;
	}
hr {
      border-top: 2px solid #e60000;
      border-bottom: 2px solid #e60000;
      color: #000;
      background-color: #000;
      height: 5px;
	  width: 95%;
	  text-align:center;
    }
#rightbox {
	border: 1px solid #fff;
    margin: 0px 10px 0px 4px;
    padding: 5px;
    background-color: #000;
    float: right;
    width: 23em;
	height: 10em;
    }
#leftbox {
	border: 2px solid #f00;
    margin: 0px 10px 0px 4px;
    padding: 5px;
    background-color: #000;
    float: left;
    width: 18em;
	height: 10em;
    }
#centrebox {
	border: medium double /*rgb(250,0,255)2px solid*/ #fff;
    margin: 0px 10px 0px 4px;
    padding: 5px 5px 12px 5px;
    background-color: #000;
    width: 95%;
    }
