/* body, header and container
--------------------------------------------------*/
body {
	background-image: url('http://www.merilin.net/colligo/test/bg.jpg');
	background-repeat: repeat-x;
	background-color: #5b5d5c;
	margin: 0px;
	text-align: center;
}
#header {
	margin-top: 0px;
	width: 100%;
	text-align: center;
}
#container {
	width: 800px;
	background-color: #bcbdbd;
	color: #1d1d1d;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 140%;
}

/* sidebar
--------------------------------------------------*/
#sidebar {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 2pt;
	text-align: left;
}

/* content
--------------------------------------------------*/
#content {
	float: left;
	width: 570px;
	padding-top: 10pt;
	padding: 2pt;
	text-align: left;
}

/* footer
--------------------------------------------------*/
#footer {
	clear: both;
	margin: 0;
	padding: .5em;
	background-image: url('http://www.merilin.net/colligo/test/footerbg.jpg');
	background-color: #444645;
	background-repeat: repeat-x;
	color: #dbd6d5;
	text-align: center;
	}
	
/* headlines
--------------------------------------------------*/
.headline {
	background-color: #5b5d5c;
	color: #dbd6d5;
	text-transform: uppercase;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.headline2 {
	background-color: #5b5d5c;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

/* links
--------------------------------------------------*/
a:link {
	text-decoration: none;
	color: #2852a6;
}
a:visited {
	color: #2852a6;
	text-decoration: none;
}
a:hover {
	color: #1d1d1d;
	text-decoration: none;
	background-color: #2852a6;
}
a:active {
	color: #1d1d1d;
	text-decoration: none;
	background-color: #2852a6;
}

/* forms
--------------------------------------------------*/

textarea, input, option, select {
	font-family: Arial;
	font-size: 11px;
	color: #1d1d1d;
	border: 1px solid #5b5d5c;
	background-color: #bcbdbd;
}

/* tables
--------------------------------------------------*/
td {
	font-family: Arial;
	font-size: 11px;
	color: #1d1d1d;
}

table {
	font-family: Arial;
	font-size: 11px;
	color: #1d1d1d;
}

tr {
	font-family: Arial;
	font-size: 11px;
	color: #1d1d1d;
}
