	/* css reset by Eric A. and Kathryn S. Meyer http://meyerweb.com/eric/tools/css/reset/*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;} body {line-height: 1;} ol, ul {list-style: none;} blockquote, q {quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;} :focus {outline: 0;} ins {text-decoration: none;} del {text-decoration: line-through;} table {border-collapse: collapse; border-spacing: 0;}
/* /css reset */
	
	body,
	html {
		margin:0;
		padding:0;
		background:#efefef url(../images/bg.gif) top repeat-x;
		color:#747474;
		font:12px/16px Tahoma, Geneva, sans-serif
	}
	body {
		min-width:900px;
	}
	#wrap {
		margin:0 auto;
		width:900px;
		*padding-bottom:60px
	}
	h1{
		font-size:13px;
		font-weight:bold;
		padding-bottom:10px;
	}
	h2{
		
	}
	#header {
		height:398px
	}
	#main {
		float:left;
		width:466px;
		background:#efefef url(../images/main-bg.jpg) top no-repeat;
		padding-top:80px
	}
	#main p{
		padding:15px 0px 0px 42px;
    }
	#sidebar {
		float:right;
		width:369px;
	}
	#spec{
		background:#222222;
		width:369px;
	}
	#spec p{
		padding:22px 20px 33px 60px;
		font:12px/16px Tahoma, Geneva, sans-serif;
	}
	#spec p a{
		color:#aaaaaa;
		text-decoration:none
	}
	#spec p a:hover{
		color:#f7f7f7;
		text-decoration:none
	}
	#services{
		margin-top:10px;
		width:369px;
		padding-bottom:15px;
		margin-bottom:30px;
		border:1px solid #b1b1b1;
	}
	#services h2{
		padding:15px 0px 15px 20px;
		}
	#services p{
		padding:0px 20px 10px 60px;
	}
	#services p img{
		padding:0
	}
	#footer {
		background:#e7e9e8;
		clear:both;
		border-left:3px #222222 solid;
	}
	#footer p {
		font-size:11px;
		color:#878987;
		padding:14px;
    }
  #footer p a, #footer p a:hover{
    color:#878987;
    text-decoration:underline;
  }
  #footer span {
    position:relative;
    float:right;
    right:-80px
  }
	#footer img{
		float:right;
		position:relative;
		top:65px;
		padding-bottom:30px
	}
	.read{
		float:right;
		padding: 30px 0px
	}