body 	{background-color: E5E5E5;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

p.title { font-size: 1.1em; color: #AEBAD9; font-weight: bold; font-style: italic;}	

a {text-decoration: none;}
a {border: none;}
a:link {color: #FB0B0B;}
a:visited {color: #FB0B0B;}
a:hover {text-decoration: none; color: black; background-color: none;}
a:active {color: #FB0B0B; }

#backdrop {
	position: absolute;
	left: 50%;
	top: 20px;
	background: url("images/backdrop.gif");
	height: 600px;
	width: 850px;
	margin-left:-425px; 
}	

#brandlogo {
	position: absolute;
	left: 587px;
	top: 20px;
	height: 65px;
	width: 245px;
}

#bottomlogo{
	position: absolute;
	left: 17.5px;
	top: 418px;
	height: 130px;
	width: 145px;
}

#menu {
	position: absolute; 
	padding: 7px;
	left: 280px;
	top: 146px;
	height: 35px;
	width: 530px;
	background: url("images/menubackimage.jpg");
	background-repeat: repeat-x;
	font-size: .9em; 
	color: #FB0B0B; 
	text-align: left;
}

#designservice {
	position: absolute;
	padding: 3px;
	left: 280px;
	top: 455px;
	height: 80px;
	width: 540px;
	font-size: 1.1em;
	color: #AEBAD9; font-weight: bold; font-style: italic;	
	border-width: 1px;
	border-style: solid;
	border-color:#AEBAD9;
}
#designservicetext {
	position: absolute;
	padding: 3px;
	left: 400px;
	top: 485px;
	height: 60px;
	width: 400px;
	font-size: .9em;
	color: #AEBAD9;
}
#designserviceimage {
	position: absolute;
	left: 740px;
	top: 462px;
	height: 70px;
	width: 70px;
}

#h1 {
	position: absolute;
	left: 280px;
	top: 190px;
	height: 60px;
	width: 540px;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

#maintext {
	position: absolute;
	left: 280px;
	top: 225px;
	height:220px;
	width: 530px;
	font-size: .8em;
	overflow: auto;
	text-align: justify;
}

#maintext2 {
	position: absolute;
	left: 280px;
	top: 425px;
	height:200px;
	width: 530px;
	font-size: .8em;
	overflow: auto;
	text-align: justify;
}

#phonecontact {
	position: absolute;
	left: 280px;
	top: 100px;
	height: 40px;
	width: 540px;
	font-size: .8em;
	color: #7F7F7F;	
}
#phonecontactbold {
	position: absolute;
	left: 518px;
	top: 100px;
	height: 40px;
	width: 300px;
	font-size: .8em;
	font-weight: bold;
	text-align: right;		
}
#image {
	position: absolute;
	left: 17.5px;
	top: 20px;
	height: 380px;
	width: 250px;		
}
#textbottom {
	position: absolute;
	left: 50%;
	top: 560px;
	height: 50px;
	width: 700px;
	margin-left:-350px;
	text-align: center;
	font-size: .7em;
	color: #FB0B0B;
}	 

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute; 
	left: 280px;
	top: 146px;
}

#nav li {
	float: left;
	position: relative;
	height: 30px;
	width: 107px;
	background: url("images/menubackimage.jpg");
	background-repeat: repeat-x;
	color: #FB0B0B;
	font-size: .8em; 
	margin-right: 1px;
	padding-top: 7px;
	text-align: center;
}

#nav a:link, #nav a:visited {
display: block;
text-decoration: none;
color: #FB0B0B;
}
#nav a:hover {
text-decoration: none;
color: #000000;
}