﻿/* CSS Document */

body {
  margin: 0 auto;
  padding: 0;
  height:auto;
  background-color:black;
  background-repeat:repeat-x;  
	font-family: Arial, Helvetica, sans-serif;
}

.iframe300 { 
  width:100%;
  height:250px;
  src:url(../Black.htm);
}

img {
  vertical-align:middle;
  text-align:left;
  border:0;
}

.img32 {
  width:32px;
  height:32px;
  border:none;
}

.img48 {
  width:48px;
  height:48px;
  border:none;
}

.img96 {
  width:96px;
  height:96px;
  border:none;
}

/**** Full & Fixed Containers ****/
.wrapper 
{
  width: 100%;
  float: left;
}

/**** Page Header ****/
.webheader {
  background-repeat:no-repeat;
  background-position:center;
  height: 90px;
  width: 950px;
  margin:auto;
}


/**** Seperator ****/
.halfseperator { height:0.5em; }
.seperator { height:1em; }

/**** footer ****/
.footer 
{
  margin:0 auto;
  width:100%;
  float:left;
  height:100%;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.footer .fixed950 {
  width:950px;
  text-align:center;
}

#footerLeft 
{
  float:left;
  margin-left:-100%;
  width:50%;
  text-align:left;
}

#footerRight {
  margin-left:50%;
  text-align:right;
}

.footer h4 {
  margin:0;
  padding: 0 0 2px 0;
  font-size:10px;
}

.footer h4.left {
  text-align:left;
}

.footer h4.right {
  text-align:right;
}

.footer a:link, .footer a:hover, .footer a:active, .footer a:visited {
  padding-top:20px;
  font-size:10px;
}

.footer .seperator {
  height:4px;
}

/**** CLEMENTS CORNER LIST ****/
.cclist 
{
  margin-left:120px;
  list-style-image : url('../_images/YellowArrow16.png');
}

.cclist a:link, .cclist a:hover, .cclist a:active, .cclist a:visited
{
  font-size: 12px;
  margin-left:1em;
  color:Black;
}

.cclist a:visited {
  color:Blue;
}

.cclist li {
  margin: 0px;
  line-height: 1em;
  padding: 0em 0em 1em 0em;
}

h3.websitedesign 
{
  font-size:12px;
  color:White;
  margin: 2px 0px 0px 0px;
}

h3.websitedesign a:link, h3.websitedesign a:hover, h3.websitedesign a:active {
  color:#ffffff;
}

h3.websitedesign a:visited 
{
  color:Aqua;
}