* {
	margin: 0;
}
html, body {
	height: 100%;
}
#outline h2 {
	font: bold 1.5em Arial;
	color: #FFFFFF;
}
h1 {
	font: italic bold 1.3em Arial;
	color: #614a36;
}
h2 {
	font: bold 1.5em Arial;
	color: #614a36;
}
#outline h1 {
	font: italic bold 1.3em Arial;
	color: #FFFFFF;
}
a:link, a:visited {
	color: #d30c0c;
	text-decoration: underline;
}
a:hover {
	color: #d30c0c;
	text-decoration: none;
}
body {
	font: .85em Arial;
	background: url(images/bg.jpg) #FFFFFF repeat-x;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #614a36;
}
#header {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
}
#logo {
	height: 84px;
	margin: 16px 0 0 50px;
	float: left;
}
#search {
	height: 30px;
	width: 70px;
	float: left;
	margin: 15px 0 0 500px;
}
#search input {
	border: 1px solid #d30c0c;
	color: #FFFFFF;
	background: transparent;
}
#navigation {
	width: 533px;
	height: 23px;
	margin: 32px 0 0 0;
	float:right;
}
.normal {
	word-spacing: normal;
}
#top {
	width:950px;
	margin: 0 auto;
	height: 275px;
}
#picture {
	width: 425px;
	height: 275px;
	float: left;
	margin: 3px 0 0 0;
}
#outline{
	height: 200px;
	float: right;
	margin: 60px 0 0 10px;
	width: 470px;
	color: #FFFFFF;
}
#bottom {
	width: 1000px;
	margin: 0 auto;
	min-height: 350px;
}
#content {
	float: left;
	width: 70%;
	margin: 1.5em;
	padding: .2em;
}
.post {
	margin: 0 0 0 5em;
}
#sidebar {
	font: .9em Arial, Helvetica, sans-serif;
	width: 20%;
	float: right;
	padding: .2em;
	float: right;
	margin: 1.5em;
}
#sidebar li {
	list-style: none;
	margin-left: -40px;
}
#sidebar li a{
	color: #d30c0c;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar li a:hover {
	color: #d30c0c;
	font-weight: bold;
	text-decoration: none;
}
img {
	behavior: url(iepngfix.htc);
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -177px;
}
.push {
	height: 177px;
}
/*--------------footer-----------------*/
#footer {
	height: 177px;
	width: 100%;
	font: 0.85em Arial;
	background: url(images/footerbg.gif) repeat-x;
	color: #614a36;
}
#columns {
	width: 807px;
	margin: 0 auto;
	padding-top: 36px;
}
#footer1 {
	width: 244px;
	height: 110px; 
	float: left; 
	margin:0 10px 0 0; 
	text-align: left;
}
#footer2 {
	width: 244px; 
	height: 110px;
	float: left; 
	margin: 0 5px 0 15px; 
	text-align: left;
}
#footer3 {
	width: 244px;
	height: 110px; 
	float: right; 
	margin:0 0 0 15px; 
	text-align: left;
}
#footer-bottom {
	text-align: left; 
	color: #d30d0c;
	margin-top: 5px;
}
#footer hr {
	border: 1px solid #d30c0c;
}
#footer a {
	color: #d30c0c;
	text-decoration: underline;
}
#footer a:hover {
	color: #d30c0c;
	text-decoration: none;
}
.clearfloat {
	clear:both;
}
/*--------------navigation-----------------*/
    #nav {
    background: url(images/nav.gif) no-repeat;
    width:533px;
    height:23px;
    margin:0;
    padding:0;
    }

    #nav span {
    display: none;
    }

    #nav li, #nav a {
    height:23px;
    display:block;
    }

    #nav li {
    float:left;
    list-style:none;
    display:inline;
    }

    #nav-home {width: 84px;}
    #nav-services {width: 107px;}
    #nav-testimonials {width: 136px;}
    #nav-about {width: 106px;}
	#nav-contact {width: 100px;}

    #nav-home a:hover {background:url(images/nav.gif) 0px -23px no-repeat; }
    #nav-services a:hover {background:url(images/nav.gif) -84px -23px no-repeat; }
    #nav-testimonials a:hover {background:url(images/nav.gif) -191px -23px no-repeat; }
    #nav-about a:hover {background:url(images/nav.gif) -327px -23px no-repeat; }
	#nav-contact a:hover {background:url(images/nav.gif) -433px -23px no-repeat; }
	
	#nav-home a.current {background:url(images/nav.gif) 0px -23px no-repeat; }
    #nav-services a.current {background:url(images/nav.gif) -84px -23px no-repeat; }
    #nav-testimonials a.current {background:url(images/nav.gif) -191px -23px no-repeat; }
    #nav-about a.current {background:url(images/nav.gif) -327px -23px no-repeat; }
	#nav-contact a.current {background:url(images/nav.gif) -433px -23px no-repeat; }
