@charset "utf-8";
/* CSS Document */
body {
margin: 0px;
color:#000000;
text-align:center;
/*background:#ffcc00;*/
}

#overlay {
	background-image: url(overlay.png);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.wrapper {
width:950px;
text-align:left;
padding:0px;
border: 0px;
background:#FFFFCC;
background:url(images/backgroung.png) repeat-y;
}
.header {
padding:0;
margin:0;
border:none;
clear:both;
}
.main {
top:0px;
left:0px;
border-top:0px;
padding:0px;
/*border:4px solid #ffcc00;
border-top: none;*/
}
.left {
float:left;
width:200px;
padding:2px;
left:0;
top:0;

height:100%;
}
.right {
float:right;
width:150px;
padding:2px;
left:0;
top:0;
background:#FFFFCC;
border-left:3px solid #ffcc00;
}
.content {
width:auto;
/*height:100%;*/
margin-left:200px;
margin-right:154px;
padding: 2px;
background:#FFFFFF;
border-right:3px solid #ffcc00;
}
.footer {
background: #ffcc00;
height: 20px;
clear:both;
width:950px;
}
