body{
	background-color: #CCCCCC;
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu{
	display:block;
	position:absolute;
	width:450px;
	height:30px;
	z-index:1;
	left: 50%;
	margin-left:0px;
	top: 50%;
	margin-top: -265px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;

}
#menu a{
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Century Gothic";
	text-decoration: none;
	white-space: nowrap;
	padding-right:15px;
	padding-left:15px;
	padding-top:8px;
	padding-bottom:4px;
	vertical-align: middle;
}
#menu a.but1{
	background-color: #66CCCC;
}
#menu a.but2{
	background-color: #6699CC;
}
#menu a.but3{
	background-color: #006699;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
}
a:link, a:visited {
	color: #000033;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
h1{
	font-size: 14px;
	color: #333333;
	text-transform: capitalize;
	border-bottom: 2px solid #3C6A9E;
}

#withe{
	display:block;
	position:absolute;
	width:1024px;
	height:110%;
	z-index:0;
	left: 50%;
	margin-left:-512px;
	top:0;
	background-color: #FFFFFF;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
#bg{
	display:block;  
	position:absolute; 
	width:900px; 
	height:550px; 
	z-index:1;
	left: 50%;
	margin-left:-450px;
	top: 50%; 
	margin-top: -245px;
}
#header{
	display:block; 
	position:absolute; 
	width:470px; 
	height:40px;
	top: 50%;
	margin-top: -220px;
	left: 50%;
	margin-left:-100px; 
	z-index:5;
	overflow: hidden;
}
html #content{
	height:440px;
	overflow: auto;
}
#content{
	display:block; 
	position:absolute; 
	width:550px; 
	height:470px;
	top: 50%;
	margin-top: -182px;
	left: 50%;
	margin-left:-100px; 
	z-index:5;
	overflow: auto;
	padding-bottom: 42px;
}

#content p{
	color: #333333;
}

#content img{
	border: 1px solid #000000;
}

#footer{
	display:block;
	position:absolute;
	width:900px;
	height:30px;
	z-index:2;
	left: 50%;
	margin-left:-430px;
	top: 50%;
	margin-top: 270px;
	color: #333333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

blockquote{
	font-size: 12px;
	font-style: oblique;
}
.red{
	color: #CC0000;
	font-weight: 700;
}
