/* Layout */

body {height:850px;} /* the page background */

.background {  /* the page */
	width:775px;
	height:825px;
	margin:20px 0px;
}

#header {padding-top:20px;} /* the banner */

.menu {  /* the left menu section */
	margin:40px 10px 0px 26px;
	float:left;
}

/* each menu box */

#artLinks {  
	width:130px;
	height:250px;
	padding:35px 10px 10px 10px;
	margin-bottom:25px;
}

#langLinks {  
	width:130px;
	height:160px;
	padding:35px 10px 10px 10px;
	margin-bottom:25px;
}


#link {  /* each individual link */
	width:115px;
	margin:10px 0px 10px 5px;
}

.page {  /* the content background */
	width:550px;
	height:610px;
	float:left;
	margin-top:25px;
}

#content {  /* the content */
	width:525px;
	height:560px;
	overflow:auto;
	padding:10px 10px 0px 15px;
}

#fpImg { /* the image on the front page */
	float:right;
	margin-top:10px;
}

#contentImg { /* the images on all other pages */
	float:right;
	margin:0px 2px 2px 10px;
}

#language li { /* language list */
	list-style:none;
	padding:5px;
}

#ref li {
	list-style:none;
	padding:5px;
}

#form { /* form div */
	margin-top:20px;
	margin-left:45px;
}

#note { /* for italized note on front page */
	width:425px;
	margin-left:55px;
	padding: 5px;
}

.footer { /* the list of links across the bottom of the page */
	display:inline;
	float:right;
	padding:15px 20px;
	margin-right:150px;
}

#fpLink {text-align:right;}