/* Start of CMSMS style sheet 'cogwm' */
* { padding: 0; margin: 0; }

body {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 16px;
 background-color:#1a1a1a;
line-height: 1.8;
letter-spacing: 2;
}

p{
padding-top:5px;
padding-bottom:5px;
}

#footer2 a {
color:#FFF
}

h2 {
font-weight:normal;
}

#wrapper { 
 margin: 0 auto;
 width: 1068px;
}

#header {
border:1px black none;
 width: 1068px;
 height:380px;
 color: #333;
 text-align:center;
 background:url(images/header.jpg);
 margin: 0;
}

#content { 
border:1px black none;
 background:url(images/body.jpg) no-repeat #FEFDFB;
background-position:top;
 width: 1068px;
 color: #333;
 margin: 0px 0px 0px 0px;
}

#content2 { 
border:1px black none;
 background:url(images/body2.jpg) no-repeat;
 width: 1068px;
 color: #333;
 margin: 0px 0px 0px 0px;
padding:0;
 height: 366px;
}

#footer {
 background:url(images/footer.jpg);
 background-repeat:no-repeat;
	border:1px black none;
	margin:0;
	color: #333;
	width: 1068px;
	margin:auto;
	height:300px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

#footer2 {
 background:url(images/footer2.jpg);
height:406px;
width;1068px;
border: 1px black none;
}

  #Menu {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:16px;
  }

  #Menu ul {
 
 text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
 position:relative;
  margin: 0 0 5px 0; /* Just some margin to align the blue border below the menu */
   padding-top:340px;
     }

 #Menu li {
  display: inline; /* Menu links are horizontally aligned using display: inline */
  }

 #Menu li a {
  padding: 7px 0 6px 10px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
  color: #FFF;
 text-decoration: none;
  font-weight: bold;
}

#Menu li a:hover {
color:#DDD;
}

  #Menu li a span {
  padding: 7px 10px 6px 0;
}
 
  #Menu li a:hover span; {
 }



.features li {
list-style:circle;
color: #FFF;
}


.features a {
color: #FFF;
}

.head {
margin: 0;
font-size: 18px;
background-repeat: no-repeat;
font-weight: bolder;
width:580px;
height:47px;
background-image: url(images/h1.jpg);
font-family: Georgia, "Times New Roman", Times, serif;
} 

h1{
color:570000;
font-family: Georgia, "Times New Roman", Times, serif;
}

      #container { float: left; padding-left:100px;background: url(images/example-6.gif; color:#FFF;) bottom center no-repeat; padding-bottom: 1px; }
      #inner { float: left; overflow: hidden; }
      #inner div { float: left;  width: 290px; margin-right: 5px; padding-top:90px;}
      #inner .col2 {padding-left:25px;}
      #inner .col3 { margin-right: 0; padding-left:25px;}
      .clear { clear: both; padding-top: 10px; }

a img{
border:0px;
}
/* End of 'cogwm' */

