@charset "utf-8";
/* CSS Document */

html {
	font: 12px Arial;
}

h1 {
	font: 190%/240% "Trebuchet MS", Tahoma, Arial;
/*	font-size:18pt;
	font-style:normal;*/
	margin-top: 0px;
	margin-bottom: 0px;
}

body {
	font: 110%/135% "Trebuchet MS", Tahoma, Arial;
	margin: 0;
	padding: 0;
	background: #000000;
}

a:link {
COLOR: #663366;
font-weight:bold;
}

#container {
	width: 938px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#header-top {
	/* background: url(../images/bg-ht.gif); */
	background: #000000 url(/images/topheader_bg.jpg) repeat-x scroll center top;
	border: 3px solid #D5D3C6;
	position: relative;
	height: 80px;
	background-image: url(/images/topheader_bg.jpg);
}

/* float this one */
#sidebar {
	float: left;
	width: auto;
	height:inherit;
	margin-left: 0px;
	position: relative;
	padding: 10px 10px 0px 0px;
}

/* ... but not the rightmost one */
#content {
	margin-top: 10px;
	background: #F7F7F7 none repeat scroll 0 0;
	border: 3px solid #D5D3C6;
	padding:15px;
	overflow:auto;
}

