/* Color Scheme */

body {
	background-color: #222222;
	color: #777777;
	font-family: "Courier New", Courier, monospace;
	font-size: small;	
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #444444;
	padding-top: 2px;
	font-weight: normal;
	text-transform: uppercase;
}

a:link {color: #AAAAAA; text-decoration: none}
a:visited {color: #AAAAAA; text-decoration: none}
a:hover {color: #AAAAAA; text-decoration: underline}

div.figure {
  border: 0px;
  margin: 0.5em;
  padding: 0.5em;
  
}
div.figure p {
  width: 110;
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}

#logo {
 	background-image: url(../images/logo2.jpg);
 	background-repeat: no-repeat;
}



/* Building Screen */

div.header {
	margin-left: 62px;
	margin-top: 50px;
	height: 40px;
}

div.container {
	margin-left: 320px;
}

div.footer {
	font-size: x-small;
	padding-top: 2em;
	padding-bottom: 2em;
}

div.menu {
	margin-left: -12px;
	padding-top: 0px;
	padding-bottom: 0em;
}

div.content {
	padding-top: 2em;
	padding-bottom: 2em;
}
