/*

*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f5ede6 url(images/logo-header-bg-master-2.jpg) repeat-x;
      font: normal 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #2a2a2a;
      
        }

h1, h2, h3 {
	color: #4a4a4a;
}

h1 {
	margin-bottom: .5em;
	font-size: 160%;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	margin-bottom: .5em;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 100%;
}




blockquote {
	margin-left: 2em;
                   margin-bottom: 3em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img07.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #0119ff;
}

a:hover {
	text-decoration: underline;
	color: #FF6600;
}

/* Menu */

#menu {
	width: 960px;
	height: 30px;
	margin: 0 auto;
      padding: 0px 0 0 0px;
	border-left: 0px solid #a6a6a6;
      border-right: 0px solid #a6a6a6;
      border-top: 0px solid #d6c4b0;
      Background: #c4ac3f;
        
}

#menu ul {
	margin: 0px;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 3px 28px 0 28px;
	font-size: 100%;
	font-weight: normal;
      color: #ffffff;
}

#menu a:hover {
	background: none;
	text-decoration: none;
	color: #212121;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 960px;
	height: 365px;
	margin: 0px auto;
	background: transparent url(images/header-main.jpg) no-repeat bottom;
      border-top: 0px solid #313131;
      border-bottom: 0px solid #313131;
      
}

#logo h1 {
	font: normal "Arial", Trebuchet MS, Helvetica, sans-serif;
      margin: 0;
	padding:10px 30px 0 285px;
	text-align: right;
	letter-spacing: 0px;
	font-size: 90%;
}

#logo h2 {
	font: normal "Arial", Trebuchet MS, "Arial", Helvetica, sans-serif;
      margin: 0;
	padding: 0px 30px 0 0px;
	text-align: right;
	letter-spacing: 0px;
	font-size: 90%;
	font-weight: normal;
	font-style: normal;
}

#logo a {
	text-decoration: none;
	color: #515151;
}

.grey {
	color: #F3A251;
}


/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: #ffffff; url(images/img-033.jpg) repeat-y;
      border-right; url(images/thumbnails-a.png)repeat-y;
}

/* Content */

#content {
	float: left;
	width: 895px;
	padding: 20px 25px 0px 35px;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(images/img04.gif) repeat-x left bottom;

}
.floating-box {
	float: left;
	width: 285px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 100%;
}

.floating-box img {
        
	border: 0px solid #FFFFFF;
}



/* Footer */

#footer {
	height: 100px;
	border-top: 0px solid #313131;
	border-bottom: 0px solid #FFFFFF;
}

#footer .wrapper {
	width: 960px;
	margin: 0 auto;
      border-top: 5px solid #f5ede6;
}

#footer .links {
	float: left;
	width:700px;
	height: 60px;
	padding: 16px 10px 0 10px;
	background: #ffffff;
	border-left: 0px solid #000000;
	font-size: 85%;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 60px;
	margin: 0 auto;
	padding: 16px 10px 0 10px;
	background: #ffffff;
	text-align: center;
	font-size: 85%;
	color: #394b63;
}