@charset "utf-8";
/* CSS Document */

@import "layout.css";
@import "conpan.css";

body
        {
/*set default look for main content. not footer*/
/*set font size. then all titles etc will be based on a % of this size*/
        margin:0 auto;
		text-align:center;
        padding:0pt;
		font-family:"Gill Sans MT", GillSans, "Trebuchet MS", arial;
		background-color:#ffffff;
		font-style:normal;
        font-variant:normal;
        font-size:11px;
        color:#ffffff;
        height:100%;
		}
		
.normalBold 
			{ 
		font-family:"Gill Sans MT", GillSans, "Trebuchet MS", arial; font-size:12px; margin-left:15px; font-weight:normal; text-align:right;
		}
		
p { font-family:"Gill Sans MT", GillSans, "Trebuchet MS", arial; font-size:12px; margin-left:15px;}
h1 {font-family:"Gill Sans MT", GillSans, "Trebuchet MS", arial; font-size:24px; margin-left:15px; color:#ffffff; font-weight:normal}	
#bgthing { background-image:URL(http://www.thelightrooms.com/portals/_default/containers/blackcontainer/blackbg.png);  padding:7px}
#boxthing{ background-image:URL(http://www.thelightrooms.com/portals/0/images/bigbg.png); background-repeat:no-repeat;  padding-top:15px}
.newgray {color:#777777; margin-left:65px; margin-right:10px}
.newgraylarge {color:#777777; font-size:16px; margin-right:45px; margin-left:5px; line-height:27px;}
#dnn_ctr603_ContentPane .NormalBold {font-size:16px;}
.links
	{
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	}
/*--------------links at the bottom of page hidden until rest of site is viewable---------------------
#bottom_menu
		{
		background-color:#5e5e5e;
		padding-left:225px;
		padding-bottom:10px;
		}
#bottom_menu a
		{
		color:#302f2d;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:10px;
		text-decoration:none;
		}
#bottom_menu a:hover
		{
		text-decoration:underline;
		}
-----------------------------------------------------------------------------------------------------*/