body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #ddd;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	background: #000;
	border: thick #333333;
}

#phone {
	text-align: right;
}

		
#container		
{
	/*	margin: 1em 5%; */
	width:780px;
    margin-left: auto ;
    margin-right: auto ;

	/*	background-image:  url(images/backgrnd.jpg); */
	/*border: 1px solid #333;*/
}
		
#banner
{
	background-color:#CC6600;
/*	border-bottom: 1px solid #333; */
/*	background:url(images/bannerspc.jpg) no-repeat ;*/
	height:160px;
	width: 780px;
}

#menu {
	position: relative;
	top: 1px;
	left: 0px;
	height:60px;
	background-color:#CC6600;
	background-image:url(../images/bannerfence.gif);
	background-repeat: repeat-x;
}

#welcome {
	width: 530px;
	float: left;
	background-color:#e9ebe7;
	height: 550px;

}
		
#banner h1
{
	margin: 0;
	padding: .5em;
}
		
#nav
{
	float: right;
	width: 250px;
/*	margin-left:10px;
	margin-right: 5px;*/
/*	padding-top: 1em;*/
	background-color:#e9ebe7;
	height:460px;
}

#nav p { margin-top: 0; }
#nav h1 {
		font-size: 18px;
		line-height: 28px;
		text-transform: uppercase;
		margin-bottom: 0;
		margin-top:auto;
}

#nav h2 {
		font-size: 16px;
		font-weight: normal;
		color: #fff7e3;
}
#nav li {
		margin-left: 25px;
}
#nav p { padding-left:10px; }

#content
{
	width: 530px;
	float: left;
	background-color:#e9ebe7;
	height: 460px;
	link
}
	
#content h1 {
		font-size: 18px;
		line-height: 28px;
		text-transform: uppercase;
		margin-bottom: 0;
		margin-top:auto;
}

#content h2 {
		font-size: 16px;
		font-weight: normal;
		color: #fff7e3;
}
#content li {
		margin-left: 25px;
}
#content p {
	padding-left:10px; }

#content a:link {
	color:#FFFFFF;}
#content a:visited { color:#FFFFFF;}
	

#footer
{
	clear: both;
	background-color: #87de16;
	padding: 1em;
	text-align: left;
	border-top: 1px solid #333;
}

#footer span {
	float: right;
}
#footer li {
	list-style: none;
	display: inline;
	margin: 0 10px 0 0;
}
#footer p {
	font-size: 11px;
	color: #FFF;
}

#productgroup {
	clear: both;
	border-top: 2px solid #41413b;
/*	padding-top: 10px;*/
/*	margin-bottom: 30px;*/
	background-color:#e9ebe7;
	height:200px;
}

#prod-1 { /*background: transparent url(../images/web-design.gif) 0 0 no-repeat;*/}
#prod-2 { /*background: transparent url(../images/web-development.gif) 0 0 no-repeat;*/ }
#prod-3 { /*background: transparent url(../images/web-marketing.gif) 0 0 no-repeat;*/ }
#prod-4 { /*background: transparent url(../images/other-services.gif) 0 0 no-repeat;*/ }

.prod {
		width: 150px;
		float: left;
		margin: 0px 15px 0px 25px;
		display: inline;
}
.prod h1 {
		/*height: 41px;
		text-indent: -3000px;*/
		font-size:16px;
}
.prod p, .prod li {
		font-size: 11px;
		line-height: 14px;
}
.prod li {
		margin-left: 2px;
}
.prod a:link {color:#CC6600;}
.prod a:visited {color:#87de16;}



.copyright{ 
font:"Courier New", Courier, monospace;
font-style:italic;
font-size:9px;
float:left;
position:relative;
bottom: 20px;
}

