/***********************GLOBAL SETTINGS***********************/
/*Changes within this document will apply to the whole site  */
/*************************************************************/

body {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}


body {
	text-align: center;
}

html,body {
	height: 100%;
}


/*global set paddings and margins to 0 for all elements*/

* {
	padding: 0;
	margin: 0;
}
img {
	border: 0px;
}

/*//////////////////////STYLE FOR MAIN TABLE///////////////////////////////*/

#maintableframe {
	width: 100%;
	height:370px;
	background-color:#f1eee4;
	
}

#maintable {
	width:900px;
	height:370px;
	background-color:#f1eee4;
	margin: 0 auto;
	border-left:double #efece3;
	border-right:double #efece3;
	color:#2c1817;
}

#headerframe {
	width:100%;
	height:155px;
	background-repeat:repeat-x;
	background-position:bottom;
	
}

#header {
	width:900px;
	height:155px;
	background-image:url(../images/background-v1.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;
	border-left:solid thin #000;
	border-right:solid thin #000;
	border-top:solid thin #000;
	
}

#footerframe {
	width:100%;
	height:155px;
	margin: 0 auto;
	
}

#footer {
	width:900px;
	height:155px;
	background-image:url(../images/background-v2.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;
	border-left:solid thin #000;
	border-right:solid thin #000;
	border-bottom:solid thin #000;
	vertical-align:top;
}

#address {
	width:100%;
	height:25px;
	margin:25px 0px 0px 0px;
	line-height:15px;
	}

#address-left {
	color:#e5a673;	
	font-size:12px;
	text-align:left;
	margin:0px 0px 0px 20px;
	vertical-align:top;
}

#address-right {
	color:#e5a673;	
	font-size:12px;
	text-align:right;
	margin:0px 0px 0px -20px;
	vertical-align:top;
	
}

#address-center {
	color:#a05f3e;	
	font-size:11px;
	text-align:center;
	margin:0px 0px 0px 0px;
}

.address-header {font-weight: bold; text-decoration: underline; font-size:13px; line-height: 25px;}

#navigationbar {
	width:900px;
	height:10px;
}

#navigation {
	width:200px;
	padding: 0px 0px 0px 0px;
}

#insidepages {
	width:900px;
	height:300px;
	
}

#infobox {
	width:200px;
	padding: 260px 20px 0px 0px;
	font-size:12px;
	font-weight:bold;
	color:#2c1817;
	text-decoration:none
}

#text {
	width:700px;
	padding: 10px 0px 0px 10px;
	text-align: justify;
	font-size:13px;
	color:#000000;
	line-height:14px;
}

.dropcaps {font-size: 20px;}

#signatures {
	width:200px;
	padding: 0px 0px 0px 10px;
	
}