@charset "utf-8";
/* LukeSwan.com CSS Document */

body
{
	margin: 0;
	padding: 0;
	background: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

a
{
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
h1
{
	background: url(images/h1-bg.jpg) repeat-x;
	line-height: 37px;
	display: block;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 22px;
	padding: 0 15px;
}
#border-l
{
	background: #111111 url(images/border-l.jpg) repeat-y right;
}
#border-r
{
	background: #111111 url(images/border-r.jpg) repeat-y left;
}

#main
{
	width: 800px;
	background: #333333;
}

#logo-bg
{
	background: url(images/logo-bg.jpg) repeat-x;
	height: 100px;
	padding: 0 15px;
}
.red-line
{
	background: #CC0000;
	height: 8px;
}
#menu-bar
{
	background: url(images/menu-bg.jpg) repeat-x;
	height: 30px;
}

.menus-item
{
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
}
.menus-item a
{
	display: block;
	background: url(images/menu-off.jpg) repeat-x;
	color: #333333;
	text-decoration: none;
	height: 20px;
	padding: 5px 8px;
}
.menus-item a:hover
{
	display: block;
	background: url(images/menu-on.jpg) repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
}
.menus-item a.selected
{
	display: block;
	background: url(images/menu-on.jpg) repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
}
#content-area
{
	border: 5px #333333 solid;
	padding: 10px;
	background: #FFFFFF;
}

.bottom
{
	background: url(images/bottom-bg.jpg) repeat-x;
	height: 62px;
	font-family: Tahoma;
}
.bot-l
{
	background: url(images/bottom-l.jpg) no-repeat right;
	height: 62px;
	color: #CCCCCC;
	font-size: 10px;
	padding: 0 5px;
}
.bot-c
{
	background:url(images/bottom-c.jpg) repeat-x;
	font-size: 10px;
	color:#FFFFFF;
	line-height: 15px;

}
.bot-c a
{
	color: #FFFFFF;
	text-decoration: none;
}
.bot-c a:hover
{
	color: #FF0000;
	text-decoration: none;
}
.bot-r
{
	background: url(images/bottom-r.jpg) no-repeat left;
	height: 62px;
	color: #CCCCCC;
	font-size: 10px;
	padding: 0 5px;
}
.bot-r a
{
	color: #FFFFFF;
	text-decoration: none;
}
.bot-r a:hover
{
	color: #FF0000;
	text-decoration: none;
}
