﻿@charset "utf-8";
/* CSS Document */

/***********************************************/
/* din-style.css                             */
/***********************************************/

body,td,th {
	color: #4e565e;
	font-size: 8.5pt;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
}

a{
	color: #e77b41;
	text-decoration: none;
}

a:link{
	color: #e77b41;
	text-decoration: none;
}

a:hover{
	color: #eb964d;
	text-decoration: underline;
}

#h1{
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 24px;
	color: #e77b41;
	font-weight: normal; 
}

#h2{
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 18px;
	color: #666666;
	font-style: italic;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	height: auto;
	width: 825px;
	clear: both;
	margin: 0 auto;
}
#main_outer {
	height: auto;
	width: 705px;
	float: left;
}
#left_flap {
	float: left;
	width: 60px;
	height: 338px;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
}
#right_flap {
	float: right;
	height: 338px;
	width: 60px;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
}
#top_accross {
	height: 98px;
	width: 705px;
	clear: both;
}
#header {
	clear: both;
	height: 240px;
	width: 705px;
}
#navigation_bar {
	clear: none;
	height: 240px;
	width: 235px;
	float: left;
}
#hdr_box {
	float: right;
	height: 240px;
	width: 470px;
}
#main {
	clear: both;
	height: auto;
	width: 705px;
}
#leftbar {
	float: left;
	height: auto;
	width: 225px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 8px;
}
#rightbar {
	float: right;
	height: auto;
	width: 455px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 8px;
}
#top_across_1 {
	float: left;
	height: 98px;
	width: 235px;
}
#top_across_2 {
	float: right;
	height: 27px;
	width: 470px;
	padding-top: 71px;
}
#footer {
	clear: both;
	height: 113px;
	width: 705px;
	background-image: url(images/footerBG.jpg);
	background-repeat: repeat;
	font-size: 8.5pt;
	font: Tahoma;
	padding-top: 32px;
}
