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


/*////////// GENERAL /////////*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {/*this removes formatting from all the listed elements*/
margin: 0px;
padding: 0px;
 }
 
body{
	margin-top: 70px;
	background-color: C0DCD2;
}


#nav{
	width: 800px;
	height: 75px;
	margin: auto;
	text-align: right;
	vertical-align: bottom;
}


#nav_logo{
	float: left;
	height: 66px;
	padding-left: 0px;
}

#nav_TYPE{
	float: right;
	padding-top: 40px;
	padding-bottom: 0px;
}


#nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	color: #361600;
	letter-spacing: 2px;
	display: inline;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

#content{
	width: 800px;
	height: 560px;
	margin: auto;
}


#main_content{
	background-color: #EEEEEE;
	width: 800px;
	height: 400px;
	margin: auto;
}


#art_div{
	width: 500px;
	height: 400px;
	float: left;
	margin: auto;
}


#cat_nav{
	width: 800px;
	float: none;
	height: 150px;
	background-color: C0DCD2;
	margin: auto;
	padding-top: 15px;
}


#client_div{
	width: 160px;
	padding-top: 75px;
	float: left;
}


#list_nav{
	width: 110px;
	padding-left: 30px;
	padding-top: 75px;
	float: right;
}
                
		
		
/*////////// TYPOGRAPHY //////////*/



/*////////// FOOTER /////////*/
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: lowercase;
	color: 361600;
	letter-spacing: 2px;
	text-align: center;
	line-height: 18pt;
	list-style-image: none;
	list-style-type: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 18pt;
	font-weight: normal;
	color: 361600;
	text-align: center;
	letter-spacing: 2px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 18pt;
	font-weight: bold;
	text-transform: none;
	color: #361600;
	letter-spacing: 2px;
	text-align: center;
}

.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;
}

.current_RED {
color: #ef4135;}

.current_bold {
	font-weight: bold;}
	
	
	/*////////// FOOTER /////////*/
	
a:link {
	text-decoration: none;
	color: #361600;
	
}

a:visited {text-decoration: none;
color: #361600;
}

a:hover {text-decoration: none;

color:  #ef4135;

}

a:active {
	text-decoration: none;
	color: #361600;
	
}




a img { border:none; }

