body {
	background: #eee url("../images/layout/background.gif") repeat-x;
	margin: 0 auto;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333;
	line-height: 1.5
}
a, link, active, visited { color: #2f632f; text-decoration: none; font-weight: bold; }
a:hover { color: #659f48; text-decoration: none; font-weight: bold; }

ul {
	list-style-image: url("../images/layout/bullet.gif");
	margin: 0px 0px 0px 15px;
	padding: 0;
}

td {
	vertical-align: top;
	padding: 10px 5px 10px 5px;
}

hr { 
	clear: both; 
	margin: 15px auto 15px auto; 
	padding: 0;
	height: 2px; 
	border: 0; 
	background: #bee5ee;
	width: 80%;
}

/*strong*/
strong {
	color: #006699;
}
.heading {
	font-size: 85%;
	color: #006699;
}
.tc {
	font-size: 95%;
	color: #3591a8;
}
.motion {
	color: #ff6600;
}

.tdgroup {
	background: #efe9d2 url("../images/layout/tdgrad.gif") repeat-y;
	color: #006699;
}
.tdbandinfo {
	color: #0091b5;
	vertical-align: top;
}
.tdbandinfo2 {
	color: #0091b5;
	vertical-align: top;
	text-align: center;
}

.one { color: #003366;}
.two { color: #006699;}

.tdphead { 
	background: #d4eff4;
	color: #006699;
	font-size: 95%;
	font-weight: bold;
}
.loadlist { 
	color: #006699;
	text-align: right;
	font-weight: bold;
	padding: 10px 0 10px 0;
}
.loadlist a, .loadlist a:visited { 
	background: #d4efd4;
	color: #2f632f;
	display: block;
	padding: 2px 5px 3px 5px;
}
.loadlist a:hover { 
	background: #dff2d6;
	color: #659f48;
}

/*LAYOUTS, OTHERS*/
.clear {clear: both;}
.nolink {border: 0; text-decoration:none;}
.yimmylink {border: 1px solid #bee5ee; text-decoration:none; padding: 4px;}

/*
COLOURS
186173 dark aqua
bee5ee light blu
7fc8da med blu
ececec v light grey
0091b5 blu
efe9d2 light grey yell
61bacf med aqua

menu
yim 003366
rest 72a8b5
*/

/***********************************************************
* DIV IDs
***********************************************************/
#column {			/*HOLDS IT ALL*/
	margin: 0 auto;
	width: 790px;
	padding: 0px 0px 0px 0px;
}
#banner {
	background: url("../images/layout/yimbanner.jpg") no-repeat;
	margin: 0 auto;
	width: 790px;
	height: 199px;
}
#nav {
	vertical-align: top;
	float: left;
	width: 61%;
	text-align: left;
	margin: 0px 0px 10px 0px;
}
#logo {
	background-color: #ccc;
	float: right;
	text-align: left;
	vertical-align: top;
	width: 38%;
	margin: 0px 0px 10px 0px;
}
/*HOLDS ALL CONTENT WITH SPACE TAKEN IN AT SIDES DUE TO SHADING FROM COLUMN*/
#content {		
	margin: 0 auto;
	width: 790px;
	background: #fff url("../images/layout/sides.gif") repeat-y;
	height: 100%;
	text-align: center;
}
#holdtext {
	margin: 0 auto;
	padding: 20px 10px 20px 10px;
	width: 700px;
	text-align: left;
}
#holdplayer {
	margin: 20px auto;
	/*text-align: center;*/
}
#holdvideoplayer {
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin: 20px auto;
}
#footer {
	margin: 0 auto;
	width: 790px;
	background-repeat: no-repeat;
}
.foottext {
	color: #666;
	font-size: 75%;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

/*MENU IDS*/
.menuhead {
	font-size: 105%;
	font-weight: bold;
	color: #003366;
	padding: 15px 0px 0px 15px;
}
#menu {
	text-align: left;
	font-size: 95%;
	font-weight: bold;
	margin: 5px 0px 0px 15px;
	padding: 0px 0px 0px 10px;
	border-left: 1px dashed #006699;
}

#navigation a {
	width: 127px; 
	text-decoration: none;
}

#navigation a, { display: block; float: left; }

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a, { float: none; }
/* End IE5-Mac hack */ 

#navigation a:hover {
	text-decoration: none;
	width: 127px;
	letter-spacing: 1px;
}  

#navigation{
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

#navigation li	{
	display: block;
	margin: 1px 0px 0px 0px;
	padding: 1px 0px 3px 15px;
}



/*VIDEO GALLERY*/
.galltable {
	padding: 10px 10px 10px 10px;
}
.mtngal_td {
	padding: 2px 5px 2px 5px;
	text-align: left;
	border-bottom: 1px solid #3896B0;
	vertical-align: top;
	
}
.mtngal_td2 {
	padding: 2px 5px 2px 5px;
	text-align: left;
	border-bottom: 1px solid #3896B0;
	background-color: #CCE6FF;
	vertical-align: middle;
	
}



/*PHOTOS PAGE*/

.photostd {
	width: 20%;
	border-bottom: 1px solid #3896B0;
	background-color: #CCE6FF;
	vertical-align: top;
	text-align: center;
	padding: 5px 0px 5px 0px;
}