* { padding: 0; margin: 0; }

body {
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-color: #000066;
}

.title {
	font-family: 'Varela', sans-serif;
	font-size: 26px;
	font-weight: lighter;
	text-decoration: none;
	color: #000066;
}

.title_or {
	font-family: 'Varela', sans-serif;
	font-size: 26px;
	font-weight: lighter;
	text-decoration: none;
	color: #FF9900;
}

.subtitle {
    font-family: 'Varela', sans-serif;
    font-size: 20px;
	font-weight: lighter;
	text-decoration: none;
	color: #000066;
}

.subtitle_c {
    font-family: 'Schoolbell', cursive;	font-size: 22px;
	font-weight: lighter;
	text-decoration: none;
	color: #FF9900;
}

.quote {
	font-family: 'Rokkitt', serif;
	font-size: 16px;
	color: #0099CC;
}

a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}


a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}

#wrapper { 
 margin: 0 auto;
 width: 900px;
}

#header {
 width: 900px;
 height: 292px;
 background: #FFFFFF;

}


#columns {
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 column-gap: 10 px;
 width: 100%;
 background: #FFFFFF;
}

#navigation-container {
	position:relative;z-index:99;
    padding: 0px;
}

#navbar {
	margin: 0;
	padding: 0;
	height: 16px; }
	
#navbar li {
	list-style: none;
	float: right;
	background-color: #000066; }
	
#navbar li a {
	display: block;
	width: 199px;
	padding: 6px 13px;
	background-color: #000066;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-family: 'Cabin', sans-serif;
	font-size: 15px;
 }
 
#navbar li:hover > a {
	background: #FFFFFF;
	color: #FF9900;
}
	
	#navbar li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: #FFFFFF;}
	
	#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
	
#navbar li:hover li {
	float: none; }
	
#navbar li:hover li a {
	background-color: #F5F5F5;
	border-bottom: 1px solid #fff;
	color: #3399CC;
}
	
#navbar li li a:hover {
	background-color: #FFFFFF; }


#leftcolumn { 
 float: left;
 display: inline;
 color: #006;
 margin: 15px;
 padding: 0px;
 width: 860px;
}


#footer {
	width: 880px;
	clear: both;
	color: #006;
	background: #FFFFFF;
	margin: auto;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000066;
}

.clear { clear: both; background: none; }

img {border : 0;}
