body {
	margin: 0px;
	padding: 0px;
	
	background: #606060;
	background-image: url(images/bg.png);
	
	height: 100%;
	
	color: #222;
	
	text-align: center;
	
	font-family: verdana,arial,sans-sarif;
	font-size: 10pt;
	
	overflow-y: scroll;
}

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

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	text-shadow: #777 2px 1px 2px;
}

h3 {
	margin-bottom: 5px;
	font-size: 1.2em;
}

table {
	font-size: 1em;
}

img {
	border: 0px;
}

a {
	color: #435186;
	font-weight: bold;
}

.bodyImg {
	border: 1px #000 solid;
}

.justify {
	text-align: justify;
}

.left {
	float: left;
}

.right {
	float: right;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 775px;
	height: 100%;
	background: transparent;
	background-image: url(images/containerbg.png);
}

#header {
	margin: 10px;
	margin-top: 0px;
	
	padding-top: 10px;
}

#menu {
	margin: 10px;
}

#body {
	margin: 10px;
}

#body #content {
	width: 754px;
	/*	margin-left: 1px;	*/
	padding: 0px 11px;
	background: #fff;
	background-image: url(images/bodybg.png);
}

#pageTitle {
	margin: 10px;
}

#credits {
	color: #ccc;
	font-weight: bold;
	font-size: 0.8em;
	height: 13px;
	margin: 10px;
	
	text-align: left;
}

#credits #menu {
	margin: 0px;
	float: left;
	height: 13px;
	width: 619px;
	text-align: center;
}

#credits #menu a {
	color: #fff;
}

#copy {
	float: right;
	height: 13px;
	width: 136px;
	
	color: #fff;
}

.text {
	background: #e9ecf5;
	border: 1px #000 solid;
	padding: 1px;
}

.textarea {
	width: 300px;
	height: 100px;
	background: #e9ecf5;
	border: 1px #000 solid;
}

.contact {
	width: 360px;
}

.folioList {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.folioList li {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 218px;
	height: 21px;
	text-align: left;
	background-image: url(images/portfolio/list-mid.png);
	background-repeat: no-repeat;
}

.folioList li a {
	border: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	padding-left: 15px;
	
	text-decoration: none;
	color: #555;
	font-weight: bold;
	font-size: 0.8em;
} 

.folioList li a:hover {
	text-decoration: underline;
}

.folioList .top {
	height: 25px;
	background-image: url(images/portfolio/list-top.png);
	background-repeat: no-repeat;
}

.folioList .top a {
	padding-top: 7px;
}

.folioList .bottom {
	height: 30px;
	background-image: url(images/portfolio/list-bottom.png);
	background-repeat: no-repeat;
}

.folioProfile {
	display: none;
}

.folioImg {
	margin: 10px 0px;
}

#home-define {
	width: 420px;
}

#home-define-header {
	width: 420px;
	height: 35px;
	
	background-image: url(images/home-define-header.png);
	background-repeat: no-repeat;
}

#home-define-footer {
	width: 420px;
	height: 15px;
	
	background-image: url(images/home-define-footer.png);
	background-repeat: no-repeat;
}

#home-define #wrapper {
	background-image: url(images/home-define-bg.png);
	background-repeat: repeat-y;
}

#home-define #wrapper #body {
	margin: 0px;
	padding: 0px;
	width: 398px;
	
	font-size: 9pt;
	
	background: #e9ecf5;
}

#home-define #wrapper #body .padding {
	padding: 10px;
}

#services-box {
	width: 365px;
/*
	position: relative;
	right: 7px;
*/
}

#services-webdesign-header {
	width: 365px;
	height: 35px;
	
	background-image: url(images/services-webdesign-header.png);
	background-repeat: no-repeat;
}

#services-addons-header {
	width: 365px;
	height: 35px;
	
	background-image: url(images/services-addons-header.png);
	background-repeat: no-repeat;
}

#services-hosting-header {
	width: 365px;
	height: 35px;
	
	background-image: url(images/services-hosting-header.png);
	background-repeat: no-repeat;
}

#services-box-footer {
	width: 365px;
	height: 15px;
	
	background-image: url(images/services-box-footer.png);
	background-repeat: no-repeat;
}

#services-box #wrapper {
	background-image: url(images/services-box-bg.png);
	background-repeat: repeat-y;
}

#services-box #wrapper #body {
	margin: 0px;
	padding: 0px;
	width: 351px;
	
	font-size: 9pt;
	
/*	background: #e9ecf5;*/
}

#services-box #wrapper #body .padding {
	padding: 10px;
}
