/* CSS Document */

/* General Information */
body {
background-color: #FFFFFF
}
h2 {
font-family: "Courier New", Courier, monospace;
color: #000000;
font-size: 12px;
padding: 0px;
border: none;
float:left;
}

p.menu {
font-family: "Courier New", Courier, monospace;
color: #000000;
font-size:12px;
padding: 0px;
margin-right: 15px;
border: none;
float:left;
}
p.menu a{
color:#000000;
background-color:#FFFFFF;
text-decoration:none;
width:auto;
height:auto;
margin-right:15px;
float:left;
border: none;
}
p.menu a:hover{
background-color:#FF0000
}
p.about {
font-family: "Courier New", Courier, monospace;
color: #000000;
font-size:12px;
padding: 0px;
margin-left:auto;
margin-top: 10px;
border: none;
}
/* footer */
p.footer {
font-family: "Courier New", Courier, monospace;
color: #000000;
font-size:12px;
padding: 0px;
margin-right: 15px;
margin-top: 10px;
border: none;
}
p.footer a{
color:#000000;
background-color:#FFFFFF;
text-decoration:none;
width:auto;
height:auto;
margin-right:15px;
margin-top: 10px;
border: none;
}
/* back */
p.back {
font-family: "Courier New", Courier, monospace;
color: #000000;
font-size:12px;
padding: 0px;
border: none;
margin-right:15px;
margin-top: 30px; 
}
p.back a{
color:#000000;
background-color:#FFFFFF;
text-decoration:none;
width:auto;
height:auto;
margin-right:15px;
margin-top: 30px;
border: none;
}
p.back a:hover{
background-color:#FF0000
}


/* Main Content */
#content {
background-color: #FFFFFF;
position: relative;
left: 0px;
width: 900px;
height: 600px;
}
#header {
width: 900px;
height: 50px;
margin-left: 20px;
}
#footer {
width: 420px;
height: 60px;
margin-left: 20px;
}
#about {
width: 420px;
height: 60px;
margin-left: none;
}
#main_content{
width: auto;
height: 550px;
margin-top: 50px;
float: left;
}

.position_pic {
width:auto;
height:450px;
margin-right: 10px;
margin-left: -3px;
float:left;
border:none; 
}
span.red{
color:#FF0000
}

span.red a:hover{
color:#FF0000;
text-decoration:underline;
}