body{
	background: #f8f2e3 url(../images/bg_header.jpg) repeat-x;
	font-family:inherit;
	font-size:inherit;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
p
	{
	margin: 0 0 1.5em; 
	}
/*#container {
	height: 1004px;
	width: 900px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	margin-bottom: 0px;
}*/
#wrap	{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	height:auto;
	}

#header{
	width:900px;
	height:135px;
	background: url(../images/header/header.bg.jpg) no-repeat;
}
#nav_bar{
	
	height:inherit;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#322412;
	position: absolute;
	top: 80px;
	left:450px;
	word-spacing:20px;
	margin:0px;
}
/* Typography */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

/* Body elements */

body
	{
	/* adjust the font size (65.5% = 10px, 75% = 12px) */ 
    font: 82% Georgia, "lucida bright", "times new roman", serif;
   	line-height: 1.6;
	}

p
	{
	margin: 0 0 1.5em; 
	}

blockquote
	{
	margin: 1.5em; 
	color: #666; 
	font-style: italic; 
	}

code
	{
	margin: 1.5em 0; 
	white-space: pre;
	font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; 
	line-height: 1.5;
	}

abbr, acronym
	{
	border-bottom: 1px dotted #666;
	}

cite
	{
	font-style: italic;
	}

address
	{
	margin-top: 1.5em; 
	font-style: italic;
	}

pre
	{
	margin: 1.5em 0; 
	white-space: pre;
	}

strong
	{
	font-weight: bold;
	}

em 
	{
	font-style: italic;
	}

del
	{
	text-decoration: line-through;
	color: #666;
	}
	
/* Headings */

h1, h2, h3, h4, h5, h6
	{
 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
 	font-weight: bold;
	}

h1
	{
	font-size: 3em; 
	line-height: 1; 
	margin-bottom: 0.5em;
	}
	
h2 
	{
 	font-size: 1.3em; 
 	margin-bottom: 0.75em;
 	text-transform: uppercase;
	letter-spacing: .05em;
	}
	
h3
	{
	font-size: 0.9em; 
	line-height: 1; 
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #a28a7f;
	}

h4
	{
	font-size: 1em; 
	line-height: 1.25; 
	margin-bottom: 1.25em;
	}

h5
	{
	font-size: .9em; 
	margin-bottom: 1.5em; 
	}

h6
	{
	font-size: .8em; 
	}

.h2_link
	{
	float: right;
	position: relative;
	top: 5px;
	}

	
.service
	{
	border-bottom: 1px dotted #b8a498;
	}

/* columns */

#content
	{
	overflow: hidden;
	padding-bottom: 72px;
	}

.col1
	{
	float: left;
	width: 280px;
	}

.col2
	{
	float: left;
	width: 280px;
	margin: 0 25px;
	}

.col3
	{
	float: left;
	width: 280px;
	}
	
.col4
	{
	float: left;
	width: 898px;
	}
	
.col1_2
	{
	float: left;
	margin-right: 30px;
	width: 590px;
	}
	
	/* Link styles */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

a img
	{
	border:none;
	cursor: pointer;
	}

a:link, a:visited
	{
	cursor: pointer;
	color: #1096d4;
	text-decoration: none;
	outline: none;
	}

a:hover
	{
	cursor: pointer;
	color: #261b0f;
	text-decoration: none;
	}

a:active
	{
	cursor: pointer;
	color: #000;
	}
	
	/* Footer */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

#footer
	{
	background: url(images/bg_footer.gif) top repeat-x;
	position:absolute;
	bottom:-784px;
	clear: both;
	background-color: #261b0f;
	height: 55px;
	text-align: left;
	}

#credits
	{
	margin: 0 auto;
	width: 900px;
	position: relative;
	top: 10px;
	color: #a28a7f;
	font-size: 80%;	
	padding: 15px 0;
	}
	
#credits a
	{
	color: #a28a7f;
	}
	
#credits a:hover
	{
	color: #f8f2e3;
	}

#credits_list
	{
	position: absolute;
	right: 0px;
	top: 48px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: right;
	margin: 0;
	}

#credits_list li
	{
	display: inline;
	padding: 0 0 0 10px;
	border-bottom: none;
	}

#cred_rss
	{
	background: url(images/icons/icon_rss.gif) right 1px no-repeat;
	padding-right: 15px !important;
	}

	
#social_links
	{
	font-size:80% ;
	font-size:75% !important;
	line-height:16px;
	
	}

/* List styles */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

ol
	{
	list-style-type: decimal; 
	margin:0 0 1.5em 0em;
	list-style-position: inside; 
	}

ul
	{
	list-style-type: none; 
	margin:0 0 1.5em 0em;
	list-style-position: inside;
	}

li
	{
	border-bottom: 1px dotted #b8a498;
	}
	
dl
	{
 	margin: 0 0 1.5em 0;
	font-weight: bold;
	}

dt
	{
	font-weight: bold;
	}
	
dd
	{
	margin-left: 1.5em;
	}

