@charset "utf-8";
/* CSS Document */
html,body {
	background-color:#330033;
  background-image: url(../img/background-purple-silk.jpg);
  margin: 5px;
  border: 0;
}

#containerMain
{
	position:relative;
	margin:0 auto;
	width: 950px;
}

#containerMain #banner_image
{
  display: block;
}

#stoneContainerMain
{
	position:relative;
	margin: 0 auto;
	width: 950px;
}
#containerStoneText
{
	position:absolute;
	margin:0;
	width: 700px;
	height: 1050px;
	background-color:#000000;
	left: 25px;
	font-family:"Arial";
	font-size:14px;
	color:#FFF;
	text-align:justify;
	text-indent: 5px;
}

#containerStoneText img
{
  border: solid 0px;
}

#containerStoneText p
{
  margin: 2ex 1em;
  line-height: 150%;
}

#leftSideStone
{
	margin:0 auto;
	width: 25px;
	height: 1050px;
	position: absolute;
	background-image:url(../img/LeftStoneSide.png)
}
#rightSideStone
{
	margin:0 auto;
	width: 25px;
	height: 1050px;
	position:absolute;
	left: 925px;
	background-image:url(../img/RightStoneSide.png)
}

#Links
{
	margin:0 auto;
  padding: 0;
  border: 0;
	width: 950px;
	height: 50px;
	font-family:"Arial";
	font-size:18px;
	font-style:normal;
	color:#FFF;
	text-align:center;
	background-image:url(../img/LinksBackGround.png)
}

a:link
{ /*link text*/
	text-decoration: underline;
	color:#FFF;
}
a:visited 
{ /*link text*/
	text-decoration: underline;
	color:#FFF;
}
a:hover
{
	color:#a6a6a6; /*makes links a little darker on mouseover - matches NSR MMX in title image*/
	text-decoration:underline;
}
a:active
{ /*link text*/
	text-decoration: underline;
	color:#FFF;
}

#column
{
	position: absolute;
	width: 1000px;
  height: 379px;
	top: 1025px;
	left: -24px;
  /*background: transparent url(../img/corinthian.png) no-repeat top left; Taking too much bandwidth*/
  
}


#rightSideNavigation
{
	position:absolute;
	margin:0 auto;
	width: 180px;
	left: 725px;
	height:710px;
	background-color:#000000;
	font-family:"Arial";
	font-size:14px;
	color:#FFF;
	text-align:center;
	padding: 0px 20px 0px 0px;
}

#rightSideNavigation a img
{
  border: 0;
}

#rightSideNavigation hr
{
  width: 85%;
  height: 1px;
}

#BottomLUUCCinfoBox
{
	position:absolute;
	margin:0 auto 10px auto;
	width: 180px;
	left: 725px;
	height:340px;
	background-color:#000000;
	top: 710px;
	font-family:"Arial";
	font-size:14px;
	color:#FFF;
	text-align:center;
	padding: 0px 20px 0px 0px;
}

#BottomLUUCCinfoBox a img
{
  border: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 /*not a div so no # needed. probably why not working before*/
{
	color:#fff;
	text-align:center;
	font-family:"Arial";
	font-size:24px;
	font-style:normal;
	/*background-color:#FFF;*/
}
h2
{
	color:#FFF;
	text-align:center;
	font-family:"Arial";
	font-size:24px;
	font-weight:bold;
}
h3
{
	color:#FFF;
	text-align:left;
	font-family:"Arial";
	font-size:16px;
	font-weight:bold;
}
