@charset "utf-8";
/* CSS Document */
/* this deals with the side menu on fine art and design pages */

	.sidemenu ,
	.sidemenu ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	.sidemenu {width:145px; margin-top:25px;}
	.sidemenu li {
		display:block;
		margin:0;
		padding:0;
		margin-bottom:10px;
		text-align:left;
	}
	.sidemenu a {
	display:block;
	padding:0;
	color:#000;
	text-decoration:none;
	}
	.sidemenu a:link,
	.sidemenu a:visited {
	color: #000000;
}
	.sidemenu a:hover,
	.sidemenu a:focus,
	.sidemenu a:active {
	color: #FF9966;
}
	.sidemenu ul li {text-align:left}
	.sidemenu ul a {}
	.hidden {display:none;}

/* end side menu CSS */


.style1 {
	color: #FFCC99;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.style2 {
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
}
.style3 {
font-size:12px;
font-variant:small-caps
}
.style4 {
	font-size: smaller;
}
.style5 {
	color: #FFCC99;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	}
.style6 {
	color: #FF955D;
	font-variant: small-caps;
	font-size: 12px;
}


body {
	background-image:url(caligtitle/rework/newpageheader.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	margin-top:135px;
}
a:link {
	color: #A62900;
	text-decoration: none;
	}
a:visited {
	color: #663300;
	text-decoration: none;
	}
a:hover { 
	text-decoration: underline;
	}
a:active {
	color: #66FFFF;
	text-decoration: underline;	}

#mainbody {
width:700px;
height:470px;
overflow:auto;
margin-top:25px;
padding-left:20px;
padding-right:20px;
}

#footer {
position:relative;
bottom:0px;}