*
{
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

html
{
	background-color:black;
	background-image: url(../assets/container_background.jpg);
	background-repeat:repeat-y;
	background-position:center;	
  	overflow: -moz-scrollbars-vertical;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 865px;
	padding-left: 6px;
}

#header
{
	height: 155px;
	width: 860px;
	background-image: url(../assets/header_static.jpg);
}

#column1
{
	float: left;
	width: 164px;
	padding-top: 60px;
	padding-left: 1px;
	background-image:url(../assets/column1_top.jpg);
	background-position:top;
	background-repeat: no-repeat;
}

#column1 ul
{
	list-style: none;
	width: 163px;
	border-bottom:1px solid black;
}

#column1 li
{
	background-image:url(../assets/column1_li_background.jpg);
	background-repeat:repeat-y;
	line-height: 23px;
	_height: 23px;
	margin-top: 1px;
}

#column1 li a
{
	padding-left: 15px;
	color: white;
	text-decoration:none;
	font-weight:bold;
	width: 148px;
	display:block;
}

#column1 li a:hover
{
	color: #fff200;
	background-color:#3d3e3e;
}

#column2
{
	float: left;
	width: 665px;
	min-height: 379px;
	_height: 379px;
	background-position:top;
	background-repeat: no-repeat;	
	background-color: #f0ecec;
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 15px;	
}
	#column2 p
	{
		color: black;
	}
	#column2 td
	{
		padding-bottom:1px;
	}
	#column2 #home
	{
		height: 175px;
		margin-left: -16px;
		_margin-right: -15px;
		margin-top: 139px;
		width: 696px;
		background-image:url(../assets/column2_home_background.jpg);
		background-position:top;
		background-repeat: no-repeat;	
		border-bottom: 1px solid #666666;
	}
		#column2 #home .column
		{
			float: left;
			width: 232px;
		}
		#column2 #home ul, #column2 ul
		{
			list-style: none;
			margin-top: 5px;
			margin-left: 5px;
			margin-right: 5px;
		}
		#column2 #home li a, #column2 li a
		{
			line-height: 18px;
			text-decoration: none;
			color: black;
			display:block;
			_width: 220px;
			_height: 18px;
			padding: 1px;
			text-indent:5px;
		}
		#column2 #home li a:hover
		{
			text-decoration: none;
			color: #d80705;
			border: 1px solid #d80705;
			padding: 0px;
		}
	#column2 li a:hover
	{
		text-decoration: none;
		color: #d80705;
		border: 1px solid #f0ecec;
		border-left: 1px solid #d80705;
		padding: 0px;
	}
	#column2 .linksheader
	{
		background:#ffffff; 
		border:#000000 1px solid; 
		padding:5px 10px; 
		font-size:14px;
	}
	#column2 .linkscontent
	{
		 border:#000000 1px solid; 
		 border-top:0px; 
		 padding:5px 10px;
	}
	#column2 .linkscontent img
	{	
		border:0px; 
	}
h1 
{
	color: #666666;
	font-size:20px;
	font-weight:bold;
	margin-bottom: 10px;
}

h2 
{
	color: white;
	font-size:14px;
	font-weight:bold;
	margin-left: 10px;
	line-height: 33px;
}

h3
{
	color: black;
	font-size:16px;
	font-weight:bold;
	margin-bottom: 10px;
}

h4
{
	color: #666666;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 10px;
}

#column2 table
{
	width: 100%;
}

#column2  li
{
	list-style: outside;
	margin-left: 15px;
	list-style:disc;
}

.img_left
{
  float: left;
}

.img_right
{
  float: right;
}

.img_middle
{
  float: center;
}

