body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 76%;
	font-family: Tahoma, Helvetica, Verdana, Arial, Sans-serif;
	color: #000000;
	background-color: #CCCCCC;
}

p {padding: 2px; }
p a {text-decoration: none; font-weight: bold; color: #FFD42F;}
ul li{
list-style: none;
padding: 2px 2px 2px 2px;
}

a {text-decoration: none; font-weight: bold; color: #FFD42F; background: inherit;}
a:hover {text-decoration: underline; color: #000066;}
h4,h5,h6,b,i,u,pre,form {margin: 0; padding: 5px;}

form {text-align: center;}

/*img {padding-left: 2px;
padding-right:2px;}*/

img.left {float: left; padding-right: 2px;}
img.right {float: right; padding-right:2px;}
img.center {padding-left: 20px;padding-right: 6px; float: inherit }


#center {
    position: absolute;
    left: 50%;
    width: 762px;
	height:auto;
    margin-top: 5px;
    margin-left: -400px;
    background-color: #eeeeee;
	
}
h1 {
	font-size: 14px;
	line-height: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #FFD42F;
	font-weight: bold;
	padding:  4px 4px 4px 4px;
	
}


h2 {
font-size: 12px;
/*line-height: 6px;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFD42F;
font-weight: bold;
}

#page {

	height: 100%;
  	width: auto;	
	color: #333333;
	border-color: #000066;
	background-color: #000066;
	background-image: url('images/BackgroundBorder02Large.png');
background-repeat: no-repeat;
background-position:right;
}

#header {
background-image: url('images/header.gif');
background-repeat: no-repeat;
/*background-color: #000066;*/
color: #ffffff;
width: inherit;
height: 140px;
overflow: hidden;

}

#menu {   
	text-align: center;
font-size: 14px;
 color:#FFFF00;
border-top: 1px dotted #888888;
border-bottom: 1px dotted #888888;	
background-color: #000066;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 155px;	

}

#menu a {

	padding: 5px;
	text-decoration: none;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
	color: #FFFFFF;
}

#menu a:hover {
	color:#FFFF00;
	background-color: #000066;
}

#lcolumn {
	width: 75px;	
	height: 1000px;	
	float: left;
	overflow: hidden;
	background-color:#000066;
	
}

#addon {
	width: 165px;
	height: 985px;
	float: left;
	overflow: hidden;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 2px;
	padding-top: 10px;
	background-image:url(images/VerticalBar.png);
	background-repeat: repeat-y;
  
}



#content {
width: 472px;
height: 825px;
padding-top: 4px;
/*padding-bottom:87px;*/
padding-left: 12px;
/*border-left-color:#66FFFF;
border-left-style:outset;*/
overflow: hidden;

background-image:url(images/VerticalBar.png);
background-repeat: repeat-y;
}




#content a {color: #000066; background: inherit;}

#photos {


}

#footer {
width: 762px;
font-size: 70%;
font-weight: bold;
background: #000066;
color: #ffffff;
text-align: center;
border-top: 1px dotted #888888;
clear: both;
overflow: hidden;
}

#footer a{color: #66dd00; background: inherit;}




