/* CSS Document */

/*
Layout by Alex Kolyer
MMC 4341 Spring 2007

line-height: 48px;

*/

#container{
margin: 0 auto;
padding-top: 10px;
width: 1000px;
height: 550px;
border: 3px solid #cccccc;
background-image: url(bg.gif);
background-repeat: no-repeat;
}

body {
top: 25px;
text-align: center;
background-color: #000000;
}

a:link{
text-decoration: underline;
color: #FFFFFF;
}

P {
color: #FFFFFF;
}

h1 {
font-family: Verdana, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 30pt;
}

#photo {
margin-left: 20px;
margin-top:10px;
width: 323px;
height: 429px;
float: right;
text-align: center;
}

#text {
left: 60px;
width: 630px;
float: right;
font-size: 11pt;
font-family: Verdana, Helvetica, sans-serif;
text-align: right;
line-height: 165%;
}

#head {
float: right;
padding-top: 10px;
}




