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

/* ------------------------------ HTML*/

body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	background-color: #ffffff;
	
}

#container {
	width: 700px;
	border: 4px outset #549bd7;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}


/* ------------------------- LAYOUT*/
		
#header {
	width: 700px;
	height:125px;
	background-image: url(../artwork/2011banner.jpg);
    background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;

}
#left {
	left:0;
	height: 600px;
	width: 190px;
	float: left;
    border: 2px outset #d3e9fc;
    background-color: #8abde7;
}



#navbar1{
    display: inline;
	text-align:left;
	width: 125px;
	font-family: verdana, arial, sans-serif;
	font-weight:normal;
	text-decoration: none;
	
}


#navbar1 ul {
	line-height: 25px;
	margin-top: 25px;
	
}

.link1, .link2, .link3, .link4 {
	position: relative;
	width:160px; 
    height: 50px; 
	float: left; 
	
}

#navbar1  a {
	color:#000000;
	text-decoration:none;
	
}


#navbar1 a:hover {
	color:#ffffff;
	text-decoration:none;
}


#content {
	width: 490px;
	margin: 5px 5px 0 200px;
	background-image: url(../artwork/pencil.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content p, h3{
	text-align: justify;
	margin-right: 5px;
}

#content h1{
	text-align: center;
	margin-right: 5px;
}
		
#footer {
	clear: left;
	width: 700px;
	margin: 0;
	background-color: #8abde7;
	height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	text-align: center;
	
}
#footer  a, a:visited {
	text-decoration:none;
	
}


#footer a:hover {
	text-decoration:underline;
}

#table {
	line-height:100%;
}





