/*layout*/
#container{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	background-color: #333333;
	padding-top: 20px;
	min-height:100%;
	height: 100%;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	
}
#banner{
	width:100%;
	height:200px;
	background-color:#333333;
	margin-left:auto;
	margin-right:auto;
	background-color: #333333;
	padding-bottom: 20px;
}



#textbit{
	width:100%;
	float:left;
	padding-bottom: 20px;
	 }
#logo {
	width:100%;
	height:140px;
	margin-left:auto;
	margin-right:auto;
	background-color: #333333;
}
#menu {
	width:100%;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	background-color: #333333;
	text-align: center;
	color: #FFFF00;
	text-transform: capitalize;
	font-size: 12px;

}
#bottmenu {
	width:100%;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	background-color: #333333;
	text-align: center;
	color: #FFFF00;
	text-transform: capitalize;
	font-size: 12px;

}
#services {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color: #333333;
	clear: both;
}

#topbar {
	width:100%;
	height:41px;
	margin-left:auto;
	margin-right:auto;
	background-color: #333333;
	background-image: url(images/bar.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#lowbar {
	width:100%;
	height:41px;
	margin-left:auto;
	margin-right:auto;
	background-color: #333333;
	background-image: url(images/bar.jpg);
	background-repeat: repeat-x;
	padding-bottom: 10px;
	clear: both;
}

#footer {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	vertical-align: bottom;
	background-color: #333333;
	padding-top: 30px;
}
/*layout sub id*/
#container #topmenu {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
#container #banner #right object {
	margin-right: 10px;
}


#container #midmenu {
	text-align: center;
}
#container #banner #left img {
	padding: 10px;
}
#container #banner #left p {
	color: #000000;
}

/*normal*/
body {
	background-color: #000000;
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	font-size: 12px;
}


html, body{
    margin:0;
    padding:0;
}

html, body{height:100%;}


body>#container{height:auto;}

/*classes*/

.purpletable {
	border: 1px solid #660000;
	text-align: left;
}
.mainservicetable {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.servicetable {
	padding: 0px;
	height: 95%;
	width: 95%;
	border: 1px solid #FF0000;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	text-align: center;
}
.wordy {
	padding-right: 5px;
	padding-left: 5px;
}

a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
  

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
}
h3 {
	font-size: 18px;
	font-weight: bold;
}
