
/* Layout Stylesheet */ 

body {
 margin:0px;
 background:#F9F9FF;
 color: #333333;
 text-align:center;
 padding:0px;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:750px;
 margin:auto;
 }

#hdr {
  margin:0px;
 background:#6699cc;
 color: #F9F9FF;
 }

#bar {

 background:#993333;
 color: #F9F9FF;
 border:solid #000000;	
 border-width:1px 0px 1px 0px;
  text-align:center;
 padding:0;
 }

#bodyblock {
 position:relative;
 background: #F9F9FF;
 color: #6699cc;
 width:750px;
 padding:0;
 }

#l-col {
 width:120px;
 float:left;
 background:#6699cc;
 font-size : 10px;
 font-family : "tahoma small cap", tahoma, Verdana, Georgia, Arial, Sans-serif;
 }
 
#l-col img
{
	border: 0 none;
}
 
#l-col a:link, #l-col a:visited
 { 
color : #F9F9FF;
text-decoration : none;
}
 
#l-col a:hover, #l-col a:active
 { 
color : #F9F9FF;
text-decoration : underline overline;
}

#cont {
	background: #F9F9FF;
	color: #3366ff;
	border: solid #000000;
	border-width: 0 0 0 0px;
	text-align: left;
	margin: auto 55px auto 160px;
}
 
 #cont a:link, #cont a:visited
 { 
color : #3366ff;
text-decoration : none;
}
 
#cont a:hover, #cont a:active
 { 
 color: #F9F9FF;
 background : #3366ff;
 text-decoration : underline overline;
}

#gallery {
	background: #F9F9FF;
	color: #3366ff;
	border: solid #000000;
	border-width: 0 0 0 0px;
	text-align: left;
	margin: auto 0px auto 0px;
}

#ftr {

 background:#6699cc;
 color: #F9F9FF;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
 
 #ftr a:link, #ftr a:visited
 { 
color : #F9F9FF;
text-decoration : underline;
}
 
#ftr a:hover, #ftr a:active
 { 
color : #FFFFFF;
text-decoration : underline overline;
}