/*--------------------------------------------- */
/*                 >>> HTML <<<                 */
/*--------------------------------------------- */


/*--------------------------------------------- */
/*               >>> PALLETTE <<<               */
/*--------------------------------------------- */

a                { color: #367396; text-decoration: none; }
#tinymce a       { color: #367396 !important; text-decoration: none !important; }

a:hover          { color: #1c5170; text-decoration: underline;}
#tinymce a:hover { color: #1c5170 !important; text-decoration: underline !important; }

h1 { color: #840000; }
h2, h3 { color: #840000; }


/* LAYOUT
=============================================== */

body { background: #fffbe7; }

#page {
	background: url('/download/gallery/img/bodygif') repeat-y center 0;
	margin: 0 auto;
	/*position: relative;*/
}

#main {
	background: url('/download/gallery/img/maingif') repeat-y;
	padding: 0 10px 10px 0;
	/*position:relative; top:-2px;*/

	height: auto !important;
	height: 1%;
	overflow: hidden;
	margin-top:-2px;

}

#header {
	background: #f7e79c url('/download/gallery/img/headerjpg') repeat-x;
	height: 203px;
}

#header-inner {
	background: url('/download/gallery/img/headerinne') no-repeat 100% 31px;
	padding-left: 21px;
}

#navigation { 
	background: url('/download/gallery/img/navigation') repeat-x;
	float: left;
	margin-left: 30px;	
	min-height: 325px;
	padding-top: 10px;
	width: 187px;
}

#content {
	background-color: #fffbe7;
	margin-left: 240px;
}

#content-body { 
	float: left;
	width: 100%;
}

#footer {
	background: #f7e79c;
	padding: 10px;
}


/* LOGO/TAGLINE
=============================================== */
#logo { background: url('/download/gallery/img/taglinegif') no-repeat 220px 55px; }

#logo a {
	background: url('/download/gallery/img/logogif') no-repeat;

	/* >-- Image Replacement */
	
			display: block;
			height: 0px !important;
			overflow: hidden;
			padding: 201px 0 0;
			width: 208px;
			
	/* <-- Image Replacement */
}


/* PRIMARYNAV
=============================================== */

#primarynav { padding: 0 5px 1.5em; }

#primarynav a { 
	background: url('/download/gallery/img/bulletgif') no-repeat 0 10px; 
	border-bottom: 1px solid #f7efbd;
	color: #4a1818;
	display: block;
	font-weight: bold;
	padding: 3px 10px;
	text-decoration: none;
}

#primarynav a:hover { background-color: #210c08; color: #fff; }



/* SEARCH KEYWORD
=============================================== */

#search-keyword {
	top: 172px;
}




/*--------------------------------------------- */
/*              >>> DEV PATHS <<<               */
/*--------------------------------------------- */
/*
#page {	background-image: url('../img/body.gif'); }
#header {	background-image: url('../img/header.jpg'); }
#header-inner {	background-image: url('../img/header-inner.jpg'); }
#main { background-image: url('../img/main.gif'); }
#navigation { background-image: url('../img/navigation.jpg'); }
#primarynav a { background-image: url('../img/bullet.gif'); }
#logo a { background-image: url('../img/logo.gif'); }
*/
