﻿body {
	background-image: url('images/background.gif');
}
img {
	border-style: none;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#header {
	background-image: url('images/header.gif');
	background-repeat: no-repeat;
	width: 960px;
	height: 245px;
}
#nav {
	background-image: url('images/mainShell.gif');
	width: 960px;
	height: 55px;
	position: relative;
	font-size: medium;
}
#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
	float: left;
}
#navLeft {
	margin-left: 30px;
}
#nav a {
	font-size: 18px;
	padding: 15px;
	color: #ffffff;
	display: block;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#content {
	background-image: url('images/mainShell.gif');
	position: relative;
	width: 960px;
	height: auto;
}
#footer {
	width: 960px;
	height: 80px;
	position: relative;
	background-image: url('images/footer.gif');
}
#footer a {
	padding: 15px 5px 10px 5px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#copyright {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Common

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#mainLeft {
	width: 550px;
	margin-left: 30px;
	padding: 0 15px 0 15px;
	float: left;
	text-align: left;
}
#mainLeft p {
	font-size: 16px;
	line-height: 22px;
}
#mainLeft ul li {
	font-size:16px;
	line-height: 22px;
}
#mainRight {
	width: 290px;
	margin-right: 30px;
	padding: 0 10px 0 10px;
	float: right;
}
#mainRight p {
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}
#mainContact {
	width: 840px;
	margin: 0 30px 0 30px;
	padding: 0 25px 0 25px;
}
#mainContact p {
	text-align: left;
}
h3 {
	text-align: center;
	margin-top: 10px;
	display: block;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

     Services
     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.list {
	width: 400px;
	border-collapse: collapse;
	border-spacing: 1px;
	background-color: #282828;
	font-size: small;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.style1 {
	border: 1px solid #FFFFFF;
	text-align: center;
	padding: 5px;
}
.style2 {
	font-size: x-small;
	font-style: italic;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

     Portfolio
     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.List2 {
	width: 550px;
	border-collapse: separate;
	border-spacing: 25px;
	font-size: small;
	right: auto;
	left: auto;
	position: relative;
}
.List2 a {
	color: #66FF33;
	text-decoration: none;
}
.style3 {
	width: 150px;
	text-align: center;
}
.style4 {
	text-align: left;
	padding-bottom: 10px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	About

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ideals {
	font-weight: bold;
	font-size: large;
}
#owner {
	margin-left: 45px;
	width: 175px;
	height: 256px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Contact

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#contact {
	width: 300px;
	float: left;
}
#contact a {
	color: #66FF33;
}
#webForm {
	margin-right: 50px;
	float: right;
	border: thin #66FF33 solid;
}
#webForm td {
	text-align: center;
}
.style5 {
	font-size: small;
}
