html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}


 ul.cssmenu {    
	 list-style: none;     
	padding: 0px;     
} 

.displace {     
	position: absolute;     
	left: -5000px;     
} 

ul.cssmenu li {     
	float: left;     
} 

ul.cssmenu li a {     
	display: block;     
	width: 140px;     
	height: 40px;     
	background: url('images/menumenu.gif');     
} 

body, h1, h2, h3, form {
	font: 14px tahoma, arial, sans-serif;
	margin: 5;
	padding: 5;
	color: #5C5C5C;
}

body {
	background: url(images/header_bg.jpg) repeat-x;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 980px;
	padding: 0px;
}


#header {
	height: 200px;
	position: absolute;
}
#header h1 {
	margin-top: 60px;
	margin-left: 30px;

}
#header h1 img {
	display: block;
}
#nav {
	margin-top: 5px;
}
#nav img {
	float: left;
}

#headline {
	padding-top: 205px;
	font: 12px tahoma, arial, sans-serif;
}

/* *    Normal Links */ 
ul.cssmenu li.home a {     
	background-position: 0 0;     
} 

ul.cssmenu li.hosting a {     
	background-position: -140px 0;
} 

ul.cssmenu li.webdesign a {     
	background-position: -280px 0;
} 

ul.cssmenu li.email a {     
	background-position: -420px 0;
} 

ul.cssmenu li.sysnet a {     
	background-position: -560px 0;
} 

ul.cssmenu li.security a {     
	background-position: -700px 0;
} 

ul.cssmenu li.intsrv a {     
	background-position: -840px 0;
} 

/* *    Hover Links */ 
ul.cssmenu li.home a:hover {
	background-position: 0 -40px;     
} 

ul.cssmenu li.hosting a:hover {     
	background-position: -140px -40px;     
} 

ul.cssmenu li.webdesign a:hover {     
	background-position: -280px -40px;     
} 

ul.cssmenu li.email a:hover {     
	background-position: -420px -40px;
} 

ul.cssmenu li.sysnet a:hover {     
	background-position: -560px -40px;
} 

ul.cssmenu li.security a:hover {     
	background-position: -700px -40px;
} 

ul.cssmenu li.intsrv a:hover {     
	background-position: -840px -40px;
} 


/* *    Selected/Active Links */ 
ul.cssmenu li.home a.selected {     
	background-position: 0 -80px;     
} 

ul.cssmenu li.hosting a.selected {     
	background-position: -140px -80px;     
} 

ul.cssmenu li.webdesign a.selected {     
	background-position: -280px -80px;
} 

ul.cssmenu li.email a.selected {     
	background-position: -420px -80px;
} 

ul.cssmenu li.sysnet a.selected {     
	background-position: -560px -80px;
} 

ul.cssmenu li.security a.selected {     
	background-position: -700px -80px;
} 

ul.cssmenu li.intsrv a.selected {     
	background-position: -840px -80px;
} 


#photo {
	float: right;
}
#photo div {
	border: 2px solid #D8D8D8;
	padding: 2px;
}
#photo img {
	display: block;
}

a {
	font-weight: bold;
	color: #5C5C5C;
}

#body {
	padding-top: 2em;
	text-align: justify;
}

#body-left {
	float: left;
	width: 408px;
}
#body-right {
	float: right;
	width: 330px;
}

#body-left ul.plussbullets {
	margin-top: 45px;
	margin-left: 120px;
	padding: 0;
	font-weight: bold;
}
#body-left ul.plussbullets li {
	background: top left url(images/bullet_plus.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}

#body h2, #body p {
	margin: 0.3em 0;
}

#body-right p {
	margin-right: 2em;
}

#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}

#gallery img {
	float: left;
}

#footer {
	color: #FFFFFF;
	font: 10px tahoma, arial, sans-serif;
	background: #42453D url(images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
}
#footer p {
	margin: 0;
	padding: 0;
}
