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

/* Body */


body {
	margin:0px;
	color: #333333;
	padding:0;
	background:fixed;
	background-color: #0b0b0b;
	background-image: url(../images/randombg/rotate.php);
	background-repeat:no-repeat;
	background-attachment: fixed;
}


/* Divs */
#header {
	width:auto;
	height:14px;
	background-color:#991248;
	text-align:right;
}

#container {
	width:auto;
	margin-left: 50px;
	margin-top: 125px;
}
#content {
	width:640px;
	margin-top:25px;
	margin-left:250px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}
#contentindex {
	background-image:url(../images/homepagetriangle1.jpg);
	width:640px;
	margin-top:25px;
	margin-left:250px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	
}
#menu {
	width:200px;
	height:auto;
	float:left;
	margin-top:25px;
}


#logo {
	height:59px;
	float:inherit;
}

#neverstop {
	width:325px;
	height:17px;
	padding-left:400px;
}

#biobutton {
	width:197px;
	height:24px;
	background-image:url(../images/biobutton.jpg);
	background-color:#000;
	background-repeat:no-repeat;

}
#motionbutton {
	width:197px;
	height:24px;
	background-image:url(../images/motionbutton.jpg);
	background-color:#000;
	background-repeat:no-repeat;
}
#staticbutton {
	width:197px;
	height:24px;
	background-image:url(../images/static.jpg);
	background-color:#000;
	background-repeat:no-repeat;

}
#followmebutton {
	width:197px;
	height:24px;
	background-image:url(../images/followmebutton.jpg);
	background-color:#000;
	background-repeat:no-repeat;

}
#horizontalline {
	padding-bottom:6px;
	padding-top:5px;
}

/* Type */

a {
color:#419171;
background-color:#000;
text-decoration:none;
border:none;
}
a:hover{
	color:#000;
	background-color:#419171;
}
a:visited{
	background-color:#000;
	text-decoration:line-through;
}
a:visited:hover{
	color:#000;
	background-color:#419171;
	text-decoration:none;
}

.contenttext{
	font-family: Verdana, Georgia, "verdana", Times, serif;
	font-size: 9px;
	color:#999;
	line-height: 14px;
	align: 'justify';
	list-style-type:none;
	list-style-position: inside;
	display: inline;
}

.header{
	font-family: Verdana, Georgia, "verdana", Times, serif;
	font-size: 9px;
	color:#000;
	line-height: 14px;
	list-style-type:none;
	list-style-position: inside;
	display: inline;
	letter-spacing: 0.3cm;
}

.contenttextgrey{
	font-family: Georgia, "verdana", Times, serif;
	font-size: 10px;
	color:#666;;
	line-height: 14px;
	align: 'justify';
	list-style-type:none;
	list-style-position: inside;
	display: inline;
}

.menulinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #419171;
	line-height: 14px;
	align: 'justify';
	list-style-type:none;
	list-style-position: inside;
	display: inline;
}
.menulinkspink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #991248;
	line-height: 14px;
	align: 'justify';
	text-indent: 9px;
	list-style-type:none;
	list-style-position: inside;
	display: inline;
	
}
.titlecontent {
	font-family: "Georgia"regular, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #419171;
	letter-spacing: 0.4cm;
}

