/*
CSS for Bubble Under site
*/
body {
	background: black url(backgroundimages/background_08.png) repeat fixed;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: black;
	margin: 0;
	padding: 0;
}
body.index {
	background: white;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: black;
	margin: 0;
	padding: 0;
}
#indexpage {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 250px;
}
h1 {
	font-style: bold;
	font-size: 12px;
	color: black;
	padding: 10px 0 0 0;
	}
p {
	color: #cbd300;
}
a.home {
	color; #cbd300;
	font-weight: bold;
}
a {
  text-decoration: none;
  color: white;
}
#nav {
	position: fixed;
	background: black url(backgroundimages/borderBig.jpg) repeat-y right top;
	width: 215px;
	margin: 10px 0 0 10px;
	padding: 0 5px 5px 5px;
	overflow: auto;
	}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	padding-bottom: 1px;
	}
li a {
	text-align: left;
  	text-decoration: none;
  }
li a:link {
  color: white;
  text-decoration: none;
}

li a:visited {
color: #6c9;
  text-decoration: none;}

li a:hover {
color: #effaa7;
  text-decoration: underline;
}

li a:active {
color: white;
  text-decoration: none;
}
#nav a:hover, body#home #t-home a, body#contact #t-contact a {
	text-decoration: underline;
	color: #effaa7;
}

#images {
	position: absolute;
	background: black url(backgroundimages/borderSmall.jpg) repeat-y left top;
	left: 245px;
	margin: 10px 0 0 0;
	padding-right: 30px;
	padding-left: 10px;
	padding-top: 67px;
	padding-bottom: 60px;
	}
#images p {
	width: 215px;
	padding: 0 0 0 20px;
}
#images h1 {
	padding: 0 0 0 20px;
	font-size: 12px;
}

.footer {
	font-size: 8px;
}
.title {
	padding:15px 0 4px 0;
}
img {
	margin-left: 20px;
	margin-bottom: 5px;
}
img.borderimage {
		border: black 1px solid;
}