@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#000;
}
#container-top {
	position:absolute;
	background-color:#D60A09;
	left: 0px;
	top: 0px;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container-white-line {
	position:absolute;
	background-color:#FFF;
	left:0px;
	top:20px;
	height:1px;
	margin: 0;
	padding: 0;
	width:100%;
}
#container-body {
	position:absolute;
	background-color:#000;
	left:0px;
	top:21px;
/*	height:1000px;*/
	margin: 0px;
	padding: 0px;
	width:100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
h1 {
	font-size: 14px;
	color:#FFF;
}
h2 {
	font-size: 12px;
	color:#D2CACA;
}
p {
	font-size: 12px;
	color:#D2CACA;
	text-align: left;
}
#body-content {
	position:relative;
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left;
}
#body-logo {
	position:absolute;
	left:10px;
	top:-1px;
	z-index:2;
	width:300px;
	height:79px;
	background-image:url(newlogo.jpg);
	background-repeat:no-repeat;
}
#body-pan1 {
	position:relative;
	left:5px;
	top:5px;
	width:440px;
	background-image:url(panaramic_web_site_image_1.jpg);
	height: 126px;
}
#body-pan2 {
	position:relative;
	left:5px;
	top:5px;
	width:440px;
	background-image:url(panaramic_web_site_image_2.jpg);
	height: 126px;
}
#body-pan3 {
	position:relative;
	left:5px;
	top:5px;
	width:440px;
	background-image:url(panaramic_web_site_image_3.jpg);
	height: 126px;
}
#body-pan4 {
	position:relative;
	left:5px;
	top:5px;
	width:440px;
	background-image:url(panaramic_web_site_image_4.jpg);
	height: 126px;
}
#body-pan5 {
	position:relative;
	left:5px;
	top:5px;
	width:440px;
	background-image:url(panaramic_web_site_image_5.jpg);
	height: 126px;
}
#body-intro {
	position:absolute;
	left:10px;
	top:100px;
	width:290px;
	height:100px;
	padding:5px;
}
#body-news {
	position:absolute;
	left:10px;
	top:550px;
	width:290px;
	height:114px;
	padding: 5px;
	text-align:justify;
}
#body-current-projects {
	position:absolute;
	left:10px;
	top:700px;
	width:290px;
	height:114px;
	padding: 5px;
}
#body-web-design-advert {
	position:absolute;
	left:10px;
	top:425px;
	width:300px;
	height:100px;
	padding: 0px;
	margin:0px;
}
#body-main-content {
	position:absolute;
	left:330px;
	top:0px;
	width:450px;
/*	height:990px;*/
	background-color:#3A3838;
	margin:0px;
	padding:0px;
}
#body-text {
	position:relative;
	left:0px;
	top:10px;
/*	width:450px;*/
/*	height:990px;*/
	margin:10px;
	padding:0px;
}	
li {
	font-size: 12px;
}
ul {
	color: #D2CACA;
}
#body-menu1 {
	position:absolute;
	width:300px;
	height:30px;
	left: 10px;
	top: 230px;
}
#body-menu2 {
	position:absolute;
	width:300px;
	height:30px;
	left: 10px;
	top: 260px;
}
#body-menu3 {
	position:absolute;
	width:300px;
	height:30px;
	left: 10px;
	top: 290px;
}
#body-menu4 {
	position:absolute;
	width:300px;
	height:30px;
	left: 10px;
	top: 320px;
}
#body-menu5 {
	position:absolute;
	width:300px;
	height:30px;
	left: 10px;
	top: 350px;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 20px;
	top: 611px;
}
.body-text {
	font-size: 12px;
	color: #CCC;
}
.button-text {
	font-size: 12px;
	color: #000;
}
a:link {
	font-size: 12px;
	color: #32ED20;
}
a:visited {
	font-size: 12px;
	color: #32ED20;
}