/**
 * General HTML Body Styling
 * -------------------------
 */
body {
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1em;
}		

a { text-decoration: none } 

a { 
    text-decoration: none;
	  color : #1D6963;
} 

a:hover {
	color: #CC7E55;  

}


p {
	line-height: 1.35em;
	text-align: left;
	color: #FFF;
	font-size: 75%;
} 				

h1 { 
	
	font: 185%/1em Arial, Helvetica, sans-serif; 
	font-size: 1.95em; 
	font-weight: bold; 
} 

hr { 
	border: none; 
	border-top: 1px solid #cccccc; 
	height : 3px; 
	width : 100%; 
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	background-image: url('../images/square2c.png');
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding-left: 1.2em;
	line-height: 140%;
}


/**
 * Basic DIV Elements 
 * ----------------------------
 * 
 */
 

#container {
	width:756px;
	margin:0 auto;
	background-color:#cc0000;
	background-position: top;
}
  

#rightColumn {
	float : right;
	width : 150px;
	margin: 0; 
	margin-top: 20px; 
	padding: 1em; 
	min-height: 600px;
	border-left: 1px dotted #cccccc;		
}	  
  
#leftColumn {
	float : left;
	width : 150px;
	margin: 0; 
	margin-top: 20px; 
	padding: 1em; 
	min-height: 600px;
	border-right: 1px dotted #cccccc;		
}	    
  
#content {
	padding: 1em;
	margin-right: 10px;
	margin-left: 10px;
	background-color:#cc0000;
	min-height: 550px;
	background-position: top;
	text-align: left;
}

#header {
	width:756px;
	margin:0 auto;
	background-image:url(../images/Rugby%20Welsh%20Banner.gif);
	background-repeat:no-repeat;
	background-color:#59A09A;
	background-color:#1D6963;
	height : 80px;
}

#pathway {
	width: 450px;
	margin-bottom: 10px;
	letter-spacing   : 0.15em;
	font-size: 0.8em;
	color: #666666;
	height: 10px;
}
	
#footer {
	clear: both;
	text-align: left;
	margin: 0px auto;
	margin-top:0px;
	width: 736px;
	height: 40px;
	line-height: 1.0em;
	background-color:#cc0000;
	padding: 1em 0;
	padding-left: 10px;
	padding-right: 10px;
	background-position: center;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
}
	
#pagetitle {
	/*	font: 185%/1em Arial, Helvetica, sans-serif; */
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	color: #FFFFFF;
	padding-bottom: 5px;
}		

#pagetitlespacer { 
    margin: 0 0 0 0; 
    height: 22px;
	background: url('../images/pagetitlespacer.gif') no-repeat center bottom
}

#topBorder {
	margin: 0 auto;
	margin-top: 10px; 
	width: 756px;
	height: 8px;
	font: 1px/1px sans-serif !important;
	font: 0px/0px sans-serif;
	background: url('../images/bordertop.gif') no-repeat center bottom
}	


#bottomBorder {
	text-align: left;
	margin: 0px auto;
	width: 756px;
	height: 8px;
	background-color: #CC0000;
	background-image: url(../images/borderbot.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


#leftColumn p, #rightColumn p { 
	margin: .5em 0 1em 0; 
}

#leftColumn h2, #rightColumn h2 { 
	font: 100%/1em Arial, Helvetica, sans-serif;
	margin: .5em 0 1em 0; 
	border-bottom: 1px dotted #cccccc;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;
	line-height: 1.35em;
}


#rightColumn ul { 
	margin: .5em 0 1em 0; 
}

#content h2 { 
	margin: 1em 0 .5em 0; 
	font: 125%/1em Arial, Helvetica, sans-serif; 
	font-weight: bold; 	
} 

#rightColumn a:hover {
  background:#DCF8F6;   
}


#shipBox { 
	vertical-align: top;
	position: relative; 
	*top: -45px; 
	width: 100%; 
	background: #C97F56; 
	color: #FFFFFF;
	position: relative; 
/*	text-transform : uppercase; 
*/	letter-spacing   : .15em;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0; 
	font-size: .9em; 
	height: 23px;	
	margin-bottom: 20px; 

}





/**
 * Class Definitions  
 * ----------------------------
 * 
 */


.columnHeading { 
	border-bottom: 1px dotted #cccccc;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;
/*	background-color: #CC7E55; */
}
#container #content p colour {
	color: #C00;
}
#container #content table {
	text-align: center;
}
