/* basic elements */
	
	body {
		margin: 0;
    	padding: 0;
		color: #666666;
		font-family: arial, sans-serif;
		font-size: 11px;
		text-align: center;
		background-color: #bae0ca; //#55380c;
		background-image: url(http://www.scratchespresso.com/graphics/bckgrnd_repeater6.gif);
		background-repeat: repeat-y;
		background-position: center;
	}
	
	h1 {
		color: #bf2e1a;
		font-family: arial, sans-serif;
		font-size: 14px;
		font-weight: 800;
		margin: 0;
	}
	
	select {
		background-color: #bae0ca;
		width: 200px;
	}
	
	.input {
		background-color: #bae0ca;
	}
	
	.insidetextarea {
		background-color: #bae0ca;
		border-style: solid;
		border-width: 1px;
		border-color: #bf301a;
	}
	
	.outsidetextarea {
		border-style: solid;
		border-width: 1px;
		border-color: #bf301a;
	}
	
		
/* basic classes */	
	
	.p1 {
		font: 11px arial, sans-serif;
		margin-top: 4px;
		margin-left: 1px;
		color: #000000;
		padding: 0px;
		line-height: 20px;
	}
	
	.p1 a {  
	color: #ddb10c;
	text-decoration: underline;
	}
	
	.p1 a:hover {  
	color: #bf2e1a;
	text-decoration: underline;
	}
	
/* highslide details */

	.highslide {
		cursor: url(highslide/graphics/zoomin.cur), pointer;
	    outline: none;
	}
	
	.highslide-active-anchor img {
		visibility: hidden;
	}

	.highslide img {
		border: 1px solid #bf2e1a;
	}
	
	.highslide:hover img {
		border: 1px solid #bae0c9;
	}	

	.highslide-wrapper {
		background: white;
	}
	
	.highslide-image {
		border: 10px solid white;
	}
	
	.highslide-image-blur {
	}
	
	.highslide-caption {
	    display: none;
	    border: 5px solid white;
	    border-top: none;
	    padding: 5px;
	    background-color: white;
	}
	
	.highslide-loading {
	    display: block;
		color: black;
		font-size: 8pt;
		font-family: sans-serif;
		font-weight: bold;
	    text-decoration: none;
		padding: 2px;
		border: 1px solid black;
	    background-color: white;
	    
	    padding-left: 22px;
	    background-image: url(include/highslide/graphics/loader.white.gif);
	    background-repeat: no-repeat;
	    background-position: 3px 1px;
	}
	
	a.highslide-credits,
	a.highslide-credits i {
	    padding: 2px;
	    color: silver;
	    text-decoration: none;
		font-size: 10px;
	}
	
	a.highslide-credits:hover,
	a.highslide-credits:hover i {
	    color: white;
	    background-color: gray;
	}
	
	a.highslide-full-expand {
		background: url(include/highslide/graphics/fullexpand.gif) no-repeat;
		display: block;
		margin: 0 10px 10px 0;
		width: 34px;
		height: 34px;
	}
	
	/* These must always be last */
	.highslide-display-block {
	    display: block;
	}
	
	.highslide-display-none {
	    display: none;
	}	
	
/* specific divs */	
	
	#container { 
	position: relative;
	margin: 0 auto;
	width: 655px;
	text-align: left;
	background-color: #ffffff;
	}
	
	#toparea { 
	z-index: 3;
	position: relative;
	width: 655px;
	height: 174px;
	background-color: #ffffff;
	}
	
	#logoarea { 
	position: relative;
	margin-left: 13px;
	width: 193px;
	height: 174px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	}
	
	#leftimg { 
	position: absolute;
	top: 0px;
	left: 2px;
	width: 10px;
	height: 174px;
	}
	
	#bannerimg { 
	position: absolute;
	top: 0px;
	margin-left: 0px;
	width: 655px;
	height: 194px;
	background-image: url(http://www.scratchespresso.com/graphics/scratch_bg_mint.jpg);
	background-color: #ffffff;
	}
	
	#homecontent { 
	position: absolute;
	z-index: 69;
	text-align: left;
	background-position: center;
	top: 180px;
	left: 0px;
	width: 656px;
	}	

	#sidenav { 
	position: relative;
	z-index: 79;
	left: 530px;
	text-align: right;
	margin-left: 1px;
	margin-top: 5px;
	width: 112px;
	}
			
	#sidenavcontent a { 
	color: #333333;
	text-decoration: none;
	}
		
	#sidenavcontent a:hover { 
	color: #bf2e1a;
	text-decoration: none;
	}
	
	#footer {
    position: relative;
	z-index: 9;
	margin-top: 0px;
	width: 456px;
	left: 6px;
	}
	
	#copyright {
    position: absolute;
	z-index: 10;
	text-align: left;
	}

	.copyright {
	    font-size: 10px;
		color: #868686;
		font-family: arial, sans-serif;
		margin-left: 10px;
		}
	
/* other divs */
	
#pagecontent { 
	position: relative;
	text-align: left;
	margin: 0px;
	top: 0;
	left: 0;
	width: 520px;
	height: 200px;
	}
	

#fadedseperator {
	position: relative;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 7px;
	width: 644px;
	height: 1px;
	background-color: #4a443d;
	clear: both;
	}

#titleseperator {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 7px;
	width: 644px;
	height: 1px;
	background-color: #b8ab99;
	}
	
		 
/* userprofile page */

#copybox td { 
	font: 11px arial, sans-serif;
	margin-top: 4px;
	margin-left: 1px;
	color: #f7f3ed;
	padding: 0px;
	line-height: 20px;
	}

#copybox {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 232px;
	}
	
#copybox a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
#copybox a {
	color: #ddb10c;
	text-decoration: underline;
	}	

	
/* do i even use this */
	
/*.box {
	BORDER-RIGHT: #0054A6 1px solid;
	BORDER-TOP: #0054A6 1px solid;
	BACKGROUND: #FFFFFF;
	BORDER-LEFT: #0054A6 1px solid;
	COLOR: #000000;
	BORDER-BOTTOM: #0054A6 1px solid
}*/