﻿/* CSS layout */

#masthead {
background-image: url('Images/top.jpg'); background-repeat: no-repeat; height: 145px; width: auto;
}

#top_nav {
}

#container {
width: 960px; margin: 15px auto; text-align: right;
}

#page_content {
	width: auto;
	background-image: url('Images/content.jpg');
	background-repeat: repeat-y;
	height: 500px;
}


#footer {
background-image: url('Images/bottom.jpg'); background-repeat: no-repeat; height: 71px; clear: both;
}

#MailTo {
	padding-left: 20px;
	background: url('Images/imemail.gif') no-repeat;
	float: none;
	margin-left: 20px;
	text-align: left
}

#imFooter_L {
	margin: 4;
	font: 10pt Tahoma;
	padding: 2px 0 0 0; font: 11px Tahoma; color: #000000; text-align: left; height: 15px;
}

#Content {
	width: 780px;
	float: right;
	height: auto;
}

#Right_Col {
	width: 130px; height: 338px; padding-top: 16px; padding-right: 25px; float: right;
}

#imPage {

	height: auto;
	float: right;
}

.imHidden {display: inline;}

