@charset "utf-8";
/* CSS Document */


#wrapper {
	width : 100% ;
	height : 51px ;
	background-image: url(../images/topbar51.jpg);
	background-repeat: repeat-x;
}



body {
	margin: 0px 0px 0px 0px;
	background-color: #FFCCFF;
}
#topL {
	float : left;
	width: 400px;
	height : 51px;
	background-image: url(../images/logo.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#topR {
float : right;
width: 400px;
height : 51px;

}
#page-container {
width : 80%;
margin : auto ;
padding-top: 0px;

}