/* CSS Document */
body {
	text-align: center;
	background-color: #8FA444;
	margin: 0px;
	background-image: url(../images/bg_content.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	}
	
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12;
	line-height: 18px;
	color:#286C7D;
	padding-bottom: 12px;
	}
	
ul {
	list-style: none;
	padding-left: 12px;
	}
	
li {
	color:#286C7D;
	background: url(../images/bullet.gif) no-repeat 0 50%;
	padding-left: 17px;
	}
	
img {
	margin: 8px auto 12px auto;
	}

#left a:link, #right a:link { 
	color: #8FA444; 
	line-height: 18px;
	text-decoration: none; 
	}
	
#left a:visited, #right a:visited { 
	color: #333333; 
	line-height: 18px;
	text-decoration: none; 
	}

#left a:hover, #right a:hover { 
	color: #FFFFFF; 
	background: #333333; 
	text-decoration: none; 
	} 
	
#home {background: #fff url(../images/bg_home.gif) 0px 0px no-repeat; height: 50px; width: 100%;}
#studio {background: #fff url(../images/bg_studio.gif) 0px 0px no-repeat; height: 50px; width: 100%;}
#equipment {background: #fff url(../images/bg_equipment.gif) 0px 0px no-repeat; height: 50px; width: 100%;}
#projects {background: #fff url(../images/bg_projects.gif) 0px 0px no-repeat; height: 50px; width: 100%;}
#questions {background: #fff url(../images/bg_questions.gif) 0px 0px no-repeat; height: 50px; width: 100%;}
#links {background: #fff url(../images/bg_links.gif) 0px 0px no-repeat; height: 50px; width: 100%;}
#contact {background: #fff url(../images/bg_contact.gif) 0px 0px no-repeat; height: 50px; width: 100%;}
#updates {background: #fff url(../images/bg_updates.gif) 0px 0px no-repeat; height: 50px; width: 100%;}

/* COLUMN LAYOUT */
#wrap {
	margin: 0px auto 0 auto;
	text-align: left;
	width: 800px;
	}
	
#header {
	margin: 0px auto 0 auto;
	text-align: center;
	width: 800px;
	}
	
#left {
	background-color: #DDDDDD;
	background-image: url(../images/bg_box.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	margin: 8px auto 14 auto;
	padding: 8px;
	width: 60%;
	}
	
html>body #right {
	width: 269px;
	}
	
#right {
	padding: 8px;
	background-color: #DDDDDD;
	background-image: url(../images/bg_box.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: right;
	margin-top: 8px;
	margin-bottom: 14px;
	width: 38%;
	}
	
h2 {
	font-size: 110%;
	color: #3F3F3F;
	font-weight:bold;
	margin-bottom: -15px;
	} 
	
html>body h2 {
	margin-bottom: -8px;
	}

h3 {
	font-size: 120%;
	color: #708137;
	font-weight:bold;
	}
	
h4 {
	font-size: 115%;
	color: #708137;
	font-weight:bold;
	margin-top: 6px;
	margin-bottom: 0px;
	}
	
#center {
	text-align: center;
	margin-bottom: 20px;
	}
	
#center p {
	margin-bottom: 0px;
	}
	
#footer {
	background-color: #DDDDDD;
	background-image: url(../images/bg_box.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
	clear: both;
	margin: 15px auto 25px auto;
	text-align: left;
	width: 800px;
	height: 50px;
	}
	
#footer p {
	color: #286C7D;
	margin-top: 0px;
	font-size: 80%;
	padding-left: 8px;
	padding-top: 16px;
	}
	
#footer a:link, #footer a:visited {
	padding-left: 4px;
	color: #286C7D;
	text-decoration: none;
	}

#footer a:hover {
	color: #8FA444;
	text-decoration: underline;
	}

