html { background-image: url(/img/bg.jpg); }

* body {
	/*background-image: url(/img/bg-bottom.jpg);
	background-position: bottom;
	background-repeat: repeat-x;*/
	color: #000000;
	font-family: Georgia, Georgia, serif;
	font-size: 13px;
	line-height: 19px;
	}

img {
	behavior:	url("/pngbehavior.htc");
}

a { color: #9f2301; }

#advLink { margin-top: 15px; font-size: 11px; line-height: 12px; color: #000000; }
#advLink a { color: #000000; }

#page {
	min-width:980px;
	max-width:1100px;
	width: expression(document.body.clientWidth < 982? "980px" : document.body.clientWidth > 1102? "1100px" : "auto");
	margin: 0px auto;
	background-position: top center;
	background-repeat: no-repeat;
}

#page-left {
	background-image: url(/img/bg-left-arrow.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#page-right {
	background-image: url(/img/bg-right-arrow.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.line {
	background-image: url(/img/main-line.jpg);
	background-position: center center;
	background-repeat: repeat-x;
}

#menu {
	font-size: 14px;
	margin-top: 70px;
	margin-bottom: 20px;
	}


.right { text-align: right; }

#news { 
	float: left;
	margin: 0px 10px 20px 45px;
	width: 300px;
	}
#news dt { text-decoration: underline; }
#news dd { padding-bottom: 20px; }

#main {
	margin-left: 0px;
	float: right; 
	width: 600px;
	}

#main h2 {
	text-align: center !important;
	}

h1 { 
	font-size: 21px;
	text-decoration: underline;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 15px;
	}
h2 { 
	font-size: 21px;
	text-decoration: underline;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 15px;
	}
h3 { 
	font-size: 17px;
	text-decoration: underline;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 15px;
	}
p { margin-bottom: 15px; line-height: 22px; }