body	{
	margin: 20px;
	padding: 0;
	color: #039;
	font: 100%/1.2 Arial, Verdana, Helvetica, sans-serif;
	background: #fff;
	text-align: center;
	}

/* ---------------------------------------------------------------------------------- */
/* LAYOUT */

#container {
	margin: 0 auto 0 auto;
	width: 96%;
	text-align: left;
}

#header {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #F90 url(../../wp/c/Cnr_tr_A.gif) right top no-repeat;
	height: 75px;
	position: relative;
}

#col { 
	width: 195px;
	margin: -62px 0 30px 20px; 
	padding: 0;
	float: right;
}

#page {
	margin: 0;
	padding: 0 0 20px 0;
	width: 100%;
	background: #FC6 url(../../wp/l/Logo_Bot_A.gif) left top no-repeat;
	border-bottom: 1px solid #F90;
}

#content {
}


/* ---------------------------------------------------------------------------------- */
/* HEADER STUFF */

/* Logo */
#logo {	
	width: 450px;
	height: 75px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}
#logo h1 {
	font-size: x-small;
	margin: 0;
	padding: 0;
}
#logo h1 span {
	background: transparent url(../../wp/l/Logo_A.gif) left top no-repeat;
	z-index: 2;
	width: 450px;
	height: 75px;
	display: block;
	position: absolute;
	cursor: pointer;
	top: 0px;
	left: 0px;	
}

/* Site Guide */
#siteguide {
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 8px;
	right: 7em;
}
#siteguide a {
	background: transparent url(../../wp/g/Guide_But_A.gif) left center no-repeat;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 2px 10px 3px 22px;
}
#siteguide a:hover {
	background: transparent url(../../wp/g/Guide_But_Over_A.gif) left center no-repeat;
	color: #000;
}

/* Site Search */
#sitesearch {
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 8px;
	right: 20px;
}
#sitesearch a {
	background: transparent url(../../wp/s/Search_But_A.gif) left center no-repeat;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 2px 0 3px 22px;
}
#sitesearch a:hover {
	background: transparent url(../../wp/s/Search_But_Over_A.gif) left center no-repeat;
	color: #000;
}

/* Breadcrumb */
div#bread {
	margin: 0 240px 0 118px;
	padding: 6px 0 0 0;
	font-size: 0.8em;
}


/* ---------------------------------------------------------------------------------- */
/* NAV */

#nav { 
	width: 195px;
	margin: 0; 
	padding: 0;
	background: #fff url(../../wp/n/Nav_Back_A.gif) left top repeat-y;
	position: relative;
	z-index: 10;
}
#nav span.boxtop {
	position: absolute;
	width: 195px;
	height: 20px;
	background: transparent url(../../wp/n/Nav_Top_A.gif) left top no-repeat;
	top: 0;
	left: 0;
}
#nav span.boxbot {
	position: absolute;
	margin: -2px 0 0 0;
	width: 195px;
	height: 25px;
	background: transparent url(../../wp/n/Nav_Bot_A.gif) left top no-repeat;
}
#nav ul {
	margin: 0 0 0 5px;
	padding: 14px 0 0 0;
	list-style: none;
}
#nav li {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	margin: 0 0 0 6px;
	padding: 2px 0 2px 11px;
	text-decoration: none;	
	width: 160px;
}
#nav a:visited {
	color: #000;
}
#nav a:hover {
	color: #990000;
}
#nav a#selected, #nav a:link#selected {
	background: transparent url(../../wp/n/Nav_Bullet_A.gif) left center no-repeat;
	color: #039;	
}

/* Sub Nav */
ul#subnav { 
	margin: 0 0 6px 8px; 
	font-size: 0.9em;
	padding: 0;	
}
ul#subnav li { 
	margin: 0; 
	padding: 0;
	font-weight: normal;
}
ul#subnav a {
	display: block;
	/* this width is so IE can get 'hold' of it */
	width: 155px;
	margin: 0 0 0 6px;
	padding: 2px 0 2px 11px;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------------- */
/* NEWS */

