body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	line-height: 150%;
	overflow-x:hidden;
	margin: 0px 0px 0px;
	padding: 0px;
}

h1 {
	margin: 0px 0px 0px;
	padding: 0px;
	float:right;
	
}
h1 a {
	line-height: 100%;
	text-decoration: none;
	background: url(../elements/operaproject-logo.gif) no-repeat;
	text-indent: -900em;
	display: block;
	height: 96px;
	width: 279px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #fff;
	margin: 34px 55px 0px 0px;
	line-height: 135%;
	float:right;
	text-align:right;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #000;
	margin: 26px 0px 10px 0px;
	line-height: 135%;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #000;
	margin: 10px 0px 0px 0px;
}


a {
	text-decoration: none;
	color: #006699;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	/*background-color: #990000;*/
	color: #006699;
	text-decoration: underline
}


.red{
  	color:#006699;
}
.grey{
	color:#666666;
}
.white{
	color:#fff;
}

#header_wrap {
	margin: 0px auto;
	width: 705px; 
	
}
#content_wrap {
	margin: 0px auto;
	width: 705px;
	padding-bottom:0px;	
}

#navcontainer {
	DISPLAY: block;  
	FONT-SIZE: 1em; 
	/*BACKGROUND: url(../elements/nav_back.gif) #990000 no-repeat 50% top; */
	FLOAT: left; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px 0px 0px; 
	WIDTH: 705px; 
	PADDING-TOP: 0px; 
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	HEIGHT: 36px; 
	TEXT-ALIGN: left;
}
#navlist {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px 0px 0px 0px; 
	PADDING-TOP: 0px
}
#navlist UL {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	WIDTH: 100%; 
	PADDING-TOP: 0px; 
	WHITE-SPACE: nowrap;
	
}
#navlist LI {
	PADDING-RIGHT: 0px; 
	DISPLAY: inline; 
	PADDING-LEFT: 0px; 
	FLOAT: right; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px 0px 0px; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 150%;
	/*font-weight:bold;*/
}

#navlist A {
	PADDING-RIGHT: 14px; 
	DISPLAY: block; 
	PADDING-LEFT: 14px; 
	FLOAT: left; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 7px; 
	HEIGHT: 36px
}
#navlist A:link {
	/*BACKGROUND: url(../elements/nav_border.gif) no-repeat right bottom; */
	COLOR: #000; 
	TEXT-DECORATION: none
}

#navlist A:visited {
	/*BACKGROUND: url(../elements/nav_border.gif) no-repeat right bottom; */
	COLOR: #000; 
	TEXT-DECORATION: none
}

#navlist A:hover {
	COLOR: #006699; 
	/*BACKGROUND-COLOR: #fff*/
}
#navlist A.current:link {
	/*BACKGROUND: url(../elements/nav_border.gif) no-repeat right bottom; */
	COLOR: #666; 
/*	BACKGROUND-COLOR: #fff;*/
	TEXT-DECORATION: none
}
#navlist A.current:visited {
	/*BACKGROUND: url(../elements/nav_border.gif) no-repeat right bottom; */
	COLOR: #666; 
/*	BACKGROUND-COLOR: #fff;*/
	TEXT-DECORATION: none
}
#navlist A.current:hover {
	COLOR: #006699; 
	/*BACKGROUND-COLOR: #fff*/
}



#banner {
	margin: 0px auto;
	margin-bottom: 0px;
	clear: both;
	width: 705px;
	/*height: 130px;*/
	padding-top: 0px;
	padding-bottom: 0px;
}
#centre {
	width: 705px;
	clear: both;
	overflow:auto;
	padding-top: 10px;
	padding-bottom: 15px;
	/*background: #fff;*/
}
#left-column {
	width: 205px;
	float: left;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	
}

#right-column {
	width: 450px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}




#footer {
	clear: both;
	/*background: url(../elements/footer.gif) repeat-x;*/
	width: 660px;
	text-align:left;
	margin: 15px auto 0px;
	font-size: 1.2em;
color: #666666;
}

#gallery {
	list-style:none;
	margin:0px;
	padding:0px;
	clear:both;
	
}
#gallery li{
 	float:left;
	margin: 6px;
}


