html, body {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	background-color: transparent;
	background-image: url(img/bg.png);
	font-family: 'Arial';
	font-size: 16px;
	color: #ccc;
	height: 100%;
	overflow: auto;
}

body {
	padding: 0;
	margin: 0;
}


@font-face {
  font-family: "Due Date";
  src: url("font/DUE.TTF");
}


h1 {
	font-family: Due Date;
}

.h1_full_width
{
	background-repeat:no-repeat;
	border-bottom:2px solid #AAAAAA;
	font-size:1.4em;
	margin-left:9px;
	padding-bottom:4px;
	padding-left:10px;
	width:50%;
}

.mail_link_top_left {
	font-weight: bold;
	background-repeat:no-repeat;
	font-size:12px;
	font-family: Due Date;
}

.conText{
	font: normal;
	font-family: sans-serif;
	
}

.galDiv{
	z-index:15;
	margin: 1em;
	width: 155px !important;
	height: 170px !important;
}

.imgGal
{
	width: 150px;
	height: 150px;
	border: 1px solid #AAA;
	margin-top: 3px;
}

.gLink {
	border: none;
	text-decoration: none;
	color: #000;
}

.container {
	padding: 0;
	margin: 0 auto !important;
	height: auto;
	min-height: 100%;
	width: 900px;
	text-align: left;
	
	border-left: 1px solid #1f1d1c;  /* TODO remove */ 
	border-right: 1px solid #1f1d1c;  /* TODO remove */ 
}

.top_container {
	background-color: transparent;
	background-image: url(img/top2.png);
	width: 899px;
	height: 314px;
	
	border-left: 1px solid #1f1d1c;  /* TODO remove */ 
	border-right: 1px solid #1f1d1c;  /* TODO remove */ 
}

#logo_img {
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 5px;
}

#mail_img_link {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	
	*float: none;
	_float: none;
	*margin-top: 10px;
	_margin-top: 10px;
	*margin-right: 20px;
	_margin-right: 20px;
	*margin-left: 730px;
	_margin-left: 730px;
}

#clear {
	clear:both;
	display:block;
	height:175px;
	margin:48px;
	overflow:hidden;
	
	*clear: both;
	_clear: both;
	*display: block;
	_display: block;
	*height: 175px;
	_height: 175px;
	*margin: 0;
	_margin: 0;
	*margin-left: 48px;
	_margin-left: 48px;
	*margin-right: 48px;
	_margin-right: 48px;
	*margin-top: 10px;
	_margin-top: 10px;
	*margin-bottom: 10px;
	_margin-bottom: 10px;
	*overflow: hidden;
	_overflow: hidden;
}

.reference {
	font-size: 18px;
	line-height: 25px;
	margin-left: 30px;
	margin-top: 15px;
}

.content {
	background-color:#CCCCCC;
	color:#000000;
	padding:0.7em;
	height:auto;
}

#conText {
	font-size: 20px;
	line-height: 25px;
}

.contacts_table {
	color: #000;
	line-height: 18px;
	margin-top: 15px;
}

.greyDiv {
	background-color: #ccc;
	border : solid 1px #ccc;
	border-radius: 6px;
	height: auto;
	width: auto;
/*	padding: 0.4em;*/
}

.left_column_contacts {
	text-align: right;
	font-size: 19px;
	font-weight: bold;
	padding-right: 15px;
	padding-top: 10px;
}

.right_column_contacts {
	font-size: 18px;
	padding-top: 10px;
}

.footer {
	background-color: #1f1d1c;
	margin: 0 auto !important;
	width: 900px;
	height: 20px;
	line-height: 20px;
	
	border-left: 1px solid #1f1d1c; /* TODO remove */
	border-right: 1px solid #1f1d1c; /* TODO remove */
}

#footer_text {
	vertical-align: middle;
	color: #ccc;
	font-size: 12px;
	text-align: center;
}
