/********************************************************
* Global
********************************************************/
* {
	margin: 0;
	padding: 0;
}

html, body {
	text-align: center;
	background-color: #FFFFFF;
	background: #A1A1A1 url(images/background.png) top left repeat-x;
}

body, tr, td {
    font: normal 11px Helvetica Neue, arial, verdana, sans-serif;
}

td, tr {
	padding: 0px 0px 0px 0px;
}

h1 {
	font: bold 14px Helvetica Neue, arial, verdana, sans-serif;
	margin-left: 15px;
}

h2 {
	font: bold 13px Helvetica Neue, arial, verdana, sans-serif;
}

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

a:hover {
	color: #90001A;
	text-decoration: none;
}

iframe {
	float: left;
}

p {
	margin-top: 10px;
}

li {
	margin-left: 10px;
	list-style-type: none;
	list-style-position: inside;
}

img {
	border-style: none;
}

/********************************************************
* Specific Elements
********************************************************/
#Page {
	width: 760px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#Top {
	width: 760px;
	height: 10px;
}

#Header {
	width: 760px;
	height: 75px;
	background: url(images/header.png) top center no-repeat;
}

#TopSpace {
	width: 760px;
	height: 5px;
	background: #8A8A8A url(images/space.png) top center no-repeat;
}

#TopMenu {
	width: 760px;
	height: 35px;
	background: #FFFFFF url(images/menu.png) top center no-repeat;
}

#Main {
	width: 760px;
	min-height: 415px;
	height: auto !important;
	height: 415px;
	background-color: #BEBEBE;
}

#Bottom {
	width: 760px;
	height: 50px;
	background: url(images/bottom.png) top center no-repeat;
}

#Space {
	width: 760px;
	height: 5px;
}

#Footer {
	width: 760px;
	height: 75px;
	background: url(images/footer.png) top center no-repeat;
}

#LeftCol {
	float: left;
}
#MiddleCol {
	float: left;
	left: 5px;
	position: relative;
}
#RightCol {
	float: right;
}
#Menu {
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

#TopMenuText {
	top: 10px;
	position: relative;
}
}
#TopMenuText a, {
	color: #444444;
	text-decoration: none;
}
#TopMenuText a:visited {
	color: #444444;
	text-decoration: none;
}
#TopMenuText a:link {
	color: #444444;
	text-decoration: none;
}
#TopMenuText a:hover {
	color: #444444;
	text-decoration: underline;
}
#NavText {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 13px;
	color: #FFFFFF;
}
#NavText a, {
	color: #EEEEEE;
	text-decoration: none;
}
#NavText a:visited {
	color: #EEEEEE;
	text-decoration: none;
}
#NavText a:link {
	color: #EEEEEE;
	text-decoration: none;
}
#NavText a:hover {
	color: #EEEEEE;
	text-decoration: underline;
}
#commentform textarea {
	width: 530px;
	padding: 0px;
	border: 1px solid #100;
}


/********************************************************
* Classes
********************************************************/
.ContentText {
	margin-left: 2px;
	margin-right: 2px;
}
.Space2 {
	height: 2px;
	font-size: 1px
}
.Space20 {
	height: 10px;
	font-size: 1px
}
.SearchForm {
	height: 19px;
	width: 100px;
	border-top: #AAAAAA 1px solid;
	border-left: #AAAAAA 1px solid;
	border-bottom: #AAAAAA 1px solid;
	border-right: #AAAAAA 1px solid;
	margin-top: 50px;
	margin-left: 145px;
	background-image: url(MenuIcons/search_inputbackground.gif);
}
.SearchSubmit {
	border-right: #AAAAAA 1px solid;
	border-top: #AAAAAA 1px solid;
	border-left: #AAAAAA 1px solid;
	border-bottom: #AAAAAA 1px solid;
	height: 21px;
	width: 21px;
	position: relative;
}
.alignright {
	float: right;
}

.alignleft {
	float: left
}

/********************************************************
* Layout Classes
********************************************************/
.Col190 {
	width: 190px;	
}
		.Content160Top {
			width: 160px;
			margin-top: 15px;
			margin-left: 15px;
			height: 3px;
			background: url(images/content160.png) top center no-repeat;
			font: normal 0px arial;
		}
		.Content160 {
			width: 160px;
			min-height: 210px;
			height: auto !important;
			height: 210px;
			margin-left: 15px;
			background-color: #000000;
		}
		.Content160Bottom {
			width: 160px;
			margin-left: 15px;
			height: 3px;
			background: url(images/content160.png) bottom center no-repeat;
			font: normal 0px arial;
		}
		.Ad160 {
			width: 160px;
			height: 600px;
			margin-right: 15px;
		}

.navigation {
	width: 570px;
	margin-top: 10px;
	margin-left: 15px;
}

.Col570 {
	width: 570px;
}
	.Content550Top {
		width: 550px;
		margin-top: 15px;
		margin-left: 15px;
		height: 3px;
		background: url(images/content550.png) top center no-repeat;
		font: normal 0px arial;
	}
	.Content550 {
		width: 550px;
		margin-left: 15px;
		background-color: #000000;
	}
	.Content550Fixed {
		width: 550px;
		height: 390px;
		margin-left: 15px;
		background-color: #000000;
	}
	.Content550Bottom {
		width: 550px;
		margin-left: 15px;
		height: 3px;
		background: url(images/content550.png) bottom center no-repeat;
		font: normal 0px arial;
	}
		.Content540Top {
			width: 540px;
			margin-left: 5px;
			height: 3px;
			background: url(images/content540.png) top center no-repeat;
			font: normal 0px arial;
		}
		.Content540 {
			width: 540px;
			margin-left: 5px;
			background-color: #FFFFFF;
		}
		.Content540Fixed {
			width: 540px;
			height: 380px;
			margin-left: 5px;
			background-color: #FFFFFF;
		}
		.Content540Bottom {
			width: 540px;
			margin-left: 5px;
			height: 3px;
			background: url(images/content540.png) bottom center no-repeat;
			font: normal 0px arial;
		}
		.Content540Black {
			width: 540px;
			margin-left: 5px;
			background-color: #000000;
			color: #FFFFFF;
		}

/********************************************************
* Float containers fix:
* http://www.csscreator.com/attributes/containedfloat.php
********************************************************/
.clearfix:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
