body	{
	background-color: black;
	color: white;
	margin: 5px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a	{
	text-decoration: none;
}

a:link, a:visited	{
	color: #bde6ae;
}

a:hover	{
	color: orange;
}


div#main	{
	padding: 2px;
	min-width: 700px;
	max-width: 1500px;
	margin: 20px auto;
	overflow: hidden;
	width:100%;
}

div#footer	{
	margin: 20px auto;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#main table	{
	width: 100%;
	min-height: 600px;
	border-spacing: 15px;
}

#logo	{
	margin: 5px auto 10px auto;
	padding: 10px;
	background-color: black;
	border: 2px solid #6495ed;
	text-align: center;
}

#left	{
	padding: 2px;
	width: 250px;
	min-height: 600px;
	vertical-align: top;
	border: 2px solid #6495ed;
	background-color: black;
}

#news	{
	padding: 10px;
	width: 400px;
	min-height: 600px;
	border: 2px solid #6495ed;
	vertical-align: top;
	background-color: black;
}

#right	{
	padding: 2px;
	min-width: 300px;
	min-height: 200px;
	border: 2px solid #6495ed;
	vertical-align: top;
	background-color: black;
}

div.cat	{
	margin-left: 10px;
	/*border-left: 1px dotted #bde6ae;*/
}

div.scat	{
	border-left: 1px dotted #6495ed;
	margin-left: 2px;
}

div.cat h1	{
	background-image: url(images/cat-point.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
	font-size: 18px;
	margin: 1px;
}

div.cat div.art	{
	margin-bottom: 10px;
}

div.art a	{
	background-image: url(images/cat-dot.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 8px;
	margin-left: 4px;
	display: block;
}

a img	{
	border: none;
}

#news h1	{
	background-image: url(images/news-point.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin-bottom: 0;
}

.buttons	{
	text-align: center;
}

.art-admin	{
	text-align: right;
	font-size: 14px;
}


.hidden	{
	display: none;
}