html, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background: #7590ad url(images/bg.gif) repeat;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
	margin-bottom: .5em;
}

p {
	margin-bottom: .5em;
}

a:link, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #467a36;
	text-decoration: underline;
}

a img {
	border: 0;
}

#wrapper {
	width: 731px;
	height: 100%;
	text-align: left;
	margin: 0 auto;
	background: #fff;
}

#mid {
 vertical-align: top;
}

h3 {
	padding-top:5px;
	margin:0;
	font-size: 1em;
	font-weight: bold;
	color: #2d5070;
}
.shadow {
	width: 6px;
	background:#99abbf;
}

/* --- header --- */
#header {
	width: 100%;
	height: 75px;
	background: url(images/header_bg.gif) 0 0 repeat-x;
}
#logo {
	vertical-align:top;
	padding:20px 0 0 19px;
}

#header a, #header a:visited {
	color: #7d7d7d;
	text-decoration: none;
}

#header a:hover {
	color: #374953;
}
#header a {
	display: block;
	padding-left: 22px;
}
#tb1 {
	background:url(images/home.gif) 0 0 no-repeat;
}
#tb2 {
	background:url(images/contact.gif) 0 0 no-repeat;
}
#tb3 {
	background:url(images/links.gif) 0 0 no-repeat;
}

/* --- topmenu --- */
#topmenu {
height: 32px;
background: url(images/topmenu_bg.gif) 0 100% repeat-x;
padding-left: 12px;
}

#topmenu td {
height: 32px;
padding: 0 8px;
}


#topmenu a {
	text-decoration: none;
}
#topmenu a, #topmenu a:visited {
	color: #7d7d7d;
}
#topmenu a:hover {
	color: #374953;
}

/* --- main --- */
#main {
 width: 100%;
 padding: 12px 0 12px 14px;
}

#main p {
	padding:0;
	margin: 0;
	margin-bottom: .8em;
/*	text-align: justify;*/
}

#main ul {
	list-style-type: none;
}

#main li {
	background: url(images/bull.gif) 0 4px no-repeat;
	padding-left: 16px;
	padding-top: 4px;
	margin-left: 0;
}

/* --- news --- */
#newswrap {
	padding: 20px 16px 20px 24px;
}
#news {
	background:url(images/news_bg.gif) repeat-y;
	width:190px;
}
#news #newsh {
	height:27px;
	background:url(images/news_h.gif) no-repeat;
	color:#fff;
	padding: 0 12px;
	vertical-align:middle;
	text-align:left;
}
#news td {
	color:#fff;
	padding: 12px;
	padding-bottom: 0;
	text-align: center;
}

/* --- footer --- */
#footer {
	border-top:1px solid #808080;
}
#tdfooter {
	padding:20px 0;
	text-align:center;
	color: #ff9900;	
}

#footer a:link, #footer a:visited { 
	color: #7d7d7d;
	text-decoration: none;
}

#footer a:hover { 
	color: #374953;
	text-decoration: underline;
}
