body, html {
	font-size: 11px;
	color: white;
	font-family: verdana, arial, sans-serif;
	padding: 0px 0px 0px 0px;
	overflow: auto;

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333659;
	border-right-color: #333659;
	border-bottom-color: #333659;
	border-left-color: #333659;

	background-image: url(/css/images/content.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	background-color: #b1a6c4;	
	
	scrollbar-track-color: #bfb6ce;
	scrollbar-face-color: #a398b6;
	scrollbar-arrow-color: #e0d9ec;
	scrollbar-shadow-color: #a398b6;
	scrollbar-highlight-color: #a398b6;
	scrollbar-3dlight-color: #ece7f4;
	scrollbar-darkshadow-Color: #a398b6;
}  

div.left {
	float: left;
	width: 150px;
	border-right-width: 0px;
	border-right-color: #5a0502;
	border-right-style: solid;
}

div.right {
	float: left;
	width: 600px;
	border-right-width: 0px;
	border-right-color: #5a0502;
	border-right-style: solid;
}

div.admin_menu {
	float: left;
	width: 150px;
	border-right-width: 0px;
	border-right-color: #5a0502;
	border-right-style: solid;
}

div.admin_tool {
	float: left;
	width: 600px;
	border-right-width: 0px;
	border-right-color: #5a0502;
	border-right-style: solid;
	padding-left: 10px;
}

div.register {
	float: left;
	width: 600px;
	border-width: 1px;
	border-color: #5a0502;
	border-style: solid;
	margin: 50px;
}

div.left {
	float: left;
	width: 150px;
}

div.admin_copyright {
	float: left;
	width: 600px;
	text-align: center;
}

img.icon {
	border-width: 0px;
}

th {
	background-color: #FD964A;
	color: #ffffff;
	text-align: left;
	height: 20px;
}

td.r0 {
	background-color: #fffec8;
}

td.r1 {
	background-color: #fff6b9;
}
a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
a:active {
	color: #ffffff;
	}
a:link img {
	border: 2px solid white;
	}
a:visited img {
	border: 2px solid white;
	}
a:hover img {
	border: 2px solid #d4c8e7;
	}
a:active img {
	border: 0px;
	}