#news { 
	width: 195px;
	margin: 40px 0 0 0; 
	padding: 0;
	float: right;
	background: #fff url(../../wp/n/Nav_Back_A.gif) left top repeat-y;
	position: relative;
}
#news span.boxtop {
	position: absolute;
	width: 195px;
	height: 20px;
	background: transparent url(../../wp/n/News_Top_A.gif) left top no-repeat;
	top: 0;
	left: 0;
}
#news span.boxbot {
	position: absolute;
	width: 195px;
	height: 25px;
	background: transparent url(../../wp/n/Nav_Bot_A.gif) left top no-repeat;
}
#news dl {
	margin: 14px 0 0 5px;
	padding: 0;
	list-style: none;
}
#news dt {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 3px 10px 3px 11px;
}
#news dd {
	margin: 0;
	padding: 3px 10px 3px 11px;
}
#news dd span {
	font-size: 0.7em;
	letter-spacing: 0.2em;
	display: block;
	padding: 4px 0 0 0;
}
#news dd a {
	display: block;
	padding: 0 0 4px 0;
	font-size: 0.8em;
}
#news dd a strong {
	display: block;
	padding: 10px 0 0 0;
}



/* ---------------------------------------------------------------------------------- */
/* BASIC RULES */

/* Links */
a {
	text-decoration: underline;
	color: #000;
}
a:visited {
	color: #666;
}
a:hover, a:active {
	color: #990000;
}

/* Headers */
h2 {
	letter-spacing: 0.01em;
 	margin: 30px 0 0.3em 16px;
	padding: 0;
}

h3 {
	letter-spacing: 0.01em;
 	margin: 20px 0 0.4em 16px;
	padding: 0;
}

/* Paras & Text */
p {
	margin: 0 16px 0.7em 16px;	
	line-height: 1.2em;
}

p.country_links {
	text-align: center;
	line-height: 1.4em;
}
p.country_links a {
	margin-right: 10px;
}

span.access	{
	display: none;
}

/* Images */
img	{
	border: 0;
	margin: 0 20px 10px 16px;
	padding: 0;
}
img.left {
	float: left;
	margin: 0 20px 10px 16px;
	padding: 0;
}
img.right {
	float: right;
	margin: 0 16px 10px 20px;
	padding: 0;
}
img.centre {
	display: block;
	margin: 0 auto 10px auto;
	padding: 0;
}

/* Lists */
#content ul {
	margin: 10px 0 20px 40px;
	padding: 0;
	list-style-image: url(../../wp/b/Bullet_A.gif);
}
#content li {
	padding: 0 0 0 0	;
	margin: 7px 0 7px 0;
}

#content li p {
	padding: 0 0 10px 0	;
	margin: 0;
}


/* Special Bits */
div.clearboth {
	clear: both;
}

/* ---------------------------------------------------------------------------------- */
/* TABLES */

table {
}
table th {
}
table tr {
}
table td {
}


/* ---------------------------------------------------------------------------------- */
/* FORMS */

form {
	border: 0;
	padding: 0;
	margin: 0;
}
fieldset {
	padding: 10px 20px 10px 20px;
	margin: 20px 0 20px 0;
}
legend {
	font-weight: bold;
	padding: 0 5px 0 5px;
}
label {
	font-weight: bold;
	display: block;
	margin: 0 0 3px 0;
}
input, textarea {
	padding: 2px;
	margin: 0 0 5px 0;
}
select {
	margin: 0 0 5px 0;
}
input.but {
	padding: 2px;
	font-weight: bold;
	margin: 10px 10px 10px 0;
}


/* ---------------------------------------------------------------------------------- */
/* FOOTER */

#footer {
	width: 100%;
	margin: 0;
	clear: both;
	background: #FC6 url(../../wp/c/Cnr_bl_A.gif) left bottom no-repeat;
	padding: 12px 0px;
	position: relative;
}
#footer p {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.6em;
}
span#botright {
	width: 31px;
	height: 29px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: transparent url(../../wp/c/Cnr_br_A.gif) right bottom no-repeat;
}


/* ---------------------------------------------------------------------------------- */
/* PREVIEW PAGE */

div#previewpost {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	background-color: yellow;
	z-index: 10;
	margin: 10px 0 0 0;
}
div#previewpost p {
	margin: 0;
	padding: 4px 0;
	font-size: 0.8em;
}