/* Start of CMSMS style sheet 'Art 3 White Layout' */
@charset "utf-8";


/* Start of CMSMS style sheet 'Art 3 white layout' */
/* CSS Document */
html, body, #main_container {height: 100%;}

body {
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", sans-serif;
	height:100%;
}
	
a {
	text-decoration: none;
	color:#000000;
	}
	
a:hover {
	color:#666666;
	}


#main_container {
	width:800px;
	height: auto;
	min-height: 100%;
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	margin: 0 auto;
	background-color:#FFFFFF;
	}
	
#header {
	height:50px;
	width:100%;
	}
#header h1 {
	padding: 10px 0 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Calibri, "Trebuchet MS", "Gill Sans", Verdana, Arial;
	font-size: 1.5em;
	color: #000;
}
	
h1 {
	size:20px;
	float:right;
	vertical-align:middle;
	margin: 10px 20px 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
h2 {
	padding-left: 5px;
	margin: 5px 0px 0px 0px;
	}
	
p {
	font-size: .7em;
	margin:0px;
	padding:10px;
	text-align:justify;
	}

#content {
	width:100%;
	padding-bottom: 25px;/* must be same height as the footer */

	}
	
#footer {
	position: relative;
	margin-top: -25px; /* negative value of footer height */
	height: 25px;
	clear:both;
	text-align: center;
	font-family: Calibri, "Trebuchet MS", "Gill Sans", Verdana, Arial;
	font-size:9px;
	color: #999999;
	}
/* End of Art 1 white layout' */
/* Special for Artwork Inventory layouts' */	

#ai_pagenav p {
        text-align: center;
        padding:0px;
        margin:0px;
            }

#ai_list p {
        text-align: center;
        padding:0px;
        margin:0px;
            }

#ai_list a {
        display: block;
       	text-decoration: none;
	list-style-type: none;
        text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
        padding:0px;
         }

#ai_list ul {
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
         }

#ai_list img {
        
        vertical-align:bottom
        padding:0px;
        border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
        image-rendering: -moz-crisp-edges;
         }





/* Miscellaneous classes for reuse */


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

/* End of 'Art 3 White Layout' */

