@charset "UTF-8";
body {
	background-color: #B79F9E;
	margin: 0px;
}
body * { 
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#wrapper {
	width: 1000px;
	height: 1000px;
}
#left {
	float: left;
	width: 180px;
	margin-left: 20px;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	height: 580px;
	margin-top: 20px;
	margin-right: 10px;
}
#left img {
	margin-left: 20px;
}

#centre {
	float: left;
	height: 580px;
	width: 543px;
	margin-top: 20px;
}

#nav ul {
	list-style-type: none;
	font-size: 18px;
}
#nav li {
	padding-bottom: 10px;
}

#flash {
	float: left;
	height: 600px;
	width: 543px;
	padding-top: 20px;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	padding-right: 10px;
}
#flash p {
	padding-top: 10px;
	padding-right: 20px;
}

#right p span {
	font-size: 24px;
}
#nav a {
	color: #fff;
	text-decoration: none;
}
#nav a:visited {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #666;
	text-decoration: none;
}
#nav ul ul {
	font-size: 12px;
	list-style-type: circle;
	padding-bottom: 10px;
	list-style-position: inside;
}
#nav {
	padding-left: 20px;
	padding-top: 16px;
	font-size: 18px;
}
#maincontent {
	float: left;
	width: 480px;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 21px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 25px;
}
#maincontent p {
	padding-bottom: 8px;
}
#right {
	float: left;
	height: 600px;
	width: 160px;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #FFF;
	padding-top: 140px;
	padding-left: 20px;
	font-style: italic;
}
.header {
	float: left;
	height: 36px;
	width: 480px;
	padding-left: 20px;
	padding-top: 95px;
}
.quotename {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 9px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#maincontent ul {
	padding-bottom: 20px;
	padding-left: 12px;
	font-size: 13px;
	line-height: 18px;
}
#nav ul ul ul {
	padding-left: 16px;
	list-style-type: disc;
	list-style-position: outside;
}
#nav ul ul ul li {
	line-height: 10px;
}
#maincontent a {
	color: #fff;
	text-decoration: none;
}
#maincontent a:visited {
	color: #fff;
	text-decoration: none;
}
#maincontent a:hover {
	color: #333;
	text-decoration: none;
}#maincontent img {
	float: right;
	padding-right: 24px;
	padding-left: 14px;
}
#right img {
	padding-bottom: 20px;
}
#maincontent ul li {
}
h1 {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #FFF;
	padding-bottom: 2px;
	float: left;
}
h2 {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 8px;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	line-height: 28px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
	margin-bottom: 18px;
}
#maincontent ul li {
	padding-bottom: 12px;
}

/* ----------- QUOTES --------------- */


#quotations {
	
	padding:1em;
	width:180px;
	height:600px;
	overflow:hidden;
}

#quotations blockquote {
  font-style: italic;
  font-size: 11px;
  color: #FFF;
  
}

#quotations p {
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  padding-top: 20px;
}

#quotations div {
  /*position:absolute;*/
  float: left;
	height: 600px;
	width: 180px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 24px;
	color: #FFF;
	padding-top: 102px;
	padding-left: 20px;
	font-style: italic;
}
#logo {
	height: 130px;
}

