body, html {
	margin: 0px;
	padding: 0px;
	background: black;
}
#container {
	width: 778px;
	margin: 0px auto;
	background: #181818;
}
#header {
	margin: 0px;
	padding: 0px;
}
#navbar {
	width: 778px;
	height: 50px;
	margin: 0px auto;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar ul li {
	float: left;
	margin: 0px auto;
}
#navbar ul li#home a {
	display: block;
	width: 130px;
	height: 50px;
	background-image: url(images/button_home.jpg);
	background-repeat: no-repeat;
}
#navbar ul li#home a:hover {
	display: block;
	width: 130px;
	height: 50px;
	background-image: url(images/button_home_hl.jpg);
	background-repeat: no-repeat;
}
#navbar ul li#mediacenter a {
	display: block;
	width: 130px;
	height: 50px;
	background-image: url(images/button_mediacenter.jpg);
	background-repeat: no-repeat;
}
#navbar ul li#mediacenter a:hover {
	display: block;
	width: 130px;
	height: 50px;
	background-image: url(images/button_mediacenter_hl.jpg);
	background-repeat: no-repeat;
}
#navbar ul li#webdesign a {
	display: block;
	width: 130px;
	height: 50px;
	background-image: url(images/button_webdesign.jpg);
	background-repeat: no-repeat;
}
#navbar ul li#webdesign a:hover {
	display: block;
	width: 130px;
	height: 50px;
	background-image: url(images/button_webdesign_hl.jpg);
	background-repeat: no-repeat;
}
#navbar ul li#services a {
	display: block;
	width: 130px;
	height: 50px;
	background-image: url(images/button_services.jpg);
	background-repeat: no-repeat;
}
#navbar ul li#services a:hover {
	display: block;
	width: 130px;
	height: 50px;
	background-image: url(images/button_services_hl.jpg);
	background-repeat: no-repeat;
}
#navbar ul li#aboutus a {
	display: block;
	width: 130px;
	height: 50px;
	background-image: url(images/button_aboutus.jpg);
	background-repeat: no-repeat;
}
#navbar ul li#aboutus a:hover {
	display: block;
	width: 130px;
	height: 50px;
	background-image: url(images/button_aboutus_hl.jpg);
	background-repeat: no-repeat;
}
#navbar ul li#contactus a {
	display: block;
	width: 128px;
	height: 50px;
	background-image: url(images/button_contactus.jpg);
	background-repeat: no-repeat;
}
#navbar ul li#contactus a:hover {
	display: block;
	width: 128px;
	height: 50px;
	background-image: url(images/button_contactus_hl.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 758px;
	padding: 10px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: white;
}
#leftcolumn {
	float: left;
	width: 369px;
	padding: 0px 10px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: white;
}
#rightcolumn {
	float: right;
	width: 369px;
	padding: 0px 10px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: white;
}
#frameleftcolumn {
	float: left;
	width: 379px;
	padding: 0px 5px;
}
#framerightcolumn {
	float: right;
	width: 379px;
	padding: 0px 5px;
}
#mediacenterleft {
	float: right;
	width: 333px;
	height: 250px;
	margin: 0px auto;
	background-image: url('images/frame.jpg');
}
#mediacenterright {
	float: left;
	width: 333px;
	height: 250px;
	margin: 0px auto;
	background-image: url('images/frame.jpg');
}
#mediacenterbody {
	padding: 10px 6px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: white;
}
#pagebreak {
	width: 750px;
	height: 16px;
}
.centertext {
	text-align: center;
	padding: 4px;
}
#footer {
	clear: both;
}
#footer p {
	margin: 0;
}
h1 {
	font-family: Arial;
	font-size: 12pt;
	color: white;
}
h2 {
	font-family: Arial;
	font-size: 12pt;
	color: white;
}
img {
	border: 0px;
	display: block;
}
ul {
	margin-top: 0px;
	padding-top: 0px;
}
li {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
}
.footerlinks:link {
	color: #D3CECE;
	text-decoration: underline;
}
.footerlinks:visited {
	color: #D3CECE;
	text-decoration: underline;
}
.footerlinks:hover {
	color: white;
	text-decoration: underline;
}

