html, body, form, ul, li
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: Verdana;
	font-size: 12px;
	color: #1b1c20;
	background: #000000;
}
a
{
	color: #1b1c20;
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border: 0;
}
table
{
	border-collapse: collapse;
}
table td
{
	vertical-align: top;
	margin: 0;
	padding: 0;
}
ul
{
	list-style-position: inside;
}
#default_form th
{
	text-align: left;
}
.default_edit td
{
	padding-right: 5px;
}
h1
{
	margin: 0;
}
p
{
	margin: 0;
}
#wrapper
{
	padding: 0px 105px;
	width: 788px;
	margin: 0 auto;
	background: url(../images/background.jpg) top left repeat-y;
}
#text
{
	width: 788px;
	padding: 40px 0px;
	overflow: hidden;
	background: url(../images/text.jpg) top left repeat-y;
}
#page
{
	padding: 0px 60px;
}
#user
{
	position: absolute;
	top: 0px;
	left: 200px;
}
#header
{
	position: relative;
	height: 399px;
}
#menu
{
	position: absolute;
	top: 263px;
	left: 113px;
}
#menu img
{
	float: left;
}
#footer
{
	height: 16px;
	font-size: 10px;
	padding: 20px 25px 0px 50px;
	color: #ffffff;
	background: url(../images/footer.jpg) top left no-repeat;
}
#footer div#solution
{
	float: right;
	color: #666666;
}
#footer div#solution a
{
	color: #666666;
}