h1, h2, h3, h4, h5, p, ul,ol,li,pre,form,body,html,blockquote,fieldset,input
{ margin: 0; padding: 0; }

a img,:link img,:visited img { border: none; }

h1 { margin-bottom: 10px; }
h2 { margin-bottom: 5px; }
p { margin-bottom: 10px;}
a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

ul {
	margin-left: 20px;
}
body, td
{
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height: 1.3em;
	background-color: #052636;
}

div#body
{
	background: url(/images/layout/background.jpg) repeat-x;
	overflow: auto;
	padding: 10px 0 0 0;
}

#wrapper {
  background-color: #F4F3EE;
	width: 1000px;
	margin: auto;
	border-left: 1px dashed #FFF;
	border-right: 1px dashed #FFF;
}

#header {
	height: 211px;
}

#footer {
	text-align: center;
	/*border-top: dashed #ccc 1px;*/
}

#main-column {
	width: 526px;
	float: left;
	border-right: dashed 1px #CCC;
	padding: 0 20px 0 40px;
}

#side-column {
	float: left;
	width: 340px;
	padding: 0 40px 10px 20px;
}

/* NAV */
#nav a span { display: none;}
#nav a { 
	height: 211px; 
	display: block;
	float: left;
}
#nav-home {
	background-image: url(../images/layout/home.jpg);
	width: 87px;
}
#nav-home:hover { background-image: url(../images/layout/home-over.jpg); }
#nav-about {
	background-image: url(../images/layout/about.jpg);
	width: 101px;
}
#nav-about:hover { background-image: url(../images/layout/about-over.jpg); }
#nav-portfolio {
	background-image: url(../images/layout/portfolio.jpg);
	width: 103px;
}
#nav-portfolio:hover { background-image: url(../images/layout/portfolio-over.jpg); }
#nav-hosting {
	background-image: url(../images/layout/hosting.jpg);
	width: 97px;
}
#nav-hosting:hover { background-image: url(../images/layout/hosting-over.jpg); }
#nav-contact {
	background-image: url(../images/layout/contact.jpg);
	width: 102px;
}
#nav-contact:hover { background-image: url(../images/layout/contact-over.jpg); }

.form_row {
	margin: 4px 0;
}
.form_row label {
	display: block;
	float: left;
	width: 100px;
}
.form_row textarea {
	padding: 2px;
	border: solid 1px #ccc;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 13px;
}
.form_row input {
padding: 2px;
	width: 220px;
	border: solid 1px #ccc;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 13px;
}
.form_row select {
	width: 220px;
	border: solid 1px #ccc;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 13px;
}
img.hidden { display: none; }

.client {
	margin-bottom: 20px;
}

.client .description {
	padding: 10px;
}

.copyright {
	font-size: .8em;
}

.testimonial {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
	color: #333;
}
.testimonial .author {
	text-align: right;
	font-style: italic;
}