body {
	background-attachment: fixed;
	background-image:url('images/craphead/seaweed.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	font-family: serif;
	font-size: 15px;
	line-height: 120%;
	color: #000000; 
	
}

body.tile
{
	background-image:url('images/steel/chaintile.jpg');
	background-repeat: repeat;

}

body.front
{
	background-color: #FFFFFF;
	background-image:url('');
	background-repeat: no-repeat;
	background-position: right bottom;
}


p { 
	font-size: 15px;
	line-height: 120%;
	margin-top: 10px;
	margin-left: 90px;
	width: 700px;
   color: #000000;
}


.intro { 
	position: fixed;
	font-size: 15px;
	line-height: 120%;
	top: 40px;
	left: 50px;
	width: 30%;
   color: #000000;
	padding: 20px;
}

.news  {
	position: absolute;
	font-size: 15px;
	line-height: 120%;
	top: 40px;
	left: 37%;
	width: 600px;
	padding: 20px;
}


.header {
	color: #000000;
	font-size: 23px;
	line-height: 100%;
}

.quote {
	color: #000000;
	font-size: 18px;
	line-height: 100%;

}

.bold {
	color: #998877;
	font-size: 20px;
	line-height: 100%;
	font-family: sans-serif;
}

p.bigger { 
	font-size: 16px;
	 color: #FF0044;
}

p.header { 
   color: #660033;
	font-size: 30px;
	width: 700px;
	top: 20px;
}

p.center { 
   color: #660033;
	font-size: 30px;
	line-height: 100%;
	font-size: 30px;
	width:100%;
	text-align: center;
	
}

p.table { 
   color: #000000;
	font-size: 20px;
	line-height: 100%;
	width:95%;
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
}

.tabletext { 
   color: #000000;
	background-color: #FFFFFF;
	font-size: 13px;
	line-height: 100%;
	width:80%;
	margin-top: 3px;
	text-align: left;
}

.orange {
	color: #FFFFFF;
	background-color: #FF2233;
	font-size: 23px;
	line-height: 100%;
	width:85%;
	margin-top: 3px;
	font-family: serif;
	padding: 10px;
	
}

.orangesmall a:link {
	color: #FFFFFF;
}

.orangesmall {
	color: #FFFFFF;
	background-color: #FF2233;
	font-size: 18px;
	line-height: 100%;
	width:85%;
	margin-top: 3px;
	font-family: serif;
	padding: 10px;
	
}


h1 {
    line-height: 70%;
	font-size: 60px;
   font-family: times new roman, serif;
    color: #330033;
}
ol {
	color: #000000;
	font-size: 11px;
}
li {
	color: #000000;
	font-size: 11px;
}
img {
     border-color: #666666;

}
a {
	}

a:link {
	color: #FF0000;
	}

a:visited {
	color: #FF0000;
	}

a:active {
	color: #330033;
	}

a:hover {
   font-color: #330033;
	background-color: #FFCCCC;
	}

a.linkopacity:hover {
	background-color: #000000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	-khtml-opacity: 0.50;
	border: 0;
	text-decoration: none;
	
 }


a.linkopacity:active {
	background-color: #FFFFFF;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	-khtml-opacity: 0.50;
	text-decoration: none;
	border: 0;
	
 }

div.main {
	position: absolute;
	top: 500px;
	left: 600px;
}
div.center { 

	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-left: 400px;
	width: 320px;
    color: #666666;
	background-color: #FFFFFF;
	border: 2px dotted #FF6A6A;
	padding: 10px 10px 10px 10px;
}
div.blog {
	position: absolute;
	top: 420px;
	left: 725px;
}


.left  {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 42%;
	padding: 20px;
}


.right  {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 42%;
	padding: 20px;
}



