#wrapper {
margin:auto;
width: 900px;
background-color:#ffffdf;
}

body {
margin:0; 
font-family: Georgia, Times New Roman, Times, serif; 
font-size: 13px;
background-color: #ffffdf; 
color:black;
font-weight: lighter;
line-height:17px;
}


#header {
margin:auto;
width: 900px;
height: 200px;
text-align:center;
background-color:#ffffdf;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
padding-bottom:5px;
color: #006633;
height: 30px;
}

h4 {
font-size: 14px;
color: #006633;
}

#content_under {
margin:auto;
margin-top:10px; 
width:900px; 
height: 600px;
background-image:url(../images/texture/bkg_texture3.jpg);
background-repeat: repeat-y;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}

#content_a {
width: 800px;
margin-left: 30px;
margin-top: 10px;
margin-bottom: 10px;
padding-top:30px;
padding-left:10px;
padding-right:30px;
padding-bottom: 10px;
} 

#content_a p{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
line-height: 18px;
margin-top:-10px;
	}
	
#student_box {
margin: auto;
width: 750px;
}

div.student_photo img {
float:left; margin:0 50px 30px 0px;
}

div.student_photo p {
margin:0 0 10px 100px;}

.clearthefloats{
clear:both;
}


#footer {
margin:auto;
margin-top: 10px;
width:900px;
text-align: center;
height: 100px;
background-color:#ffffdf;
border-top-style: solid;
border-width:20px;
border-color:#aca;
}

#footer p{
color: black;
}

p.validator a {
color: #ffffdf;
}

p.validator a:hover{
color: #ffffdf;
}
