@charset "UTF-8";
/* CSS Document */

body {
	margin:30px 0 0 0;
	padding:0;
	background-color:#CCC;
	text-align:center;	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 72%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	color: #DDD;
}

#container {
	width:955px;
	height:575px;
	margin:0px auto;
	text-align:left;
}

#content {
	height: 362px;
	width: 100px;
	text-align:right;
	overflow-x:scroll;
	overflow-y:hidden;
}

#wn	{ 
	position:relative;
	margin:0;
	width:420px;
	height:300px; 
	overflow:hidden;	
}

#scrollLinks {
	margin-top:20px;
}

.image_tn {
	float:right;
	margin:0 0 15px 15px;
}



/*
#textblock {
	position:relative;
	width:185px;
	height:382px;
	top:10px;
	left:612px;
	background-image:url(../images_site/rooff-background-text.jpg);
	background-repeat:repeat-x repeat-y;
	padding:1px 10px 0 10px;
}
*/
/*typography*/
a {
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
img {
	border: 0;
	}
ol, ul, li {
	list-style: none;
	list-style-position:inside;
	font-size: 1em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	margin-left:0;
	padding-left:0;
	}
p {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 1em;
	}
strong, b {
	font-weight: bold;
	}
	
.text td {
	font-size: 1em;
	line-height: 1.4em;
	padding-left:5px;
}

.current_link a {
	text-decoration: none;
	font-weight: normal;
	color: #777;
}

.rooff {
	color:#000;
	font-size:1.2em;
	font-family: Impact, Arial, Helvetica, sans-serif;
	letter-spacing: 0.12em;
}