html {
	height:100%;
}

body {
	font-family:"Times New Roman", Times, serif; 
	background-color: #232725;
	color: #404041;
	text-align:center;
	padding:0;
	margin:0;
}

#container {
	/*border:#FFaa33 solid 1px;*/
	position:relative;
	background-color:#4D5451;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align:left;
	width:700px;
	min-height:100%;
	height:800px;
}

#container2 {
	/*border:#FFaa33 solid 1px;*/
	position:relative;
	background-color:#4D5451;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align:left;
	width:700px;
	min-height:100%;
	height:1200px;
}

#header{
position:relative;
float: left;
left:97px;
width: 603px;
height:100px;
/*border:#FFaa99 solid 1px;*/
} 

#leftstrip2{
position:absolute;
width: 114px;
top:-2px;
left:-97px;
height:1200px;
/*border:#aaaa33 solid 1px;*/
background-image: url(../graphic/leftstrip.png);
background-repeat: repeat-y;

}

#leftstrip{
position:absolute;
width: 114px;
top:-2px;
left:-97px;
height:803px;
/*border:#aaaa33 solid 1px;*/
background-image: url(../graphic/leftstrip.png);
background-repeat: repeat-y;

}

#no10logo {
	position:absolute;
	height: 58px; 
	width: 77px;  
	left: -85px; 
	top: 10px;
	/*border:#aaaa33 solid 1px;*/
	background-image: url(../graphic/number-ten-logo.jpg);
	background-repeat: repeat-y;
}
#stb-logo{
	position:absolute;
	height: 90px; 
	width: 75px;  
	left: 13px; 
	top: 275px;
}


#nav
{
position:relative;
float:left;
top:25px;
left:120px;
width: 100px;
/*border:#FFaa33 solid 1px;*/
} 

#nav ul, ul li {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	line-height:2.4em;
	letter-spacing:0.2em;
	margin-left:0px;
	display: block;
	list-style: none;
	padding: 0;
}

#nav ul a, a:active, a:visited {
	color:#E1E1E1;
	text-decoration:none;
}

#nav ul a:hover {
	color:#B4B4B4;
	text-decoration:underline;
}

#content
{
position:relative;
float: right;
/*border:#FFFF00 solid 1px;*/
padding-top: 0.5em;
top:-100px;
left:0px;
width: 500px;
} 

#content p{
    color: #929f99;
    font-family: 'Times-Roman', 'Times', 'Times New Roman', serif;
    font-size: 2.0em;
    line-height: 2.0em;
    margin-bottom: 0px;
	margin-top: 0.1em;
    margin-left: 0.1em;
    margin-right: 0.1em;
    padding 0 0 0 0;
    text-align: left;
}

/* used on phot header page*/
#content h2 {
	color:#CCCCCC;
	font-size:1.0em;
} 
#content2
{
position:relative;
float: right;
/*border:#FFFF00 solid 1px;*/
padding-top: 0.5em;
top:-100px;
left:0px;
width: 500px;
} 

#content2 p{
    color: #929f99;
    font-family: 'Times-Roman', 'Times', 'Times New Roman', serif;
    font-size: 2.0em;
    line-height: 2.0em;
    margin-bottom: 0px;
	margin-top: 0.1em;
    margin-left: 0.1em;
    margin-right: 0.1em;
    padding 0 0 0 0;
    text-align: left;
}

/* used on phot header page*/
#content2 h2 {
	color:#CCCCCC;
	font-size:1.0em;
} 

a{
	font-style: normal;
	text-decoration: none;
}
a:link{
	color:#666;
}
a:visited{
	color: #666;
}
a:hover{
	color:#333;
	text-decoration: underline;
}
a:active{
	color: #808080;
}


img.thumb
{
	border:1px solid #999;
	padding:2px;
	background-color:#FFF;
}

img.thumb:hover{
	border:1px solid #666;
	padding:2px;
	background-color:#CCC;
} 

#content table {
	float:right;
	margin-right:50px;
}

#content td {
text-align:center;
vertical-align:middle;
}

#content2 table {
	margin-left:80px;
	float:center;
	margin-right:0px;
}

#content2 td {
text-align:center;
vertical-align:middle;
}