/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* div's */

#main {	
	width: 810px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: solid #999966 1px;
	background-color: #FFFFFF;
}
#mainHome {	
	width: 810px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	border: solid #999966 1px;
	background-color: #FFFFFF;
}
#mainAbout {	
	width: 810px;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
	border: solid #999966 1px;
	background-color: #FFFFFF;
}
#mainApplause {
	width: 810px;
	height: 1475px;
	margin-left: auto;
	margin-right: auto;
	border: solid #999966 1px;
	background-color: #FFFFFF;
}
#mainMedia {	
	width: 810px;
	height: 1150px;
	margin-left: auto;
	margin-right: auto;
	border: solid #999966 1px;
	background-color: #FFFFFF;
}
#mainContact {	
	width: 810px;
	height: 725px;
	margin-left: auto;
	margin-right: auto;
	border: solid #999966 1px;
	background-color: #FFFFFF;
}
#header {
	background-image: url(../../img/header.jpg);	
	height: 125px;
	background-repeat: no-repeat;	
}
#nav {
	height: 18px;
	float: left;
	width: 100%;
	background-color: #F1F1E2;	
}
#nav ul {	
	float: left;
	width: 100%;
}
#nav li {
	display: inline;
	padding: 0 1em 0 1em;	
	float: left;
	border-right: 1px solid #CCCCCC;	
}
#nav li a{	
	color: #999966;
	padding: 0 1em 0 1em;
	text-decoration: none;
	float: left;
	font-size:100%;color:#999966;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;	
}
#nav li a:hover, #nav li a:link{
	color: #000;	
	text-decoration: none;
}
#mainContent {
	padding: 2em 1em 0 1em;
	float: left;
	width: 60%;
	text-align:left;	
}
#mainContentFullWidth {
	padding: 2em 1em 0 1em;
	float: left;
	width: 95%;
	text-align:left;	
}
#sideBarContent {
	padding: 0.5em 1em 0 1em;
	width: 209px;
	text-align:left;
	float: right;
	border: solid #E6E6CC 1px;
	margin-right: 25px;
	margin-top: 25px;
}
#nav {
	height: 18px;
	float: left;
	width: 100%;
	background-color: #F1F1E2;
	/*border-top: solid #999966 1px;*/
}
#footer {
	padding: 2em 0em 0 1em;
	width: 95%;
	float: left;
}
#footer ul {	
	width: 80%;
}
#footer li {
	display: inline;
	padding: 0 1em 0 1em;			
}
#footer li a{	
	color: #999966;
	padding: 0 1em 0 1em;
	text-decoration: none;	
	font-size:100%;color:#999966;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;	
}
#footer li a:hover, #footer li a:link{
	color: #000;	
	text-decoration: none;
}
#footer2 {
	padding: 2em 1em 0 1em;	
	width: 100%;		
}



/* typography.css */
body {font-size:75%;color:#222;background:#E6E6CC;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.6em;text-align:center;margin-bottom:0.2em;}
h3 {
	font-size:1.3em;
	font-family:"Georgia", Georgia, "Times New Roman", serif;
	color:#993;
	line-height:1;
	margin-bottom:0.1em;
	font-weight:bold;
}
h4 {
	font-size:1em;	
	line-height:1;
	margin-bottom:0.2em;
	color:#999966;
	font-weight: bold;
}
h5 {font-size:1.2em;font-weight:bold;margin-bottom:.2em;color:#666;}
h6 {
	font-size:0.8em;
	width: 100%;
	text-align: right;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
