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, 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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* get rid of focus dottted line for firefox */


input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  	border: 1px dotted transparent;
	}

textarea:focus,
button:focus,
select:focus,
input:focus {
	outline-offset: -1px;
}

/* override inline styles */
*[style]{
    color: inherit !important;
    font-size: inherit !important;
}

/* ================================================================ */

	
body {
	font: 62.7%/185%  "Trebuchet MS";
	background: #663300;
	color:#333;
	
}

p {
}


#container {
margin: 0 auto;
width: 850px;
min-height:500px
}

#header {
height: 150px;
margin-bottom:0px;
width: 850px;
background: #fff url("../background.jpg") no-repeat;
}

#agentinfo {
width:400px;
font-size:1.2em;
float:right;
margin-top:20px;
margin-right:10px;
position:relative
}

#agentinfo #agentimage img {
	
	height:122px;
	position:absolute;
	top:0;
	left:285px;
	display:block;
	margin:5px 0 0 0;
	border: 3px solid #ccc;
	border-right:3px solid #666;
	border-bottom:3px solid #666;

}

#agentinfo ul {
font-size:1.4em;
font-weight:bold;
	width:265px;
	float:left;
	margin:0 10px 0 0;
	text-align:right
}

#agentname {
font-family: "Trebuchet MS";
font-size:1.6em;
margin-top:6px;
}

#agentcompany {
margin-bottom: 16px;
margin-top: 4px;
}

#agentsite {
margin-top: 8px;
font-size: 0.8em;
width: 100%;
}

#content {
width: 770px;
padding:110px 40px 20px;
background: #fff url("../includes/back-1.jpg") no-repeat;
}

.content-cap {
width:850px;
height:120px;
margin:0 auto;
clear:both;
background: #fff url("../includes/back-3.jpg") no-repeat;


}

#include{
font-size: 1.4em;
line-height: 1.5;
}

#include p {
margin-bottom: 1.5em;
}

#footer {
width: 850px;
background-color:#663300;
text-align:center;
font-size: 1.6em;
font-weight: bold;
padding-top: 30px;
padding-bottom: 30px;
font-family: Arial;
color: #000;
}

#copyright {
font-size: 1.0em;
text-align: center;
color: #FFF;
}

#copyright a:link {
color: #FFF;
}

#include img {
display: none;
}
