body {
background-color: #030102;
color : #472A18;
font-size : 10pt;
text-align: justify;
font-family : arial, verdana, georgia, "times new roman";
background-image: url(img/connor.jpg);
background-position: 0% 50%;
background-attachment: fixed;
background-repeat: no-repeat;
padding: 5px;
}
a:link {
color : #27262E;
text-decoration: none;
}
a:visited {
color : #CEC4FF;
text-decoration: none;
}
a:hover {
color : #CEC4FF;
text-decoration: none;
}
a:active {
color : #CEC4FF;
text-decoration: none;
}
#content {
position: absolute;
background-color: #030102;
background-image: none;
top: 120px;
left: 423px;
height: 500px;
right: 400px;
font-size: 10pt;
font-family: Arial, Verdana;
color: #ffffff;
text-align: justify;
padding: 5px;
}
.navigation {
	text-align:center;
	text-transform:uppercase;
	font-size:7pt;
	font-family: Verdana, Arial;
	padding-top:10px;
	}
h1 {
	text-align:center;
	text-transform:uppercase;
	font-size:10pt;
	font-family: Verdana, Arial;
border-bottom : 1px solid #000002;
color: #47565B;
}
h4 {
	text-align:center;
	text-transform:uppercase;
	font-size:10pt;
	font-family: Verdana, Arial;
border-bottom : 1px solid #000002;
color: #47565B;
clear: both;
}
input, textarea, select, option {
background-color: #27262E;
background-image : none;
color : #000002;
font-size : 10pt;
font-family : arial, verdana, georgia, "times new roman";
text-align : center;
border-width : 1px;
border-style : solid;
border-color : #000002;
padding : 1px;
}
img
{
border-style: none;
} 
img.floatLeft { 
    float: left; 
margin: 5px;
}
img.floatRight { 
    float: right; 
margin: 5px;
}
