@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_pattern.png);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 62.5%;
}
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/body_grad.gif);
	background-repeat: repeat-x;
}
#header {
	background-color: #000000;
	width: 100%;
	margin-top: 20px;
	background-image: url(images/banner_pic.jpg);
	background-position: center;
	height: 150px;
	background-repeat: no-repeat;
}
#headerright {
	float: right;
	height: 150px;
}
#headerleft {
	float: left;
	height: 150px;
}
#shadow {
	background-image: url(images/shadow.png);
	background-repeat: repeat-x;
	height: 10px;
}
#nav {
	margin-top: 20px;
	margin-bottom: 20px;
}
#nav ul {
	color: #FFFFFF;
	font-size: 1.9em;
	line-height: 1.2em;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
 #nav li {
	list-style-type: none;
	text-align: center;
	font-weight: normal;
	vertical-align: bottom;
	display: inline;

}
 #nav a {
	width: 120px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 2.5em;
	
}
 #nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	font-weight: bold;
}
 #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
 #nav a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#content {
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	font-size: 1.3em;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: auto;
}
#content .table {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #FFFFFF;
}

#content h2 {
	color: #FFFFFF;
	font-size: 1.3em;
}

#content p {
	color: #FFFFFF;
}
#content .small {
	font-size: 0.8em;
	color: #CCCCCC;
}

#content a {
	color: #CCCCCC;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}

#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #999999;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.front_tease {
	background-image: url(images/tease_back.png);
	height: 95px;
	width: 600px;
	float: right;
	margin-right: 30px;
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 20px;
}
.front_tease h2 {
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	line-height: 1.3em;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 0px;
}
.front_tease h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.front_tease h2 a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

.front_tease p {
	font-size: 0.9em;
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
}


.frontimages img{

}

.frontimages:hover img{
	border: 4px solid #D0010E;
}

.frontimages:hover {
color: red; /* Dummy definition to overcome IE bug */
}

hr {
	color: #999999;
}

