/** override */

/** template */

	div#content div.related-page { float: right; margin-left: 0.5em; }
	div#content div.last { margin: 0; clear: left; }
	
	div#content { position: relative; }
	
	div#content div#main-panel { 
		background-color: #2692ad; overflow: hidden; height: auto; width: 56.75em;
		padding: 0.6em 0em 0em 0.75em; margin-bottom: 0.5em; color: #FFFFFF;
		background-image: url(/release/images/paint-expert.jpg); background-repeat: no-repeat;
		background-position: bottom right; height: auto !important; height: 53.5em; min-height: 53.5em;
	}
	
	div#content div#main-panel h1 { 
		display: block; width: 196px; height: 115px; text-indent: -9999px; margin-top: 0.75em;
		background-image: url(/release/images/text/paint-expert.gif); background-repeat: no-repeat;
	} 
	
	div#content div#main-panel p { font-weight: bold; width: 15em; }
	
	div#content div#secondary-panel div#quicklinks {
		position: absolute; top: 2em; left: 25em; display: block;
		width: 24em; overflow: hidden; 
	}
	
	div#content div#secondary-panel div#quicklinks ul { list-style-type: none; padding: 0; }
	div#content div#secondary-panel div#quicklinks li { 
		width: 14em; float: left; background-position: bottom left; background-repeat: no-repeat;
		background-image: url(/release/images/icons/arrow-blue-active.gif); padding: 0;
	}
	div#content div#secondary-panel div#quicklinks li a { 
		font-weight: bold; display: block; padding-bottom: 2em;
		background-image: url(/release/images/icons/arrow-blue.gif); background-position: bottom left;
		background-repeat: no-repeat; text-decoration: none; font-size: 1.2em;
	}
	
	div#content div#secondary-panel div#quicklinks li a:hover,
	div#content div#secondary-panel div#quicklinks li a:focus,
	div#content div#secondary-panel div#quicklinks li a:active
	{ background-image: none; }
	
	div#content div#secondary-panel div#related {
		position: absolute; top: 17.5em; right: 0em; display: block;
		overflow: hidden; 
	}
	
	
	
