body {
	margin:0;
	padding:0;
	text-align:center;
	font: small Arial, Helvetica, sans-serif;
}

#wrapper {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:10px;
}

.clear {
	clear:both;
}

/*.....header.....*/

#header {
	background-image:url(inc/html/headto/pix/contact_info.gif);
	background-position:center right;
	background-repeat:no-repeat;
}

/*......page top {contains big image).....*/

#page-top {
	background-image:url(pix/page_top_home.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:198px;
	margin:10px 0 10px 0;
}

#main-nav ul {
	margin:0;
	padding:20px 5px 0 35px;
	list-style:none;
	line-height:25px;
	font-size:18px;
	float:left;
	display:inline;
}

#main-nav li a, #main-nav li a:visited {
	color:#FFCC00;
	text-decoration:none;
}

#main-nav li a:hover {
	color:white;
}

#flashy {
	float:right;
	width:496px;
	height:198px;
	margin:auto;
	position:relative;
}

/*.....left area.....*/

#content-left {
	width:425px;
	float:left;
	display:inline;
	margin:7px 0 0 0;
}

#intro {
	height:223px;
	width:431px;
	background-image:url(pix/intro_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#intro p {
	padding:0 5px 5px 115px;
	line-height:25px;
}

#intro h3 {
	font-size:17px;
	color:#009900;
	padding:10px 10px 0 115px;
	margin:0;
}

#intro a, #intro a:visited {	
	color:#006600;
}

#intro a:hover {
	color:#006600;
}

#latest-news {
	width:212px;
	height:221px;
	float:left;
	display:inline;
	background-image:url(pix/latest_news_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#latest-news h4 {
	font-size:14px;
	padding:0px 5px 0 15px;
	margin:8px 0 0 0;
	color:#009900;
}

#latest-news p {
	padding:0 5px 0 15px;
	line-height:20px;
}

#latest-news a, #latest-news a:visited {	
	color:#006600;
}

#latest-news a:hover {
	color:#006600;
}

#experience {
	width:204px;
	height:221px;
	float:right;
	background-image:url(pix/experience_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#experience h4 {
	font-size:17px;
	color:#FFCC00;
	font-style:italic;
	padding:0px 10px 0 10px;
	margin:8px 0 0 0;
}

#experience p {
	padding:0 5px 0 10px;
	color:white;
	line-height:20px;
}

#experience a, #experience a:visited {
	color:#FFFFFF;
}

/*.....right area.....*/

#content-right {	
	width:415px;
	float:right;
	margin:7px 0 0 0;
	line-height:20px;
}

#content-right h3 {
	color:#009900;
	font-size:15px;
	padding:10px 10px 0 10px;
	margin:0 0 0 0;
}

#content-right h3 a, #content-right h3 a:visited {
	color:#009900;
	font-size:15px;
	margin:0 0 0 0;
	padding:0px 0px 0 0px;
}

#service1 {
	background-image:url(pix/right_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:415px;
	height:145px;
}

#service1 p {
	padding:0px 10px 10px 10px;
}

#service1 img {
	padding-right:7px;
}
	

#service2 {
	background-image:url(pix/right_bg2.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:415px;
	height:154px;
}

#service2 p {
	padding:0px 10px 10px 10px;
}

#service2 img {
	padding-right:7px;
}

#service3 {
	background-image:url(pix/right_bg3.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:415px;
	height:144px;
}

#service3 p {
	padding:0px 10px 10px 10px;
}

#service3 img {
	padding-right:7px;
}

/*.....footer.....*/

#footer {
	border-top:2px solid #009900;
	margin-top:10px;
	padding-top:5px;
}

#footer-left {
	float:left;
	display:inline;
	margin-top:3px;
}

#footer-right {
	float:right;
	margin-top:3px;
}

#footer-right a {
	padding:4px;
	background-color:#efefef;
	color:#000;
	font-size:11px;
}

