/*###############################Reset.CSS##################################*/
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;
}

* {
	margin : 0;
	padding : 0;
}

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;
}
/*##########################Page Styles###########################*/
* {
	margin : 0;
	padding : 0;
}

body {
	font :62.5% Verdana, Geneva, sans-serif;
	margin : 31px;
	padding : 0;
	background-image : url(../images/bg.gif);
	background-repeat : repeat-x;
	background-color : #dac0a7;
}

h1 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 3em;
	color : #67140e;
	margin : 0;
	padding : 0;
}

h2 {
	margin : 0;
	padding : 0;
	font-size : 1.8em;
}

h3 {
	text-align:center;
	margin : 0;
	padding : 0;
	font-size : 1.5em;
	color : #67140e;
	border-bottom : 1px solid #67140e;
}

#container {
	margin : 0 auto;
	width : 900px;
	background : #fff;
}
/*##############################Header###################################*/
#header {
	border-left:#67140e 1px solid;
	border-right:#67140e 1px solid;
	width:860px;
	background-image : url(../images/logo_main.gif);
	height : 75px;
	padding : 20px;
}

#logo {
	float : right;
	margin-right:20px;
}
/*##############################Navigation###################################*/
#navigation {
	border-left:#67140e 1px solid;
	border-right:#67140e 1px solid;
	float : left;
	width : 900px;
	background-image : url(../images/bg_navbar.jpg);	
	background-repeat : repeat-x;
	font-size:12px;
}

#navigation ul li {
	list-style-type : none;
}

#navigation li a {
	display : inline;
	float : left;
	padding : 10px 20px;
	color : #d9bfa6;
	text-decoration : none;
	margin-left:23.4px;
}

#navigation li a:hover {
	background : #eae8c6;
	color : #67140e;
}
/*##############################Content###################################*/
#content-container {
	border-left:#67140e 1px solid;
	border-right:#67140e 1px solid;
	float : left;
	width : 900px;
	background : url(../images/bg_maincontent.gif);
	background-repeat : repeat-y;
	line-height : 20px;
	font-size:1.2em;
}

#aside {
	float : left;
	width : 170px;
	padding : 10px;
	padding-left : 15px;
	margin : 20px 0 0 15px;
	display : inline;
	padding-bottom : 30px;
}

#photo {
	border : 1px solid #67140e;
	margin : 0;
	width : 155px;
	padding-left : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
	background-color : #fff;
}

#services {
	margin : 0;
	padding : 0;
}

#services ul {
	padding : 0;
	margin : 0;
	list-style-type : none;
	padding-top : 25px;
}

#services ul li {
	padding-top : 10px;
}

#content {
	line-height : 20px;
	float : left;
	width : 580px;
	padding : 20px 0 0 30px;
	margin : 0 0 0 20px;
	padding-bottom : 30px;
}

#footer {
	height:60px;
	position:relative;
	border-top : 5px solid #e7cdb2;
	clear : both;
	background-color : #67140e;
	color : #d9bfa6;
	text-align : right;
	padding-top:10px;
	padding-bottom:5px;
	font-size:x-small;
}

#footer a {
	color:#d9bfa6;
	text-decoration:none;
}

#foot-nav {
	width:100%;
	text-align:center;
	
}

#copy {
	margin-top:25px;
	text-align:center;
}

#foot-right {
	width:200px;
	float:right;
	margin-top:25px;
	padding-right:10px;
}




