
@charset "UTF-8";
/* CSS Document */


#body  {
	font: 100% Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	background: #FFF;
	margin: 0;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	max-height: 50px;
	padding: 0;
	width: 0 auto;
	text-align: center


}

#background {
	margin: 0;
	background-image:url(images/groovepaper.gif);
	background-repeat:repeat; 
}


#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: ;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	moz-box-shadow:    0px 0px 6px 6px #EEE;
    webkit-box-shadow: 0px 0px 6px 6px #EEE;
    box-shadow:        0px 0px 6px 6px #EEE;
} 

#header { 
	text-align: left;
	padding-top: 60px;
	padding-left: 18px;
	background-color:#FFF;
}

#navbar { 
	z-index: 5; 
	background-color:#667682 ;
	position:absolute;
	text-align: left;
	min-height: 33px;
	padding: 0 auto;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	
}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: ; /*#FAF9F9 the background color will be displayed for the length of the content in the column, but no further */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#666;
	height: 365px;

}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 20px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: ; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #727B7C;
	min-height: 600px;

}

#maincontent { 
	min-height: 355px;
	color: #727B7C;
    background: 
} 

#logos { 
	min-height: 1250px;
	margin-bottom: 25px;
	color: #727B7C;
    background: 
} 

#web { 
	min-height: 600px;
	margin-bottom: 25px;
	color: #727B7C;
    background: 
} 

#print { 
	min-height: 900px;
	margin-bottom: 25px;
	color: #727B7C;
    background: 
} 

#package { 
	min-height: 900px;
	margin-bottom: 25px;
	color: #727B7C;
    background: 
} 

#fonts { 
	min-height: 600px;
	margin-bottom: 25px;
	color: #727B7C;
    background: 
} 

#finearts { 
	min-height: 600px;
	margin-bottom: 25px;
	color: #727B7C;
    background: 
} 

#contact { 
	min-height: 570px;
	margin-bottom: 25px;
    background: 
} 

#thanks { 
	min-height: 350px;
	margin-bottom: 25px;
    background: 
} 

#skills { 
	min-height: 300px;
	color: #727B7C;
    background: 
} 

#contentstop {
	width: 1000px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #667682; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #727B7C;
	min-height: 7px;

}

#footer { 
	padding: 0 auto; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	min-height: 150px;
	margin-left: 0px;
	background:;
	color:727B7C;
	clear: both;
	background-color:#FFF;
} 

#footer a:link {
COLOR: #727B7C;
}
#footer a:visited {
COLOR: #727B7C;
}
#footer a:hover {
COLOR: #000;
}
#footer a:active {
COLOR: #000;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#barnscollective {
	margin: 25px 0px 0px 0px;
	width: 100px;
	height:100px;
}