body {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
color: #000000;
background-color: #FFFBCC;
margin: 0px;
padding: 0px;
text-align: center;

}

#container {
	background: url(layout/repeatingbg_07.jpg) repeat-y top;
	width: 758px;
	min-height: 10px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
	
	}
	
h3 {

	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 5px;

}
	
	
#topimage {
	background: url(layout/topimage_03.jpg) no-repeat top;
	width: 758px;
	height: 214px;
	}
	
#topimage1 {
	background: url(layout/topimage1_03.jpg) no-repeat top;
	width: 758px;
	height: 214px;
	}
	
#topimage2 {
	background: url(layout/topimage2_03.jpg) no-repeat top;
	width: 758px;
	height: 214px;
	}

#topmenu {
	background: url(layout/menu_05.jpg) no-repeat top;
	width: 758px;
	height: 29px;
	}
	
#welcome {
	background: url(layout/welcome_07.gif) no-repeat top;
	width: 758px;
	height: 43px;
	
	}
	
#about {
	background: url(layout/jura_08.gif) no-repeat top;
	width: 758px;
	height: 51px;
	
	}
	
#findus {
	background: url(layout/howtofindus_08.gif) no-repeat top;
	width: 758px;
	height: 51px;
	
	}
	
	
#contactus {
	background: url(layout/contactus_08.jpg) no-repeat top;
	width: 758px;
	height: 51px;
	
	}
	
#prices {
	background: url(layout/prices_08.gif) no-repeat top;
	width: 758px;
	height: 51px;
	
	}
	
#links {
	background: url(layout/links_08.jpg) no-repeat top;
	width: 758px;
	height: 51px;
	
	}
	
	
#comments {
	background: url(layout/images/visitor-comments.jpg) no-repeat top;
	width: 758px;
	height: 51px;
	
	}



.clear { 

	clear: both;
	
	}

	


#textContent {
float: left;
text-align: left;
width: 350px;
font-size: 65%;
padding-left: 45px;

}

	
#textContent a:link {
	color: #152274;
	text-decoration: none;
}



#textContent a:visited {
	color: #152274;
	text-decoration: none;
}



#textContent a:hover {
	color: #ffffff;
	background: #152274;
	text-decoration: none;
}

#textContent a:active {
	color: #ffffff;
	background: #152274;
	text-decoration: none;
}

#textContent1 {
float: right;
text-align: left;
width: 340px;
font-size: 65%;
padding-left: 10px;
padding-right: 10px;

}

#textContent1 img {
border: #B8BCD5 2px solid;

}

	
 #textContent p {

	margin-top: 0px;
	margin-bottom: 10px;

}

.clearbtm {
	clear: both;
	width:758px;
	}
	
	
#btmbg {

	background: url(layout/bgbtm_08.jpg) repeat-y top;
	width: 758px;
	height: 22px;
	
	}
	
	
#menu ul {

	position: absolute;
	top: 210px;
	left: 250px;
	margin: 0px;
	padding-top: 7px;
	padding-left: 30px;
	}
	
#menu li {
	display: inline;
	margin-left: 1em;
	}
	
#menu li a {
	font-weight: bold;
	font-size: 70%;
	
}


#menu li a:link {
	color: #ffffff;
	text-decoration: none;
}


#menu a:visited {
	color: #ffffff;
	text-decoration: none;
}


#menu li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#menu .spacer {
	width: 25px;
	w\idth: auto;
	height: 1px;
	}
	
	
/*--------------- Contact Form ------------------*/

.contactForm p {
	clear:left;
	margin-bottom: 20px;
	}

.contactForm p label {
	float: left;
	width: 30%;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	color: #7A8C9A;
	font-weight: bold; 
	}
	
.contactForm .fields {
	background-color:#ffffff;
    border: solid 1px #7A8C9A;

	}
	
.contactForm p.submit input {
	color: #7A8C9A;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background:#FFFFFF;
	border: solid 1px #7A8C9A;
	margin-left: 30%;  
	}

