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

h1 {
	font-size: 1.5em;
}

h3 {
	font-size: 1em;
}

h2 {
	font-size: 1.5em; color: #FF0000;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#nav {
	margin: 0;
	padding: 12px;
	text-align: center;
	background: #333;
	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: 18px;
}

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

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

#footer {
	text-align: center;
	background: #333;
	color: #ccc;
	padding: 0.5em;
	clear: both;
}

#footer a {
	color: #fff;
}

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

.col2 a {
	color: #fff;
}

.img-right {
	float:right;
	margin-left: 15px;
	margin-bottom: 15px;
}

blockquote {
	font-style: italic;
	border-left: 3px solid #ccc;
	padding-left: 15px;
}

blockquote .intro {
	font-style: normal;
	margin: 0;
}
blockquote .credit {
	font-style: normal;
	margin: 0;
	text-align: right;
}

/* Two column layout code follows....
 * 
 * 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: 1.5em;
	font-size: 110%;
}

/* 2 column right menu settings */
.rightmenu {
    background: #888;
}
.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:0 15px 0 195px;
    overflow:hidden;
	padding: 0 15px 0 15px;
	line-height: 2em;
}
.rightmenu .col2 {
    float:right;
    width:180px;
    position:relative;
    left:180px;
	color: #fff;
	text-align: center;
}

.rightmenu .col2 a {
	color: #bbb;
	font-weight: bold;
}
