/* Css Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, table, th, td, embed, object {
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font:13px verdana;
	color:#ffffff
	}
fieldset, img, abbr {
	border: 0;
	}
address, caption, cite, code, dfn, em, 
h1, h2, h3, h4, h5, h6, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
ul {
	list-style: none;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	}
q:before, q:after {
	content: '';
	}
a, ins {
	text-decoration: none;
	 color:#19b6ff;
	}
/* Css Reset */

body {
	background-image:url(images/template/header/main-bg.jpg);
	background-repeat:repeat-x;
	background-color:#646464;
	}
	
h1 {
	font:bold 20px verdana;
	color:#ffffff;
	margin:6px 0px 0px 0px;
	}
	
h3 {
	font:bold 15px verdana;
	color:#ffffff;
	margin:6px 0px 0px 0px;
	}
#header {
  margin:0px auto;
  margin-top:20px;
  width:960px;
  height:143px;
  }
  
 #hr {
	 border:solid 1px #858585;
	 }
  
#newsletter {
	margin:0px auto; 
	height:124px; 
	width:223px;
	background-image:url(images/template/newsletter/newsletter-bg.png)
	}
	  
.content {
  margin:0px auto;
  margin-top:10px;
  width:960px;
  }
