body {
	margin:0;
	padding:0;
	min-height: 100%;
	background: #2F8DC5;
	background-image : url(images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family : Arial, Helvetica;
	text-align: center;
}


 /* NAVIGATION
------------------------------------------------------*/
#nav {
	padding : 0px 0px 0px 0px;
	width : 824px;
	height: 16px;
	float : right;
}

#nav a:link{
	
	color: #FFFFFF;
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
}
#nav a:hover {
	color: #00345B;
}
body#home a#homenav,
body#programme a#programmenav,
body#registration a#registrationnav,
body#contact a#contactnav,
body#supporters a#supportersnav,
body#2009 a#2009nav,
body#2010 a#2010nav,
body#2011 a#2011nav,
body#travel a#travelnav

{
	color: #00345B;
	font-weight: bold;
	font-size: 80%;
}

/* MAIN CONTENT
------------------------------------------------------*/

.main {
	width : 824px;
	background-image : url(images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center middle;
	margin: 0;
	padding: 0 ;
}



/* FOOTER
------------------------------------------------------*/

.footerText {
	text-align: center;
	color : #06416A;
	font-size : 70%;
}
.footerText a {
	color : #06416A;
	text-decoration: none;
}
.footerText a:hover {
	color : #fff;
	text-decoration: none;
}
.footerTextWhite {
	text-align: center;
	color : #fff;
	font-size : 70%;
}

/* FONTS
------------------------------------------------------*/
p {
	font-size : 85%;
	color : #fff;
}

.pBold {
	font-size : 80%;
	font-weight: bold;
	color : #fff;
}
.pHome {
	font-size : 24px;
	font-weight: bold;
	color : #fff;
}
.pHome2 {
	font-size : 14px;
	font-weight: bold;
	color : #fff;
}
.pTableWhite {
	font-size : 80%;
	color : #fff;
	font-weight: bold;
}
.pTableBlue {
	font-size : 80%;
	color : #00345B;
	font-weight: bold;
}
.pTableBlue2 {
	font-size : 80%;
	color : #2F8DC5;
	font-weight: bold;
}

a {
	color: #fff;
	font-size : 90%;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #00345B;
	text-decoration: none;
}
.H1 {
	font-size : 105%;
	font-weight: bold;
	color : #00345B;
}

.H2 {
	font-size : 100%;
	font-weight: bold;
	color : #b3ab95;
}
ul {
	font-size : 85%;
	color : #fff;
	list-style-image :  url(images/bullet.gif);
	padding : 0 10px 0 15px;
	margin : 0;
}
.inputContact {
	font-family : Arial, Helvetica;
	font-size: 12px;
	color: #192134;
	background-color: #FFFFFF;
	width: 180px;
	border: 1px solid #D18F07;
	text-align: left;
		}
		
.submit-button
{
	color: #ffffff;
	font-family : Arial, Helvetica;
	font-size: 12px; 
	font-weight: bold;
	background: #00345B;
	border: 1px #00345B outset;
	cursor:pointer
}
.picbox {
    border-bottom: 1px solid #00345B;
	border-top: 1px solid #00345B;
	border-right: 1px solid #00345B;
	border-left: 1px solid #00345B;
	display: block; 
	margin: 0px 0px 0px 0px; /* for FF */
    line-height: 0px;
	border: 1px solid #585344;

	}

