/* CSS Document created by Andrew Rossi*/

body {
font-family: Georgia, "Times New Roman", Times, serif;
color: #333;
background-color: #333;
}

p {
font-size: small;
}

#wrapper {
margin: auto;
padding: 0;
width: 760px;
}

#header {
margin: auto;
padding: 0;
width: 760px;
height: 100px;
}

#navbar {
width: 756px;
height: 30px;
margin-top: 5px;
margin-bottom: 5px;
padding: 0;
background-color:#0B101C;
border-left: 2px solid black;
border-right: 2px solid black;
border-top: 2px solid black;
}

#navbar p.pos {
font-family: Georgia, "Times New Roman", Times, serif;
color: #FF3300;
background-color: #FFFFFF;

} 

#navbar a {
font-family: Georgia, "Times New Roman", Times, serif;
color: #336699;
text-decoration: none;
}

#navbar a:hover {
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFF;
text-decoration: none;
background-color: #336699;
}

#content {
margin: auto;
padding: 0;
width: auto;
/*height: 900px;*/
background-color: #FFF;
border-right: 2px solid black;
border-left: 2px solid black;
border-bottom: 2px solid black;
}

#content p {
font-family: Georgia, "Times New Roman", Times, serif;
color: #333;
font-size: small;
line-height: 130%;
margin-left: 25px;
margin-right: 25px;

}

#content p.header {
background-color: #FF6600;
color: #fff;
width: 200px;
}

#content a {
color: #F30;
text-decoration: none;
}

#content a:hover {
color: #369;
text-decoration: none;
}

#footer {
clear: both;
margin-top: 10px;
padding: 0px;
width: 756px;
height: 20px;
background-color: #369;
border-bottom: 2px solid black;
border-right: 2px solid black;
border-left: 2px solid black;
}

#footer p {
font-family: Georgia, "Times New Roman", Times, serif;
color: #fff;
font-size: small;
text-align: left;
font-variant: small-caps;
margin-left: 10px;
}

#footer a {
color: #FF6600;
text-decoration: none;
}

#footer a:hover {
color: white;
text-deocoration: none;
}

.floatimageright{
	float: right;
	margin-right: 10px;
	padding: 5px;
}

.floatimageleft{
	float: left;
	margin-left: 10px;
	padding: 5px;
}

