/*Global */
* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

html, body {
	padding: 0;	
	margin: 0;
}

body {
	background: #6A6F6A url(../images/bg.gif) repeat;
	text-align: center;
	font: 11px/17px Tahoma, Verdana, sans-serif;
	color: #333;
}

/*Links */
a, a:link, a:active, a:visited {
	text-decoration: none; 
	color:#444;
	border-bottom: 1px dotted #9DB0C4;
}
a:hover {
	text-decoration: none; 
	color:#444;
	background-color: #D8DFE7;
	border-bottom: 1px dotted #9DB0C4;
}

/*Type */
#work h2 {
	font: bold 11px/14px Tahoma, Verdana, sans-serif; 
	margin-bottom:5px;
	padding:5px;
	color: #FFF;
	background: #396087 url(../images/work_bg.gif) repeat-x 0 0;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

li {
	background: url(../images/bullet.gif) no-repeat 0 70%;
	padding-left: 15px;
	margin-bottom: 3px;
}

/*Layout */
#header {
	text-align: left;
	margin: 0 auto;
	width: 600px;
	background: #F2F2F2 url(../images/mid_bg.jpg) repeat-x top;
	border-left: 1px solid #9DB0C4;
	border-right: 1px solid #9DB0C4;
	padding-top: 20px;
	overflow: hidden;
}

* html #header {
	padding-bottom: 5px;
}

#wrap {
	text-align: left;
	margin: 0 auto;
	width: 600px;
	background: #FFF url(../images/under_shad.gif) repeat-x top;
	border-left: 1px solid #9DB0C4;
	border-right: 1px solid #9DB0C4;
	display: table;
}

#work {
	float: left;
	width: 365px;
	margin: 15px 0 10px 0;
	padding: 0 15px 0 15px;
	border-right: 1px solid #9DB0C4;
}

#sidebar {
	float: right;
	margin: 15px 0 0 0;
	width: 188px;
}

#contact {
	margin: 0 0 20px 0;
}

#footer {
	text-align: left;
	clear: both;
	background-color: #F2F2F2;
	padding: 5px 10px;
	font: 9px/11px Tahoma, Verdana, sans-serif;
}
	
/*Header Styles */
#header h1 {
	background: url(../images/tim_thompson.gif) no-repeat 50% 50%;
	float: left;
	width: 170px;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: -5000px;
}

#header p {
	background: url(../images/webdes.gif) no-repeat 50% 50%;
	float: left;
	margin-top: 10px;
	width: 216px;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 30px;
	border-left: 1px solid #9DB0C4;
	text-indent: -5000px;
}


