@import url(left-menu.css);
@import url(main-right.css);
@import url(main-content.css);
@import url(footer.css);

html, body
{
	height: 100%;
	padding: 0;
	margin: 0;
}

html
{
	background: #f8f8f8 url(img/html.png) repeat-x 0 0;
	padding: 0 20px;
}

body, td, th
{
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #666666;
}

p, form, legend,
ul, ol, li, dl, dt, dd,
h1, h2, h3, h4
{
	margin: 0;
	padding: 0;
}

li
{
	list-style-position: inside;
}

a
{
	color: black;
}

a:hover
{
	color: #6655aa;
}

a img
{
	border: none;
}

div#content
{
	min-height: 100%;
	min-width: 1200px;
}

div#spacer
{
	height: 90px;
	clear: both;
}

div#foot
{
	margin-top: -80px;
	min-height: 80px;
	background: #e9e9e9;
	min-width: 1200px;
}

.empty
{
	color: #cccccc;
}

.clear
{
	height: 0px;
	overflow: hidden;
	clear: both;
}

.s-small
{
	font-size: 11px;
}

.corner
{
	width: 3px;
	height: 3px;
	display: block;
	background: url(img/corner.png) no-repeat 0 0;
	position: absolute;
	z-index: 10;
}
