@charset "utf-8";
/* CSS Document */

body 
{
	margin:0;
	background:#978575 URL(../inside_images/bg.gif);
	text-align:center;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	color:#363636;
}

#frame
{
	position:relative;
	margin:0 auto;
	padding:0 20px 0 18px;
	width:958px;
	height:690px;
	background:transparent URL(../inside_images/frame2.png) top left no-repeat;
	text-align:left;
}

#inside-capella
{
	position:relative;
	margin:0;
	padding:0;
	width:958px;
	height:661px;
	overflow:hidden;
}

#footer {
	position:relative;
	margin:0 auto 30px auto;
	padding:0;
	width:958px;
	font-size:11px;
}

#footerlinks {
	position:relative;
	float:left;
	width:250px;
	text-align:left;
}
#footerlinks #transcript,
#footerlinks .addthis_button {
	font-size:12px;
	font-weight:bold;
	margin-right:5px;
	color:#000;
}
/*
#footerlinks .addthis_button {	
	background:transparent url(../inside_images/shareIcon.gif) no-repeat scroll 0pt 50%;
	padding-left:15px;

}
*/
#footerlinks a:link, #footerlinks a:visited {
	color:#000;
}

#footerlinks a:hover {
	text-decoration:none;
}

#copyright {
	float:right;
	margin:0;
	position:relative;
	text-align:right;
	width:400px;
}

#copyright a:link, #copyright a:visited {
	color:#363636;
}

#copyright a:hover {
	text-decoration:none;
}

