@import "../windows-classic/main.css";
@import "../windows-classic/menu.css";

body {
	font-family: Times New Roman, sans-serif;
	font-size: 10pt;
}

#main {
	background-color: #ECE9D8;
/*	border-bottom: 1px solid #D4D0C8; */

}

#header {
	background-color: #0055E5;
	background-image: url("../../../images/themes/xp-left.jpg");
	background-repeat: no-repeat;
}

#header h1 {
	font-family: Trebuchet MS, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	background-image: url("../../../images/themes/xp-right.jpg");
	background-repeat: no-repeat;
	background-position: right;

}

#content {
}

#content-center {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #D4D0C8;
	border-right: 1px solid #D4D0C8;
	background-color: #ffffff; 
}

.content-right-item {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #D4D0C8;
	background-color: #ffffff; 
}

#footer {
	background-color: #D4D0C8;
}
