/* CSS Document */
#container {background-image:url(images/background3.jpg); height:100%; background-repeat:no-repeat;}
#head {width: 1100px; height: 100px; background-image:url(images/background_header.png); background-repeat:no-repeat; margin-top:70px; }
/*#navigation {width: 1100px; height: 50px; margin-top:10px; background-image:url(images/background_nav.jpg); background-repeat:no-repeat;}*/
#middle {width: 1100px; height: 450px; padding:0px; margin-bottom:10px;}
	#col1 {float: left; width: 300px; height: 450px; margin-top:10px; margin-right:10px; background-image:url(images/background_col1.png); background-repeat:no-repeat;}
	#col2 {float: left; width: 790px; height: 450px; margin-top:10px; background-image:url(images/background_col2.png); background-repeat:no-repeat;}
#media {width: 1100px; height: 150px; clear: both; margin-top:20px; background-image:url(images/background_media.png); background-repeat:no-repeat;}
#footer {width: 1100px; height: 50px; clear: both; vertical-align:bottom; margin-top:10px; background-image:url(images/background_footer.png); background-repeat:no-repeat; }

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	/*background-image:url(images/background.jpg);
	background-repeat:no-repeat*/
}
body {
	background-color: #000000;
	text-align:center; /* for IE */
}

h1 {
	color:#f8981c; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px
}
a {
	font-size: 10px;
	font-weight:normal;
	color: #f8981c;
	text-decoration:none;
}
a:visited {
	font-size: 10px;
	color: #f8981c;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	font-size: 10px;
	color: #f8981c;
	font-weight:normal;
	text-decoration:underline;
}
a:active {
	font-size: 10px;
	color: #f8981c;
	font-weight:normal;
	text-decoration:none;
}
.orange{
	color: #f8981c;
	font-weight:normal;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.orange A {
	color: #f8981c;
	font-weight:normal;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.orange A:hover {
	color: #f8981c;
	font-weight:normal;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.orange A:visited {
	color: #f8981c;
	font-weight:normal;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
img {
	border-style:none;
	padding:1em;
}
img, div, a, input { 
	behavior: url(iepngfix.htc)
}
