@charset "utf-8";

/* 283 college : site-wide styles */



* { padding: 0; margin: 0; } /* required to match pages that included thickbox.css */



html { overflow-y: scroll; } /* force FF to display space for scroll bars */

body { text-align: center; }

img { border: 0; }

a:link, a:visited, a:active { color: #900; text-decoration: none; }

a:hover { text-decoration: underline; }

span, .hide { visibility: hidden; }

.clearFloat { 

	clear: both; 

	margin:0; 	/* zero margins or apply border to last element in div to avoid margin collapse */

}

.smallcap {

	font-size: .7em;

	visibility: visible;

}



/* two column layout setup */



#container { 

	width: 905px; 

	margin: 0 auto; 

	padding: 50px 0 0 0; 

	text-align: left; 

}

#left {						

	width: 400px;

	float: left;

	margin: 0;

	padding: 0;

}

#right {

	float: left;

	width: 500px;

	margin: 0;

	padding: 0;

}





/* navigation */



#nav {											/* nav layout setup */

	width: 400px;

	margin: 0;

	padding: 0;		

}

#nav a {

	text-decoration: none;		

}

#title, #studio, #books, #assemblies, #research, #etc, #address {

	margin: 0;

	padding: 0;

}



#title a {										/* navigation links */

	width: 400px;

	height: 150px;

	display: block;	

	background: url('../images/title.png') no-repeat;

}

#studio a {

	width: 400px;

	height: 30px;

	display: block;

	background: url('../images/studio.png') no-repeat;	

}

#books a {

	width: 400px;

	height: 50px;

	display: block;	

	background: url('../images/books.png') no-repeat;	

}

#assemblies a {

	width: 400px;

	height: 25px;

	display: block;	

	background: url('../images/assemblies.png') no-repeat;				

}

#research a {

	width: 400px;

	height: 50px;

	display: block;	

	background: url('../images/research.png') no-repeat;	

}

#etc a {

	width: 400px;

	height: 30px;

	display: block;

	background: url('../images/etc.png') no-repeat;	

}

#address a {

	width: 400px;

	height: 90px;

	display: block;	

	background: url('../images/address.png') no-repeat;				

}



#title a:hover, #title a.selected,			/* rollover highlight */

#studio a:hover, #studio a.selected,

#books a:hover, #books a.selected,

#assemblies a:hover, #assemblies a.selected,

#research a:hover, #research a.selected,

#etc a:hover, #etc a.selected,

#address a:hover, #address a.selected

{

	background-position: -400px 0;

}



/* swallow image and link */

a {
   outline: 0;
}

#swallow {

	margin: 50px 0 50px 100px;

	padding: 0;	

}

#swallow a {

	width: 182px;

	height: 144px;

	display: block;

	background: url('../images/swallow.png') no-repeat;

	text-decoration: none;

}

#swallow a:hover {

	background-position: -182px 0;

}





/* content */



#content {

	width: 400px;

	margin: 0 0 30px 70px;

	padding: 0;

	font: .9em 'Palatino Linotype',Palatino,Georgia,'Times New Roman',Times,serif;

	/*font: 1em Georgia,'Times New Roman',Times,serif;

	text-transform:uppercase;*/

	line-height: 1.5em;	

	border-top: 1px solid #790000;

	text-align: justify;

}

#content p { 

	padding: 10px 0 5px 0; margin: 0; 

}
