a:link, a:visited, a:active, a:hover { color: #00588C; }
a:link, a:visited { text-decoration: none }
a:hover { text-decoration: underline; color: red; }

body {
     background-image: url('images/Screamernet-Background.jpg');
     background-position: top center;
     text-align: center;
     font-family: verdana, arial, 'sans serif';
     margin: 0;
     color: #001B2B;
}

div.header {
     background-image: url('images/header.jpg');
     background-repeat: no-repeat;
     background-position: top center;
     height: 117px;
}

ul {
   text-align: left;
}

p, li {
  font-size: 13px;
  line-height: 18px;
}

h1 {
   font-size: 18px;
   line-height: 25px;
   text-decoration: underline;
}

div.wrapper {
     width: 770px;
     margin: 0 auto;
     text-align: center;
     clear: both;
}

div.content {
     width: 700px;
     margin: 0 auto;
     clear: both;
     position: relative;
}

div.menu {
     width: 800px;
     margin: 0 auto;
     position: relative;
     top: 60px;
     text-align: left;
}

div.footer {
	   font-size: 10px;
	   margin-bottom: 50px;
}

#home_button a {
	     display: block;
	     float: left;
	     height: 30;
	     width: 40;
	     background: url('images/index-button.gif') 0 0 no-repeat;
}
#features_button a {
	     display: block;
	     float: left;
	     height: 30;
	     width: 140;
	     background: url('images/features-button.gif') 0 0 no-repeat;
}
#download_button a {
	     display: block;
	     float: left;
	     height: 30;
	     width: 140;
	     background: url('images/download-button.gif') 0 0 no-repeat;
}
#faq_button a {
	     display: block;
	     float: left;
	     height: 30;
	     width: 60;
	     background: url('images/faq-button.gif') 0 0 no-repeat;
}
#contact_button a {
	     display: block;
	     float: left;
	     height: 30;
	     width: 120;
	     background: url('images/contact-button.gif') 0 0 no-repeat;
}
#purchase_button a {
	     display: block;
	     float: left;
	     height: 30;
	     width: 120;
	     background: url('images/purchase-button.gif') 0 0 no-repeat;
}
		 

#home_button a:hover, #features_button a:hover, #download_button a:hover, #faq_button a:hover,
#contact_button a:hover, #purchase_button a:hover {
  background-position: 0 -30;
}

div.faq h3 {
	font-style: italic;
	font-size: 15px;
}
div.faq p {
	text-align: left;
}

div.subbox {
	   border-width: 1px;
	   border-style: solid;
}