html, body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color:#000000;
	position: relative;
	height: 100%; 
	}
	body {
	display: table; 
	height: 100%; 
	width: 100%; 
}
#wrapper {
display: table-cell; 
vertical-align: middle;
}

a {
	text-decoration: none;
	font-weight: normal;
	color:  #cccccc;
	outline: none;
	}
a:visited {
	color:  #cccccc;
	}
a:active {
	color:  #cccccc;
	}
a:hover {
	color: #cccccc;
	text-decoration: underline;
	}

a.menu {
	text-decoration: none;
	font-weight: normal;
	color:  #666666;
	outline: none;

	}
a.menu:visited {
	color:  #666666;
	}
a.menu:active {
	color:  #666666;
	}
a.menu:hover {
	color: #ccc;
	text-decoration: underline;
	}	
	

.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	color: #666666;

	}

.menu2 {
	font-size: 12px;
	list-style-type:none;
	text-indent: 15px;
	list-style-position:inherit;
}


UL#menu {
	font-size: 12px;
	list-style-type:none;
	float: left;
	margin: 0px;
	padding: 0px;

}

UL#menu LI OL {
	list-style-type: none;
	display:none;
	background-image: none;
	padding: 0px;
	margin: 0px;
	
}

UL#menu A {
	text-decoration:none;

}

.p1 {
	font-size: 12px;
	margin-top: 0px;
	margin-left: 30px;
	text-indent: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #666666;

}
.p2 {
	font-size: 12px;
	margin-top: 0px;
	margin-left: 30px;
	text-indent: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #999999;


}

.p3 {
	font-size: 12px;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #999999;
	font-weight: normal;

}

.p4 {
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #999999;
	font-weight: normal;

}

.p_right {
	text-align:right;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #999999;

}

li2{
	text-indent: 16px;	
	margin-top:0px;
	margin-bottom:0px;
}	
	
.bottom {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	color: #815B58;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

img, div { behavior: url(iepngfix.htc) }

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 12px;
	line-height: 22px;
	text-indent: 10px;
	margin-left: 30px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	color: #666666;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	color:#000000;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 10px;
	color: #666;
	/*border-color: #815B58;
	border-style:solid;
	border-width:thin;*/
	}
	

#all_design {
	width: 980px;
	height:600px;
	border: 0px;
	background-color: #262626;
	margin: 0 auto;
	}
#photo {
	width: 950px;
	border: 0px;
	height: 555px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 45px;
	}
#left {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left:5px;
	margin-right:10px;
	border: 0px;
	background-image:url(../images/left.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width: 200px; /* ie5win fudge begins */
	height: 395px;
	}

#bottom {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	padding: 0px;
	border: 0px;
	z-index: 100;
	}
#middle {
	float: none;
	padding-top: 160px;
	margin-right: auto;
	margin-left: auto;
	width: 671px;
	height: 200px;
	border: 0px;
	}
	
#middle_sub {
	float: none;
	padding-top:152px;
	width: 1000px;
	height: 250px;
	border: 0px;
	}


pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
