@charset "utf-8";

/* 
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
&&                                               &&
&&               STYLE INFORMATION               &&
&&                                               &&
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
&&                                               &&
&&           Site: www.artservicesnorth.com      &&
&&           Style: Main Layout                  &&
&&           Author: Whitworth Gallery           &&
&&           Dev: Greg Whitworth                 &&
&&           Phone: 907-357-2819                 &&
&&           Email: gkwinspired@gmail.com        &&
&&                                               &&
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
*/

/* 
///////////////////////////////////////////////////
//                                               //
//                   INCLUDES                    //
//                                               //
///////////////////////////////////////////////////
 */
 
 	/* Controls all navigation settings */
		@import url(nav.css);
	
	/* Controls sitewide fonts settings */
		@import url(fonts.css);
	
	/* Controls any classes not set in any other style sheet */
		@import url(classes.css);


/* 
///////////////////////////////////////////////////
//                                               //
//                MAIN LAYOUT                    //
//                                               //
///////////////////////////////////////////////////
 */
 
	html, body {
		background: url(../images/back.gif) top center repeat-y #c8bc8b;
		text-align: center;}
		
	/* Place elements in here to have them centered on screen */
	
	#mainContainer, #content {
		margin: 0 auto;}
		
	#mainContainer {
		width: 800px;}
		
		#header {
			background: url(../images/mainHeader.jpg) top left no-repeat;
			width: 800px;
			height: 283px;}
			
			#logo {
				position: absolute;
				width: 225px;
				height: 176px;
				margin-top: 150px;
				margin-left: -15px;}
				
		#navContainer {
			height: 27px;
			background: url(../images/navBack.jpg) top left repeat-x;}
			
		#contentContainer {
			background: url(../images/contentBack.jpg) bottom left repeat-x #FFFFFF;
			border: 1px solid black;
			border-top: none;
			padding-top: 20px;}
			
			#content {
				width: 790px;
				text-align: left;}
				
		#footer {
			margin: 10px auto;
			color: #999999;}
