/*general font attributes for the whole page*/

#centremain
	{
	position: relative;
	text-align: left;
	width: 760px;
	margin: auto;
	padding: 0px;
	border: 1px solid;
	}

/*TEXT-FORMATTING*/

body 	{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #B9D3F7;
	line-height: 150%;
	padding: 0px;
	margin: 20px 0 20px 0;
	}

p.quote	{color: #fff;
	background-color: #3473BA;
	font-size: 1em;
	font-weight: bold;
	line-height: 170%;
	padding: 10px}

.center	{text-align: center}

.caption 	{font-size: x-small;
	line-height: 120%;}

.alinks 	{font-size: x-small;
	line-height: 200%;
	margin-left: 30px;
	margin-right: 0px}

.box	{border: 2px solid #3473BA;
	padding: 10px;
	}

span.big	{font-size: large; color: #FFF}

span.redroom {color: red; font-weight:bold}

/*INFO BOXES*/

#rightbox	{padding: 20px;
	margin: 20px;
	width: 290px}

#leftbox	{border: 2px dotted #3473BA;
	padding: 20px;
	margin-left: 40px;
	margin-top: 270px;
	margin-bottom: 40px;
	width: 240px
	}

#photobox
	{border: 2px dotted #3473BA;
	padding: 20px;
	margin-left: 30px;
	margin-top: 270px;
	margin-bottom: 40px;
	width: 250px;
	}

/*LISA IMAGE*/

img.lisaphoto
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/*HORIZONTAL BARS*/

hr	{
	border: none;
	margin: 0 20px;
	background-color: #3473BA;
	color: #3473BA;
	width: 70%;
	}

/*TABLE ELEMENTS FORMATTING*/

table	{
	width: 760px;
	background-color: #7EAFF2;
	border-collapse: collapse
	}

td.header
	{
	text-align: left;
	padding: 0px;
	margin: 0px
	}

td.links	{
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #3473BA
	}

td.bodyleft
	{
	vertical-align: top;
	padding: 0px;
	margin: 0px
	}

td.bodyright
	{
	vertical-align: top;
	}

td.footer_l
	{
	font-size: x-small;
	padding-left: 10px;
	margin: 0px;
	text-align: left
	}

td.footer_r
	{
	font-size: x-small;
	padding-right: 10px;
	margin: 0px;
	text-align: right
	}

/*LINKS FORMATTING*/

a		{font-size: small}
a:link		{text-decoration: none; font-weight: bold; color: #FFFFFF}
a:visited		{text-decoration: none; font-weight: bold; color: #CCCCCC}
a:active		{text-decoration: none; font-weight: bold}
a:hover		{text-decoration: underline; font-weight: bold;}
/*this gets rid of the blue border around an image that is a link*/
a img		{border: none}
a.special		{
	text-decoration: none;
	font-size: small;
	color: #870A10
}
a.actors		{text-decoration: underline; font-size: x-small; color: #000}
a.actors:hover	{text-decoration: underline; color: #FFF;}
a.actors:visited	{text-decoration: underline; font-weight: bold; color: #DDD}
