html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family:geneva,sans-serif;
	font-size:12px;

	letter-spacing:1px;
	line-height:17px;
	height:100%;

}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/******************** GENERIC */

a, u {
	text-decoration:none;
	border-bottom:1px solid #000;
	padding-bottom:1px;
	color:#000;
}

.indent {
	text-indent: 10px
}

.left {
	float:left;
}

.right {
	float:right;
}

.title {
	margin-bottom:11px;
}

.pmarg {
	margin-bottom:4px;
}

.img {
	overflow: auto; 
	height: 1%;	
}

.blink {
	text-decoration: blink;
}

/******************** BG */

#bgimg {

	width: 100%;
	height: 100%;
	position:fixed;
	top:0;
	left:0;
	z-index:-100;
	_position:absolute;
}

/******************** MAIN */

#main {
	min-width:960px;
	height:100%;
}


/******************** 3 PART */

#before {
	padding-bottom:40px;
}

#middle {

}

#after {
	clear:both;
}


/******************** INTRO */

#intro {
	padding:40px 40px 0px 40px;
}

.space {
	width:20px;
	height:10px;
}

.col {
	width:425px;
	float:left;
	padding-right:15px;
}

.col2 {
	width:414px;
}

/******************** VIEWS */

.view  {
	margin-right:20px;
	margin:40px;
	display:inline;
}

.subscribe {
	width:140px;
	
}

#subscribe_email {
	width:136px;
}

.weather {
	width:200px;
}

.usb {
	width:200px;
}

.wsymbol {
	
}

.wtext {
	margin-left:3px;
	margin-top:4px;
}


.page {
	float:left;
	margin-right:6px;
	margin-bottom:6px;
}

.row {
clear:both;
}

.pages {
	float:left;
	overflow: auto; 
	height: 1%;	
}

.text {
	clear:both;
	overflow:hidden;
}

.descr-short,
.descr-long {
	padding-bottom:4px;
}

.pre-descr {
	width:auto;
}

.descr-short {

}

.descr-long {
}


/******************** ARCHIVE */

#archive {
	clear:both;
	margin:40px;
	padding-top:40px;
}

#archive .col {
	float:left;
	width:16%;
	margin-right:1%;
}

#space-bottom {
	clear:both;
	height:50px;
}


/***************** FOOTER */

#footer {
	clear:both;
	margin:40px;
	padding-top:40px;	
}

#krlogo {
	margin-top:4px;
}