body {
	background: #CCC url('images/bkd.gif') repeat top left;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

h1, h2, h3 {
	line-height: 100%;
}

h1 {
	margin-top: 0;
}
h3 {
	margin-bottom: -0.75em;
}

#nav {
	margin: 0;
	padding: 6px;
	text-align: center;
	background: #e52;
/*	background: #f63;*/
	color: #aaa;
/*	height: 150px;*/
}

#nav ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	font-weight: bold;
	margin-right: 12px;
}

#nav ul li a {
	text-decoration: none;
	color: #fff;
}

#container {
	width: 960px;
	margin: 0 auto auto auto;
	background: #999999;
}

#footer {
	clear:both;
	text-align: center;
	background: #000;
	color: #ccc;
	padding: 6px;
}
#footer p {
	margin: 0;
}

ul.links {
	list-style-type: none;
}

.flag {
	margin:0 15px 0 180px;
}

.col2 a {
	color: #fff;
}

/* Two column main styles: */

.main-left-col {
	width: 45%;
	float: left;
}

.main-right-col {
	width: 45%;
	float: right;
}

.main-right-col-70 {
/*	margin-left: 200px;*/
	width: 500px;
	float: right;
}

.main-left-col-30 {
	margin-top: 12px;
	width: 200px;
	padding: 12px;
	background-color: #DDD;
/*	float: right;*/
}


/* Two column layout code follows....
 * 
 * This is the webpage layout style, not the main column's two columns
 * 
 * Layout initially taken from http://matthewjamestaylor.com/blog/ultimate-2-column-right-menu-pixels.htm
 */

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	line-height: 150%;
	font-size: 110%;
}

/* 2 column right menu settings */
.rightmenu {
	background: #333;
}
.rightmenu .colleft {
	float:left;
	width:200%;
	margin-left:-180px;
	position:relative;
	right:100%;
	background:#fff;
}
.rightmenu .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	padding-bottom:1em;
}
.rightmenu .col1 {
	margin:15px 15px 0 195px;
	overflow:hidden;
}
.rightmenu .col2 {
	float:right;
	width:180px;
	position:relative;
	left:180px;
	color: #fff;
	text-align: center;
}
.imgLeft
	{
	float: left;
	width: 450px;
	padding-bottom: 1em;
	padding-right: 1em;
	font-style: italic;
	}
.imgLeft2
	{
	float: left;
	width: 300px;
	padding-bottom: 1em;
	padding-right: 1em;
	font-style: italic;
}

.imgRight
	{
	float: right;
	width: 432px;
	padding-bottom: 1em;
	padding-left: 1em;
	font-style: italic;
}
.eventImg
	{
	height: 260px;
	float: left;
	width: 288px;
	margin: 1em 0em;
}
.eventImg p
	{
	font-style: italic;
	margin: 0 1em 0 0;
}
html {
   overflow-y: scroll;
 }