html {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: black;
	margin: 0px;
}

.center {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	margin-top: 5px;
	height: 25px;
	background-color: black;
}

#logo {
	width: 100%;
	background-color: white;
	height: 90px;
}

#banner {
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: thin;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/midbar.jpg);
	height: 300px;
	background-color: black;
}

#spacer {
	background-color: white;
	height: 2px;
}

.left {
	position: relative;
}

.right {
	float: right;
}

#lg {
	margin-left: 125px;
	background-position: center center;
	height: 100px;
	width: 240px;
	background-repeat: no-repeat;
	background-image: url(../images/metaltext.png);
}

#logotext {
	margin-top: -75px;
	float: right;
	width: 240px;
	height: 100px;
	margin-right: 150px;
	background-image: url(../images/logoright.jpg);
	background-repeat: no-repeat;
}

#content {
	height: 450px;
	background-color: #2b2b2b;
}

#content2 {
	height: 450px;
	background-color: #2b2b2b;
}

#footer {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	margin-bottom: 5px;
	position: relative;
	height: 25px;
	background-color: white;
}

#sites {
	background-position: center center;
	background-repeat: no-repeat;
	height: 300px;
	background-image: url(../images/sites.png);
}

#nav {
	margin-top: -15px;
	float: right;
	width: 960px;
}

#nav ul {
}

#nav li {
	padding-left: 15px;
	color: white;
	display: inline;
}

#about {
	height: 450px;
	float: left;
	width: 450px;
}

#services {
	height: 450px;
	float: right;
	width: 450px;
}

h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: "helvetica", "helvetica Grande", Verdana, Arial, sans-serif;
	text-align: center;
	color: #2292d0;
}

.about {
}

.services {
}

.portfolio {
}

.contact {
}

p {
	font-size: 12px;
	color: white;
	font-style: normal;
	font-weight: normal;
	font-family: "helvetica";
}

#services ul {
	font-size: 12px;
	font-family: "helvetica";
	list-style-type: none;
	color: white;
}

#siteinfo {
	width: 960px;
}

h3 {
	font-size: 16px;
	font-family: "helvetica";
	font-style: normal;
	font-weight: normal;
	color: #2292d0;
}

h4 {
	margin-top: 25px;
	text-align: center;
	font-size: 14px;
	font-family: "helvetica";
	font-style: normal;
	font-weight: normal;
	color: #2292d0;
}

.tweet ul {
	margin-left: -25px;
	color: white;
	list-style-type: none;
	width: 400px;
}

.tweet li {
	padding-left: 0;
	padding-bottom: 10px;
	padding-right: 0;
	padding-top: 3px;
	font-family: "helvetica";
	text-decoration: none;
	color: white;
	font-size: 12px;
	line-height: 15px;
}

.tweet a:link {
	border-bottom-color: #b3b3b3;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	text-decoration: none;
	color: white;
}

.tweet a:visited {
	text-decoration: none;
	color: white;
}

h3 a:link {
	text-decoration: none;
	border-bottom-color: white;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	color: white;
}

h3 a:visited {
	text-decoration: none;
	border-bottom-color: white;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	color: white;
}

#portfolio {
	width: 450px;
	float: left;
}

#contact {
	width: 450px;
	float: right;
}

#portfolio ul {
}

#portfolio li {
	color: white;
	height: 87px;
	width: 175px;
	display: inline;
}

img {
	margin: 2px;
	border-color: #4d4d4d;
	border-style: solid;
	border-width: thin;
	padding: 2px;
}

.img {
	margin-left: 40px;
	margin-top: 15px;
	float: left;
}

.caption {
	font-size: 12px;
	color: white;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-right: 30px;
	float: right;
	height: 87px;
	width: 175px;
}

.caption a:link {
	text-decoration: none;
	border-bottom-color: white;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	color: white;
}

.caption a:visited {
	text-decoration: none;
	border-bottom-color: white;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	color: #b3b3b3;
}
#content2 #mail .text{
	border-color: #4c4c4c;
	border-width: thin;
	border-style: solid;
	color: white;
	background: none;
	height: 34px;
	width: 400px;
	padding: 0px; 
	margin: 0px 0px 15px 0px;
	font-size: 12px;
	text-indent: 10px;
	line-height: 34px;
}

textarea{
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
	margin-top: 0px;
	border-color: #4c4c4c;
	border-width: thin;
	border-style: solid;
	color: white;
	background-color: #2b2b2b;
	height: 128px;
	width: 400px;
	padding: 0px;
	font-size: 12px;
	text-indent: 10px;
	line-height: 34px;
}
#content2 #mail #submit{
	border-color: #4c4c4c;
	border-width: thin;
	border-style: solid;
	margin-right: 45px;
	float: right;
	background: none 130px top;
	display: block;
	margin-left: -1px;
	text-indent:-1000em;
	height: 39px; width: 124px;
	cursor: pointer;
	background-image: url(../images/submit.png);
}

#content2 #mail .body #submit:hover{
	background-position: 0 -39px;
}

#mail{
	margin-right: auto;
	margin-left: auto;
}

#foot{
	margin-right: 35px;
	margin-top: 5px;
	height: 12px;
}

#foot a:link{
	color: black;
	text-decoration: none;
}

#foot a:hover{
	color: #2292d0;
	text-decoration: none;
}

#foot a:visited{
	color: black;
	text-decoration: none;
}

