html {
	min-width: 980px;
}


body, p, li {
	font-family: Verdana, "Helvetica Neue", Arial, sans-serif;
	TEXT-ALIGN: justify;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #665e4c;

	
}

/* disable firefox link borders */
a:active, a:focus {
	outline: 0;
	
}





/* @end */

/* @group Main Page Construction */

html {
	padding: 0;
	margin: 0;
	min-width: 920px;
}

#header {
	position: relative;
	background: url(_img/bg_header.jpg) 0px 89px no-repeat;
	height: 385px;
	overflow: hidden;
}

.linkblock ul {
	background: url(_img/seperator.png) top left repeat-x;
	padding: 2px 0 0 0;
	margin: 10px 0 0 0;
	list-style-type: none;
}

.linkblock li {
	background: url(_img/seperator.png) bottom left repeat-x;
	padding: 0;
	margin: 0;
}

.linkblock ul a:link,
.linkblock ul a:visited {
	background: url(_img/bg_linklist.png) left top no-repeat;	
	color: #000000;
	text-decoration: none;
	padding: 0 0 0 25px;
	display: block;
	height: 34px;
	line-height: 32px;
	font-size: 12px;
	
	
}

.linkblock ul a:hover,
.linkblock ul a:active {
	background: url(_img/bg_linklist.png) left -40px no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}



/* @end */



