/*
Stylesheet
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #CC99FF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote {
	font-size: small;
	line-height: 160%;
}

li {
list-style:none;
}

a {
	color: #FF0103;
}

a:hover {
	text-decoration: none;
}



/* Header */

#header {
	width: 740px;
	height: 250px;
	margin: 0 auto;
	background: url(images/newbanner.jpg) no-repeat center center;
	
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


/* Content */

#content {
	width: 740px;
	margin: 10 auto;
	background: #FFFFFF;
	}

#colOne {
	float: left;
	width: 510px;
	padding: 5px;
	background: #FFFFFF;
}

#colTwo {
	float: right;
	width: 210px;
	padding: 5px;
	background: #000000;
}
#colTwo p {
	color: #000000;
	background: #FFFFFF;
}
	

/* Content > ColTwo */


/* special */* { padding: 0em; margin: 0em; }/* ----------------------------- start #nav ----------------------------- */
#nav img { border: none; }#nav li { display: block; list-style:none; }#nav li a { display: block; width: 210px; }#nav li a img {  border:none; vertical-align:bottom; /* for IE6 */}#nav li a:hover { visibility:visible; }#nav li a:hover img { visibility:visible; }#nav li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}/* ----------------------------- end #nav ----------------------------- *//* ----------------------------- start #nav ids ----------------------------- */#one { background:url(images/homeo.jpg) no-repeat; }#two { background:url(images/descriptiono.jpg) no-repeat; }#three { background:url(images/expecto.jpg) no-repeat; }#four { background:url(images/certificationso.jpg) no-repeat; }
#five { background:url(images/directionso.jpg) no-repeat; }
#six { background:url(images/pricespolicieso.jpg) no-repeat; }
#seven { background:url(images/recommendedo.jpg) no-repeat; }/* ----------------------------- end #nav ids ----------------------------- */


.contactinfo{
	list-style: none;
	width: 200px;
	height: 137px;
	text-indent: 10px;
	font-weight:bold;
	margin: 3 auto;
	padding: 0px 0;
	border: none;
	background: url(images/flower.jpg) no-repeat;
}


	
/* Content > ColOne */

#colOne h1 {
	font-size: medium;
	text-indent: 10px;
	background: #ff0103;
	color: #FFF;
}

#colOne h2 {
	font-size: medium;
	text-indent: 10px;
	background: #CC99FF;
	color: #000000;
}

.highlight {
	font-size: small;
	color: #FF0103;
}

.list {
	margin: 0px 0px;
	padding: 0px 0px;
	border: none;
	list-style: none;
}

/* Footer */

#footer {
	width: 740px;
	margin: 0 auto;
	background: #000000;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
}