﻿td,tr,table {
	border-collapse:collapse;
}

img{
	border:0px;
}

body{
	font-family:Calibri;
	color:#ffffff;
	font-size:small;
	text-align:left;
	background-image:url('images/bg.jpg');
	background-attachment:fixed;
	margin-top:0px;
	margin-bottom:0px;
}

p {
	color:black;
}

h1, h2, h3, h4, h5, h6 {
	color:black;
}

tr, td, table {
	color:black;
}

a:link {
	color:#003cff; /*yellow*/
}

a:visited {
	color:#fcf882; /*red*/
}

a:hover {
	color:#ffd200; /*yellow*/
}

a:active {
	color:#ffffff; /*white*/
}


/*---body---*/
#header {
	width:1000px;
	height:234px;
	background-image:url('images/header.png');
	background-repeat:no-repeat;
}

#rofmenu {
	width:717px;
	height:42px;
	background-image:url('images/rofmenu.png');
	background-repeat:no-repeat;
}

#imagestrip {
	background-image:url('images/imagestrip.png');
	background-repeat:no-repeat;
	padding:0px 10px 0px 10px;
}

#home {
	width:1000px;
	height:46px;
	background-image:url('images/home.png');
	background-repeat:no-repeat;
}

#services {
	width:984px;
	height:46px;
	background-image:url('images/serv.png');
	background-repeat:no-repeat;
}

#contactus {
	width:984px;
	height:46px;
	background-image:url('images/contactus.png');
	background-repeat:no-repeat;
}

#thankyou {
	width:984px;
	height:46px;
	background-image:url('images/thankyou.png');
	background-repeat:no-repeat;
}


#text {
	width:1000px;
	height:59px;
	background-image:url('images/text.png');
	background-repeat:repeat-y;
}

#footer {
	width:1000px;
	height:23px;
	background-image:url('images/footer.png');
	background-repeat:no-repeat;
}


.whiteparagraph {
	font-family:Calibri;
	font-size:small;
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
}
