/*
*
*     Kanzo 2009
*
*/

/* Colours */
/* 
.myColour {
    background-color: #000!important;
	color: #FFF!important;
}
*/

/* Global type styles */
body {
    font-family: 'RobotoRegular', Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FFF;
}
h1, h2, h3, h4, h5, h6, p,
dl, ol, ul, table {
	margin: 0 0 16px;
	padding: 0;
}
blockquote {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
	line-height: 18px;
	font-style: italic;
}
p.cite {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	line-height: 16px;
    margin-top: -10px;
}
cite {
    font-style: normal!important;
}
h1 {
    font-size: 22px;
	line-height: 24px;
	font-weight: normal;
}
h2 {
    font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}
p.giant {
	font-family: 'RobotoBoldCondensed', Arial, sans-serif;
	font-size: 72px;
	line-height: 82px;
	text-transform: uppercase;
}
em {
	font-family: 'RobotoBoldItalic', Arial, sans-serif;
	/*font-style: normal;*/
}
/*
ul li {
    background-image: url(/_img/bullet-grey.png);
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 3px 0;
}
*/


li {
  margin-top: 0.5em;
} 
li ul {
  margin-bottom: 0;
} 
a {
   color: #F00;
   text-decoration: underline;
}
a:hover {
   text-decoration: none;
}
/*
*
*     NAVIGATION
*
*/
#divNav {

}
/*
*
*     CONTENT
*
*/
#divContent {

}
/*
*
*     FOOTER
*
*/
#divFooter {

}


