 
body {
	font-family: "Georgia", serif;
	color: #51463d;
	font-size: 62.5%;
	line-height:1.8em;
	background: #FFF;
	}	
p, ul, li{
	font-family: Helvetica, Arial, sans-serif;
	color:#333;
	}
	
/* links */

a:link, a:visited {
	font-weight: bold;
	outline: none;
	color: #268CAB;
	}

/* page structure 
--------------------------------------------- */

#wrap {
	max-width: 1000px;
	min-width: 700px;
	font-size: 1.3em;
	}
.main {
	float: left;
	width: 50%;
	background: url(../img/verticalLine.gif) repeat-y right;
	}
.secondary {
	float: left;
	width: 25%;
	background: url(../img/verticalLine.gif) repeat-y right;
	}
.third {
	float: left;
	width: 25%;
	background: url(../img/verticalLine.gif) repeat-y right;
	}
#footer {
	font-size: 1em;
	background: url(../img/headerBg.jpg) repeat-x;
	}
.inner {
	padding: 1.5em;
	}
		

	
	
/* header 
--------------------------------------------- */

#header {
	position:relative;
	border-bottom: 1px solid #fff;
	background: url(../img/headerBg.jpg) repeat-x;
	height:176px;
	}	
#header h1{
	font-weight:normal;
	text-transform:uppercase;
	line-height:0.9em;
	position:absolute;
	font-size:4.2em;
	color:#FFF;
	}	
img.artWork{
	float:right;
	}	
#header h1	{
	padding: 0.8em 0.4em;
	}	



/* navigation */
	
#nav {
	position: absolute;
	bottom:0;
	font-size: 1.3em;
	width:100%;
	background: url(../img/gray.png) repeat-x;
	}
#nav ul {
	max-width: 1000px;
	min-width: 700px;
	}
#nav ul li {
	float: left;
	}
#nav ul li a {
	display: block;
	float: left;
	width: 100%;
	font-size: 1em;
	line-height: 1.3em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #f3f2e8;
	}
#nav ul li a strong {
	display: block;
	font-weight:normal;
	padding: .8em 1.5em;
	}
#nav ul li a em {
	display: block;
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #b2a18f;
	}

	
/* wrap styles 
--------------------------------------------- */

#wrap li {
	padding: 0 0 0 2em;
	background: url(../img/dot.gif) no-repeat 2px 2px;
	margin:0.5em 0;
	}
#wrap p, #wrap ul{
	margin:1.2em 0;
	}
	
/* content */
	
h2.title	{
	font-size:2.2em;
	color:#112C3F;
	font-weight:normal;
	margin:0;
	padding:0.5em 0 0 0;
	line-height:1em;
	}
h3.subtitle	{
	font-size:1.1em;
	color:#26525F;
	background: none;
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:1em;
	}	
p.quote{
	padding:0.5em 0;
	font-size:1.5em;
	line-height:1.2em;
	font-style:italic;
	font-family: "Georgia", serif;
	color:#3A92AE;
	}
h3	{
	font-size:1.1em;
	color:#26525F;
	padding: 0.2em 0;
	margin:1.6em 0 0.3em 0;
	background: url(../img/underline.gif) no-repeat 0px 2px;
	font-weight:bold;
	}	
.main h3 {
	background: none;
	}
h4 {
	font-size:1.1em;
	color:#26525F;
	padding: 0.2em 0;
	margin:1.6em 0 0.3em 0;
	background: url(../img/underline.gif) no-repeat 0px 2px;
	font-weight:bold;
	}

	

/* third styles 
--------------------------------------------- */

a.accredito {
	text-decoration:none;
	display:block;
	text-align:center;
	font-size:0.8em;
	font-style:italic;
	font-weight:normal;
	background: url(../img/line-link.gif) no-repeat bottom;
	padding:1em 0;
	line-height:1em;
}

/* footer 
--------------------------------------------- */

#footer a {
	color:#FFF;
	font-size: 1.1em;
	text-decoration:none;
	}

/* misc. 
--------------------------------------------- */

hr, .hide {
	display: none;
	}
a img {
	border: none;
	}

/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
