/* copyright © 2005-2008 brothers-media.net */

/** Typography Formatting **/
 
 
/* GENERAL */ 
html {
	font-family: "Century Gothic", Tahoma;
	font-weight: normal;
	color: #000000;
	}

ol, ul {
	list-style: disc outside;
	margin-left: 20px;
	}

ol {
	list-style: decimal outside;
	}

cite {
	background: url('../images/quote-small-bg.png') no-repeat;
	padding: 0 0 0 15px;
	font-style: italic;
	}	

blockquote {
	background: url('../images/quote-bg.gif') no-repeat scroll 1% 1%;
	padding: 1% 20px 0 55px;
	min-height: 44px;
	font-style: italic;
	}
	
hr {
	display: block;
	margin-top: 25px;
	border: 0;
	}
	
p {
	text-align: justify;
	}		
/* GENERAL END */ 	


/* HYPERLINKS */ 
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	}
a:hover, a:active, a.current {
	color: #000000;
	text-decoration: none;
	}	
/* HYPERLINKS END */ 


/* HEADERS */  		
h1, h2, h3, h4 ,h5 {
	font-family: "Century Gothic", Tahoma;
	font-weight: normal;
	color: #000000;
	}
	
h1 {
	font-size: 1.0em;
	line-height: 1;
	margin: 0 10px;;
	}

h2 {
	font-size: 1.5em;
	line-height: 1;
	margin: 1.07em 0 .535em;
	}

h3 {
	font-size: 1.4em;
	line-height: 1;
	margin: 0.0em 0 .57em;
	}

h4 {
	font-size: 1.3em;
	line-height: 1;
	margin: 1.23em 0 .615em;
	}

h5 {
	font-size: 1.2em;
	line-height: 1;
	margin: 1.33em 0 .67em;
	}
/* HEADERS END */ 


/* HEADER */ 
div#header {
	text-align: center;
	}
/* HEADER END */ 	


/* FOOTER */ 
div#footer {
	text-align: center;
	font-size: 11px;
	line-height: 140%;
	color: #333;
	}
div#footer p {
	text-align: center;
	margin: 0;	
	}	
/* FOOTER END */ 	
