/** copyright © 2005-2008 brothers-media.net **/

/** Typography Formatting **/
 
 
/* GENERAL */ 
html {
	font-family: "Century Gothic", Tahoma;
	font-weight: normal;
	color: #ffffff;
	}

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;display:none;
	}
	
hr {
	display: block;
	margin-top: 25px;
	border: 0;
	}
	
p {
	text-align: justify;
	}		
/* GENERAL END */ 	


/* HYPERLINKS */ 
a:link, a:visited { /* normal links */
	color: #000000;
	text-decoration: underline;
	}
a:hover, a:active {
	color: #000000;
	text-decoration: none;
	}	
/* HYPERLINKS END */ 


/* HEADERS */  		
h1, h2, h3, h4 ,h5 {
	font-family: "Century Gothic", Tahoma;
	font-weight: normal;
	color: #ffffff;
	}
	
h1 {
	font-size: 1.8em;
	line-height: 1;
	margin: .5em 0 .5em;
	}

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;
	}

h6 {
	font-size: 1em;
	line-height: 1;
	margin: 1.6em 0 .8em;
	}
/* HEADERS END */ 


/* BASICS */ 
div#wrapper {
	text-align: center;
	}	
/* BASICS END */ 
