body 
{
    font-family:Arial;
    font-size:12px;
    color:#000000;
    background-color:#000000;
    background-image:url('imgs/gradBack.jpg');
    background-repeat:repeat-x;

}

legend
{
    font-size:24px;
    font-family:Arial;
    color:#42536D;
}


.wrapper
{
    position:relative;
    width:950px;
    margin:0 auto 0; 
    padding:0;
    background-image:url(imgs/leftMid.jpg);
    background-repeat:repeat-y;
    background-color:#FFFFFF;
    
}

.wrapper2
{
    
    background-image:url(imgs/rightBack.jpg);
    background-repeat:repeat-y;
    background-position:right;
    padding:0;
        

}

.header
{
    
    height:140px;
}



.rightNav
{
    width:232px;
   background-color:#42536D;
    padding:50px 10px 0px 10px;
   float:right;

}

.attend
{
    background-image:url(imgs/rightBack1.jpg);
    height:120px;
    padding:30px 20px 10px 20px;
    font-size:20px;
    text-align:center;
}

.gift
{
   background-image:url(imgs/rightBack2.jpg);
    height:550px;
    padding:30px 20px 0px 20px;
    font-size:12px;
    text-align:center; 
}

.content
{
    margin-right:252px;
    background-color:#FFFFFF;
    margin-left:117px;
    padding:10px;

}

.contentWrapper
{
    background-color:#FFFFFF;
}

.leftNav
{
    width:120px;
    float:left;
    background-image:url(imgs/leftMid.jpg);
    margin:0;
    
}

.leftNav ul
{
    margin: 60px 0 0 0;
  	padding: 0 7px;
	list-style: none;
	width:100px;	   
}

.leftNav li
{
    background-color:#000000 ;
    border:solid 1px #000000;
    color:#000000;
    text-align:center;
    padding:2px 2px 2px 2px;
    border:solid 2px #FFFFFF;
    margin-bottom:10px;
}



.leftNav li a
{
    color:#FFFFFF;
	background-color:#000000 ;
	text-decoration:none;
	display:block;	
}

.leftNav li a:hover
{
    background-color:#ffffff;
	color:#000000;
}

.loginForm
{
  width:45%;  

}

.loginForm fieldset
{
    text-align:right;
    padding:5px;
}

.footer
{
  clear:both;
  bottom:0px;
  margin:0;
  padding-bottom:0; 
  height:40px; 
}
.center
{
  text-align:center;
}
