body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	color: #333333;
	background-color: #eeefff;
}

#homepix {
	float: left;
	padding: 3px;
}

#title {
	padding: 25px;
	text-align: center;
	font-size: 40px;
	color: white;
	background-image: url(images/title_bg2.jpg);
}

#subtitle {
	padding: 2px;
	text-align: center;
	font-size: 28px;
	color: white;
	background-color: black;
}


/* #menu {
	position: absolute;
	padding: 10px;
	left: 0;
	text-indent: 10px;
	width: 235px;
	line-height: 150%;
	top: 67px;
	background: rgb(80%,80%,70%);
} */

#footer {
	clear: both;
	padding: 10px;
	text-indent: 250px;
	text-align: center;
	font-size: 12px;
	color: black;
	bottom: 10px;
	}
	
.float-left {
	float:left;
	border: 4px solid black
}

.desc {
	margin-left: 160px;
}

#content {
	top: 400px;
	margin-left: 250px;
}

a {
	border: 0;
}

img {
	border: 0;
}


#bigpic {
	position: absolute;
	top: 230px;
	left: 500px;
}

iframe {
	width: 200px;
	height: 70%;
	border: 0;
}

p {
	line-height: 150%;
}

p.bigger {
	font-size: 1.1em;
}

dl#btnmenu {
	padding:5px;
	position: absolute;
	left: 0px;
	width: 235px
}

dt.btn {
	margin-bottom: 5px;
	text-align: center
}

dt.btn a {
	display: block;
	text-decoration: none;
	color: white;
	background: rgb(0,100,0);
	border: 5px outset rgb(0,150,0)
}

dt.btn a:hover {
	background: rgb(0,185,0);
	border: 5px outset rgb(0,255,0);
	color: black
}

dt.btn a:active {
	background: rgb(185,0,0);
	border: 5px outset rgb(255,0,0);
	color: white
}

#note {
	font-family: "Arial" sans serif;
	font-size: 75%;
	color: black;
	text-align: justify;
	padding: 14px;
	text-indent: -11px;
}
