body,html {
  font-family:arial;
  font-size:12px;;
	margin:0;
	padding:0;
	background:#FFF;
	color:#545454;
}

html {
  overflow-y: scroll;
}	

body {
	min-width:1000px;
	margin:10px;
}

a:link, a:visited {
	text-decoration : underline;
	color:#FFF;
}

a:hover {
	text-decoration : none;
	color:#FFF;
}	 

#wrap {
	font-size:12px;
	background-image:url('/images/bg_in.jpg');
	margin:0 auto;
	width:1000px; height:573px;
	padding-top:39px;
}

#site {
	margin:0 auto;
	width:804px; height:534px;
	background-color:#FFF;
}

#hdr {
	font-size:12px;
	background-image:url('/images/hdr_bg.jpg');
	width:804px; height:140px;
}

#logo{
  float:left;
  width:136px; height:86px;
  margin:22px 0 0 178px;
  border:0;
}

#sidebar {
	background-color:#A9BD39;
	width:172px; height:394px;
	float:left;
}

#menu {
	width:172px; height:220px;
	padding-top:14px;
}

#menu a:link, #menu a:visited {
	text-decoration : none;
	color:#FFF;
}

#menu a:hover {
	text-decoration : underline;
	color:#FFF;
}	 

#menu ul{
  list-style:none;
  margin:0;
	padding-left:18px;
}

#menu li {
	margin-bottom:10px;
}  

#facebook{
  width:172px;
  height:70px;
}

#facebook p {
  margin:0 10px;
  padding:0;
}

#facebook a:link, #facebook a:visited {
	text-decoration : none;
	color:#FFF;
}

#facebook a:hover {
	text-decoration : underline;
	color:#FFF;
}	 

#address {
  color:#FFF;
	padding-left:18px;
}

#address span{
  font-size:18px;
}

#pagetitle{
	width:632px; height:40px;
	float:left;
}

#content {
	width:632px; height:344px;
	float:left;
	overflow:auto;
	padding-bottom:10px;
}

#content p, #content h2, #content h3{
  margin:10px 20px;
}

#pagetitle h1{
  font-family:times;
  margin:10px 20px;
  font-size:18px;
  color:#981B1E;
}

#content h2, #content h3{
  font-size:13px;
}

#content h3{
  color:#A9BD39;
}

#content a:link, #content a:visited {
	text-decoration : underline;
	color:#545454;
	font-weight:bold;
}

#content a:hover {
	text-decoration : none;
	color:#545454;
	font-weight:bold;
}	 

#servicesLabels{
	padding:0px;
	float: left;
	text-align:left;
	width:172px;
	margin-left:20px;
}

#servicesPrices{
	padding:0px;
	float: left;
	text-align:left;
	width:189px;
	margin-bottom:10px;
}

#footer {
	font-size:12px;
	color:#95A925;
	margin:0 auto;
	width:1000px; height:39px;
}

	#footerDesign{
		float: left;
		width:500px;
		margin-left:98px;
		margin-top:10px;
	}
	
	#footerDevelop{
		float: right;
		width:300px;
		text-align:right;
		margin-right:98px;
		margin-top:10px;
	}
	
#footer a:link, #footer a:visited {
	text-decoration : none;
	color:#95A925;
}

#footer a:hover {
	text-decoration : underline;
	color:#95A925;
}	 	
