	/*	=== DAVID STUART HORSEMANSHIP === */
	
	/* Colours */
	
	.green { color: #9ba921; } /* OR */ .green { color: rgb(155,169,33) }
	
	.grey { color: #27282b; } /* OR */ .grey { color: rgb(39,40,43); }

	/* === */
	
	BODY {
		/*background: rgb(35,36,42);*/
		background: white;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		text-align: center;
		font-weight: normal;
		font-size: 11px;
		line-height: 14px;
	}
	
	/* Links */
	
	a:link {
		color: #9ba921;
		font-weight: normal;
		text-decoration: none;
	}
	
	a:visited {
		color: #9ba921;
		text-decoration: none;
	}
	
	a:hover {
		color: #27282b;
		text-decoration: underline;
	}
	
	a:active {
		color: #9ba921;
		text-decoration: none;
	}
	
	/* @end */
	
	.left { float: left; overflow: hidden; }
	.right { float: right; overflow: hidden; }
	
	/* Type */
	
	H2, H3, H4, H5 {
		margin: 0;
		padding: 0px 0px 8px 0;
		text-align: left;
		text-transform: lowercase;
		font-family: "Myriad Pro", "Myriad", Verdana, Arial, Helvetica, sans-serif;
	}
	
	H2 { font-size: 24px; color: rgb(40,41,46); }
	H3, H4 { font-size: 14px; color: rgb(40,41,46); }
	
	BLOCKQUOTE { }
	
	BUTTON { padding: 0; margin: 0; }
	
	P { font-size: 11px; color: rgb(46,46,46); }
	
	STRONG { font-weight: bold; }
	
	EM { font-style: italic }
	
	/* @end */
	
	/* Form Elements */
	
	INPUT, SELECT, TEXTAREA { }
	INPUT, SELECT, TEXTAREA { }
	FIELDSET { border: 0; margin: 0; padding: 0; }
	FORM { margin: 0; padding: 0; }
			
	/* Validation Text */
	
	INPUT.empty text, TEXTAREA.empty text { padding: 0px; margin: 0px; color: #363636; }
	#validateErrorMsg { 
		position: absolute; 
		background-color: #ffffff;
		border: 1px solid rgb(46,46,46);
		color: rgb(46,46,46);
		line-height: 16px;
		height: 20px;
		width: auto;
		z-index: 600; 
		padding: 2px 10px;
	}

	/* @end */
		
	/**********************************************/	
	/* 		         LAYOUT MARK-UP            	  */
	/**********************************************/
	
	/* DIV { border: 1px solid #ccc; } */
	
	DIV#wrap {
		margin: 0 auto;
		width: 992px;
		position: relative;
		/* background: url('../images/ds_side_tile.gif') top center repeat-y; */
	}
	
		/* Main Content */
	
		DIV#container {
			margin: 0 auto;
			/* background: #fff url('../images/ds_container_bg.gif') bottom left repeat-x; */
			text-align: left;
			width: 898px;
			*width: 950px;
			padding: 25px 26px;
		}
		
			DIV#logo { height: 51px; }
			
			DIV#navigation { height: 31px; background: rgb(35,36,42); margin-left: 51px; padding-left: 15px; display: none; }
				
				DIV#navigation A {  
					font-family: "Lucinda Grande", Verdana;
					font-size: 13px;
					color: rgb(215,218,230);
					padding: 5px 10px;
					margin-right: 8px;
					line-height: 31px;
					text-transform: lowercase;
				}
				
					DIV#navigation A:hover {
						background: url('../images/nav_hover_bg.gif') top left repeat-x;
						color: rgb(253,253,249);
					}
		
			DIV#flashHeader {
				margin-left: 51px;
				padding-left: 11px;
				display: none;
				visibility: collapse;
				/*background: rgb(155,169,33) url('../images/ds_flashHeader_bg.gif') top left no-repeat;*/
			}
			
			DIV#contentContainer {
				width: 847px;
				margin-left: 51px;
			}
			
	/* Footer */		
		
	DIV#footer {
		margin: 0 auto;
		/* background: url('../images/ds_footer_bg.gif') top left no-repeat;*/
		width: 948px;
		*width: 992px;
		padding-left: 22px;
		padding-right: 22px;
		padding-top: 22px;
		text-align: left;
		color: rgb(99,103,123);
	}
		DIV#footer SPAN.general { float: left; overflow: hidden; }
		DIV#footer SPAN.cru { float: right; overflow: hidden; }
		DIV#footer SPAN A { color: rgb(99,103,123); }
			DIV#footer SPAN A:hover { color: rgb(178,181,202); }

		


