@charset "utf-8";

@font-face {
    font-family: lintsecregular;
    src: url('../_fonts/lintsec-webfont.eot');
    src: url('../_fonts/lintsec-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/lintsec-webfont.woff') format('woff'),
         url('../_fonts/lintsec-webfont.ttf') format('truetype'),
         url('../_fonts/lintsec-webfont.svg#lintsecregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: veteran-typewriter;
	src: url('../_fonts/veteran-typewriter-webfont.eot');
	src: url('../_fonts/veteran-typewriter-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/veteran-typewriter-webfont.woff') format('woff'),
         url('../_fonts/veteran-typewriter-webfont.ttf') format('truetype'),
         url('../_fonts/veteran-typewriter-webfont.svg#royal') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sten {
	font-family: lintsecregular;
}

.royal {
	font-family: veteran-typewriter;
	font-size: 14px;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 15px 0px 0px 0px;
}

a img {
	border: none;
}

a:link {
	color: rgba(255,0,0,1);
	text-decoration: none;
}

a:visited {
	color: rgba(255,0,0,1);
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: rgba(0,0,0,1);
	text-decoration: none;
}

a.whitelink:link, a.whitelink:visited { 
	color: rgba(253,251,162,1);
	text-decoration: none;
}

a.whitelink:hover, a.whitelink:active, a.whitelink:focus { 
	color: rgba(255,0,0,1);
	text-decoration: none;
}

a.hnav:link, a.hnav:visited {
	color: rgba(255,255,255,1);
	text-decoration: none;
	text-shadow: 2px 2px #000000;
}

a.hnav:hover, a.hnav:active, a.hnav:focus {
	color: rgba(0,0,0,1);
	text-decoration: none;
	text-shadow: 2px 2px #ffffff;
}

.bod {
	background-image:url(../_images/tbg-base.jpg);
	background-repeat:repeat;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.header {
	width: 100%;
	height: 125px;
	background-image:url(../_images/odbg-base.jpg);
	background-repeat:repeat;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.container {
	width: 960px;
	margin: 0 auto;
	border: 0;
	padding:0;
}

.headnav {
	height: 35px;
	background-image:url(../_images/rdbg-base.jpg);
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.content {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.contop {
	position: relative;
	background: #999
	width: 960px;
	height: 440px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.conimg {
	position: absolute;
	left: 280px;
	top: 0px;
	background: #000;
	width: 680px;
	height: 440px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.conlink1 {
	position: absolute;
	width: 260px;
	height: 90px;
	left: 0px;
	top: 20px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.conlink2 {
	position: absolute;
	width: 260px;
	height: 90px;
	left: 0px;
	top: 130px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.conlink3 {
	position: absolute;
	width: 260px;
	height: 90px;
	left: 0px;
	top: 240px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.conlink4 {
	position: absolute;
	width: 260px;
	height: 90px;
	left: 0px;
	top: 350px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.connewshead {
	position:relative;
	width 960px;
	height: 75px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.connewsbod {
	position:relative;
	width 960px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.newsbox {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 25px 0px;
	padding: 0px;
	border: 0px;
	
}


.connewsic {
	position:relative;
	margin: 0px;
	padding: 0px;
	border: 0px;
}


.footer {
	position: relative;
	height: 180px;
	width: 960px;
	background-image:url(../_images/odbg-base.jpg);
	background-repeat:repeat;
	margin: 0px 0px 50px;
	padding: 0px 0px 0px 15px;
	border: 0px;
	color: rgba(253,251,162,1);
}
