/** MAIN DOCUMENT FORMATTING **/
body {
	text-align: center;
	background: #000000;
	font-family: "Trebuchet MS", cursive;
}

body, img, div {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #888888;
}
img {
	display: block;
	border: 1px solid #363636;
}
.center {
	margin-left: auto;
	margin-right: auto;
}

.icon {
	margin-right:15px;
	border: none; !important;
	float:left;
}

.demoimg {
	float:left;
	position:relative;
	margin-left:20%;
	border:none; !important;
}

a{
	color:#88d9f3;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 740px;
}

#body {
	background: #131313;
	border: 1px solid #363636;
	text-align: left;
	padding: 2em;
	margin-bottom:10px;
}
.sectionlogo{
	float: right; 
    margin: 4px;
	border: 2px dotted #363636;
}
.sectionlogo:hover{
	border: 2px solid #363636;
}
#fsitelogo{
	margin:10px;
	margin-left: auto;
    margin-right: auto;
	border: 2px dotted #363636;
}
#fsitelogo:hover{
	border: 2px solid #363636;
}


/**************** MENU STUFF ********************/
/** GENERAL **/
#menu {
	height: 30px;
}
#menu a {
	display: block;
	float:left;
	height: 30px;
	color:#888888;
	text-decoration: none;
	line-height: 20pt;
}
#menu a.b {
	font-weight:bold;
}
#menu a:hover{
	color:#ffffff;
}
/** Buttons **/	

#button1 a,#button2 a, #button3 a, #button4 a,#button5 a {
	width: 148px;
}
#button1 a:hover,#button2 a:hover, #button3 a:hover, #button4 a:hover,#button5 a:hover {
	background-position: 0px -30px;
}
#button1 a ,#button2 a ,#button3 a ,#button4 a {
	background: url("Images/b.png") 0 0 no-repeat;
}
#button5 a{
	background: url("Images/ba.png") 0 0 no-repeat;
}
