/* -------------------------------------------------- */
/* layout webu 
/* -------------------------------------------------- */

	body {
		background-color: black;
		background-image: url('../images/bkgd.png');
		background-repeat:repeat-x;
		width: 100%;
		color: black;
		margin: 0px;
		padding: 0px;
		font-family: verdana, arial;
	}

	.link {
		position:absolute;
		width:100%;
		height:0px;
		background:#000;
		overflow:hidden;
		visibility:hidden;
	}
	.title   {
		position:relative;
		cursor:pointer;
		background: #fcb408;
		width:100%;
		color:black;
		font-size:14px;
		font-weight:bold;
		vertical-align:middle;
		left:2px;
		height:20px;
		overflow:hidden;
		background-image: url("../images/rowbkgd.png");
		background-repeat:repeat-x;

	}

	p.ctr	{
		text-align:center;
	}

	.title_o {
		position:relative;
		cursor:pointer;
		width:100%;
		color:#fde907;
		font-size:14px;
		font-weight:bold;
		left:2px;
		height:25px;
		overflow:hidden;
	}
	.text {
		position:relative;
		text-align:left;
		padding:5px;
		margin:5px;
		font-size:14px;
		color:#FFF;
		overflow:hidden;
		height:100%;
	}

	#frames {
		position:absolute;
		width:600px;
		height:370px;
		overflow:hidden;
	}

	#sliderposition {padding-top:95px;}

	#title {
		position:relative;
		text-align:center;
		margin:20px;
		font-size:20px;
		font-weight:bold;
		color:white;
		overflow:hidden;
		height:90%;
	}



#imgdiv {
	padding-top:95px;

}

.pad	{padding-top:45px;
	padding-left:45px;
	margin-left:5px;
}



/* -------------------------------------------------- */
/* layout containers 
/* -------------------------------------------------- */

#vertiContInd {
	margin: 0 auto; top: 0px; left: 0px;
	z-index: 999;

}

#vertiContInd { /*  */
	width: 950px;
	_width: 939px;
	height:700px;
}


#innerdiv {
	width: 875px;
	_width: 837px;
	height:650px;
	float:left;

}


.laura {
	background-image:url('../images/archives.jpg');
	background-repeat:no-repeat;
	background-color:white;
	font-size:14px;
	font-weight:bold;
}

.laura a:link {
	color:red;
	text-decoration:none;
}

.laura a:visited {
	color:blue;
	text-decoration:none;
}

.laura ul {
	margin: 0px 0 0 0px;
	padding: 0px;
	list-style: none;
	color:blue;

}

.laura li {
	list-style:none;
	height:80px;
}

.divback{
	background-image:url('../images/divback.png');
}


.connor {
	background-image:url('../images/alley.png');
	background-repeat:no-repeat;
	color:#fcb408;
	font-size:14px;
	font-weight:bold;
	
}

.thanks {
	background-image:url('../images/thanks.png');
	background-repeat:no-repeat;
}

.floatright {float:right;}
.floatleft {float:left;}

/* -------------------------------------------------- */
/* navmenu      #492446
/* -------------------------------------------------- */

#namestrip {float:left;
	width:45px;
	height:700px;
	padding-top:75px;
}


#navBox {
	float: left;
	width: 225px;
	height:700px;
	_width: 312px;
	padding-top:0px;
}

.nav ul {
	margin: 0px 0 0 0px;
	padding: 0px;
	list-style: none;
	color:blue;

}


.nav li {
	list-style: none;
	height:25px;	
}

.nav a:link {
	color:#00CED1;
	text-decoration:none;
}

.nav a:visited {
	color:red;
	text-decoration:none;
}
.nav img {
	display:block;
	padding:0px;
	margin:0px;
	border:0px;
	float:left;
}


/* header*/
#header {
	height: 40px;
	_height: 62px;
	padding: 0px;
	text-align:center;
}

h1.skin {
	color:#95ff22;
}

h5.skin {color:#7CFC00;
	margin:0px;}

h5.unfallen {color:white;
	margin:0px;}

/* IE 7 only */
html>body #header h1 { 
	*height: 60px;
	padding-top:10px;
}
/* IE 6 only */
#header h1 { 
	_height: 10px;
padding-top:50px;
}



/* textbox */

#textBox {
	float: left;
	width: 600px;
	height: 700px;
	_width: 312px;
	_height: 412px;
}

a:link {color: yellow;}
a:visited {color:red;}

	


#footer {	
	width:150px;
	height:10px;
	padding-top:10px;
	color:red;
	text-align:center;
}