@charset "utf-8";
/* CSS Document */

body
{
	padding:0px;
	margin:0px;
	background:#630512;
	font-family: "Tahoma", "Arial", "Verdana"; 
	font-size: 9pt;
	color:#F3F781; 
}

#container
{
	width:770px;
	height:100%;
	min-height:800px;
	margin: 0px auto 0px;
}

#header
{
	width:770px;
	height:176px;
	padding-top:2px;
}

#headerLeft
{
	width:160px;
	float:left;
}

#headerMiddle
{
	float:left;
	width:450px;
	text-align:center;
}

#headerRight
{
	width:160px;
	float:right;
	clear:none;
	text-align:right;

}

#content
{
	width:770px;
	color:#F3F781;
	clear:both;
}

#contentLeft
{
	width:145px;
	float:left;
	padding-left:10px;
	padding-right:5px;
}

#contentMiddle
{
	float:left;
	width:430px;
	min-height:710px;
	background:#000000;
	padding:10px;
	text-align:left;
}

#contentRight
{
	width:145px;
	float:right;
	padding-left:10px;
	padding-right:5px;
	clear:none;

}

#footer
{
	padding-top:10px;
	clear:both;
	text-align:center;
	padding-bottom:20px;
}

a:link, a:visited
{
	color: #FE9A2E; 
	text-decoration:none;
}

a:hover
{
	color: #FFFFFF;
	text-decoration:underline;
}

#nav a:link, #nav a:visited 
{
	color: #F3F781; 
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	border: none;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}


#nav ul
{
	list-style:none;
	width:135px;
}

#nav li
{
	background: url(images/bullet_1xg.gif) right no-repeat;
	list-style:none;
	padding-left:0px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:15px;
	text-align:right;
}

#nav a:hover 
{
	color: #FFFFFF;
}

h3
{
	font-size:14px;
	line-height:10px;
}

h2, h1, h4
{
	line-height:10px;
	
}

hr 
{
	height: 1px;
	color: #F3F781;
	margin-top:5px;
	margin-bottom:5px;
}

.catalog {
	margin: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 15px;
	text-align: center;
	border: 2px black solid;
	display: block;
	height: 150px;
	background-color: #DBDE74;
	color: #630512;
	font-size: 22px;
	font-family:"Times New Roman", Times, serif;
}

a:hover span.catalog:hover {
	text-decoration: none;
	}
