@charset "UTF-8";
/* CSS Document */

body {
    background-image: url(../images/background_new.jpg); /** Link to the image you created **/
    background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/
    background-color: #979797; /** Website BG colour (matches canvas colour in Step 1) **/
}
#footerShadow {
	width:780px;
	height:20px;
	background:#979797 url(../../images/footer.jpg) no-repeat center;
	margin-left: auto; 
margin-right: auto;
}
form {
	padding: 0;
	margin: 0;
}

#container {
    width: 780px;
    margin: 0 auto;
    text-align: center;
}
#containerh {
    width: 780px;
	height: 960px;
    margin: 0 auto;
    text-align: center;
}

#nav{
  border:0px solid #FFFFFF;
  width: 770px;
  margin-left:5px;
  margin-top:10px;  
  margin-bottom:2px;
}

#nav ul{
  width:100%;
  background-color:#6e0660;
  padding-left:0;
  margin:0;
  float:left;
}

#nav ul li{
  display:inline;
}

#nav ul li a{
  float:left;
  color:#FFFFFF;
  padding:6px 12px 6px 12px;
  border-right:1px solid #FFFFFF;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight:normal;
  TEXT-DECORATION: none;
}

#nav ul li a:hover{
  background-color:#000000;
}
#boximagetop{
width:770px;
margin-left: auto; 
margin-right: auto;
}
#topimage-left{
width: 453px;
height: 210px;
background: url(../images/maya_quote.gif) top left no-repeat;
float:left;
margin-top:2px;
}

#topimage-right{
width: 315px;
height: 210px;
background: url(../images/maya_change.gif) top right no-repeat;
float:right;
margin-top:2px;
}

#topimage-center{
width: 770px;
height: 210px;
background: url(../images/maya-new.jpg) top left no-repeat;
float:center;
margin-top:2px;
}
#boxcontentmid{
width:730px;
background:#ffffff;
margin-left: auto; 
margin-right: auto;
}
#boxcontenttop{
width:770px;
height: 157px;
margin-left: auto; 
margin-right: auto;
}
.Title
{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6e0660;
	font-weight: Bold;
	text-align: left;
	line-height: 17px;
	margin: 0px 10px 0px 10px;
	TEXT-DECORATION: none;
}
.Intro
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-align: left;
	line-height: 15px;
	TEXT-DECORATION: none;
	padding-left:10px;
}
.bl 
{
background:url(../images/bl.gif) 0 100% no-repeat #f6f6f6; width:350px;
}
.br 
{
background: url(../images/br.gif) 100% 100% no-repeat;
}
.tl 
{
background: url(../images/tl.gif) 0 0 no-repeat;
}
.tr 
{
background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px;
}
	
	a 
{
	color: #6e0660;
	TEXT-DECORATION: none;
}

a:hover 
{
	color: #ff0000;
	TEXT-DECORATION: none;
}