@charset "UTF-8";
/* CSS Document */


/* COLOURS
purple- color:#765b7a;
red - color:#6e1210;
*/

html, body {
	margin:0;
	padding:0;
	background:#fff url(../media/interface/bg.gif);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	color:#524e4f;
	font-size:1em;
}

/*----------------->  TYPOGRAPHY ------------*/

h1{
	background-image:url(../media/interface/header.jpg);
	margin:0 auto;
	width:850px;
	height:191px;
	text-indent:-9999px;
}

h2{
	color:#765b7a;
	font-weight:lighter;
	font-size:1.8em;
	padding: 0 0 5px 0;
	border-bottom:1px solid #765b7a;
	font-style:italic;
	margin:25px 0 10px 0;
}

h3 {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:1.2em;
	margin:1em 0 0 0;
	padding:0;
	line-height:120%;
}

.line {border-top:1px dotted #666;margin:20px 0;}

blockquote span {font-size:20px;}

blockquote {
  background: url(../media/interface/quoLeft.gif) left top no-repeat;
  font-size:16px;
  color:#765b7a;
  width:450px;
  margin:35px 0;
  padding:0;
  
}
blockquote div {
  padding: 0 43px;
  background:url(../media/interface/quoRight.gif) right bottom no-repeat;
}

p {padding:0;margin:.5em 0 1em 0;}




/*----------------->  LINKS ------------*/


a img {border:none;}
a {text-decoration:none;color:#765b7a;;}
a:hover {text-decoration:none;color:#666;}



/*  ----------------------------------------------------------
	CONTENT
 ----------------------------------------------------------*/

#container{
	width:900px;
	display:block;
	margin:0 auto;
}

 #content {
 	width:800px;
 	margin:0 auto;
 }

#colLeft{
	width:510px;
	float:left;
}

#colLeft .left  {
	float:left;
	width:230px;
	border-right:1px dotted #666;
	padding:0 20px 0 0;
}

#colLeft .right  {
	float:right;
	width:230px;
	margin:0;
}

#colLeft ul {
	list-style-type:circle;
	padding:0;
	margin:0 0 0 15px;
}

#colLeft ul li {
	padding:.1em 0 .7em 0;
	font-size:1em;
	color:#765b7a;
	line-height:115%;
}

#colRight{
	width:250px;
	margin:50px 0 0 0;
	float:right;
}


/*  ----------------------------------------------------------
	NAV
 ----------------------------------------------------------*/

#nav{
	text-align:center;
}

#nav ul {
	text-transform:uppercase;
	list-style-type: square;
	color:#765b7a;
	margin:8px 0 0 0;
	padding:0;
	
}

#nav ul li{
	display:inline;
	background-image:url(../media/interface/navBullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0 20px 0 15px;
}

#nav a:link {
	color:#000;
}

#nav a:hover {
	color:#765b7a;
}





/*  ----------------------------------------------------------
	FOOTER
 ----------------------------------------------------------*/

#footer {
	height:100px;
	margin:20px 0 0 0;
	padding:0;
	float:left;
	width:800px;
	border-top:1px solid #ccc;
	font-size:80%;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
}



#footer p{
	margin:30px 0 0 0;
	text-align:center;
	line-height:150%;
}

#footer a{
	text-decoration:none;
	color:#765b7a;
	border-bottom:1px dotted;
}

#footer a:hover {color:#333;}
	



