@charset "utf-8";
@import url("../chrometheme/chromestyle.css");
#wrapper {
	color: #000000;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 1550px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCcccc;
}
#wrapper #footer {
	padding: 5px;
	height: 65px;
	background-image: url(../images/footer.png);
}
#wrapper #bodywrapper #bodyright #bug {
	text-align: center;
	margin-left: 25px;
}

#wrapper #footer #footerleft {
	float: left;
	width: 780px;
	height: 55px;
	padding-top: 10px;
}
#wrapper #footer #footerright {
	float: right;
	width: 100px;
	height: 65px;
}


#wrapper #header {
	color: #000000;
}
#wrapper #links {
	color: #000000;
}
#wrapper #headerlogo {
	color: #000000;
	border: thick solid #FFFFFF;
	width: 10px;
}
#wrapper #bodywrapper {
	color: #000000;
	height: 1200px;
}


#wrapper #bodywrapper #bodyleft {
	float: left;
	width: 550px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#wrapper #bodywrapper #bodyright {
	float: right;
	width: 300px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
