@charset "utf-8";
/* CSS Document */

#PageTable
{
	border:thin;
	border-color:B71301;
	cellpadding:0;
	cellpadding:0;
	background-color:B71301;
}
		
#header h1 {
	float: left;
	margin-top: 20px;
	padding: 100px 190px 0 0;
	background: url(images/img02.jpg) no-repeat right top;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 4.4em;
}

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

#BoxTitle
{
	background:url(Images/BoxTitle.jpg);
	font-style:italic
}

/* Content > Sidebar > Menu */

#menu {
	padding: 20px 0;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px 20px;
	border-top: 1px solid #EEEEEE;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	font-size:10pt;
}

#menu a:hover {
	
	color: #CF2547;
}

#menu .active a {
	
	
}

#menu .first a {
	border: none;
}
/* Header */

#header {
	width: 980px;
	height: 231px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header h1 {
	float: left;
	margin-top: 20px;
	padding: 100px 190px 0 0;
	background: url(images/img02.jpg) no-repeat right top;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 4.4em;
}

#header h1 {
	color: #CC0000;
}

#h3 
{
	color:#FBEC85;
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
}


#header h2 {
	float: left;
	margin: 0 0 0 -190px;
	padding: 160px 0 0 0;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}

#header h3{
	color: #333333;
}


#BoxTable Table{
	width:200px;
	height:115PX;
	border:thin;
	border-color:#B81300;
}
#sidebar {
	float: left;
	width: 300px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 20px 40px;
	background: url(images/img03.jpg) no-repeat;
}

#sidebar li ul {
	line-height: 2em;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar a {
	border: none;
}
?