body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 30px;
	padding: 0;
	}
	
a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: none;
	}
	
#container-home {
	width: 900px;
	height: 800px;
	margin: 0 auto;
	background-image: url(../images/background-home.png);
	background-repeat: no-repeat;
	}
	
#container-about {
	width: 900px;
	height: 800px;
	margin: 0 auto;
	background-image: url(../images/background-about.png);
	background-repeat: no-repeat;
	}
	
#container-services {
	width: 900px;
	height: 800px;
	margin: 0 auto;
	background-image: url(../images/background-services.png);
	background-repeat: no-repeat;
	}
	
#container-contact {
	width: 900px;
	height: 800px;
	margin: 0 auto;
	background-image: url(../images/background-contact.png);
	background-repeat: no-repeat;
	}
	
#main {
	text-align: left;
	}
	
#column-one {
	float: left;
	width: 140px;
	padding-left: 40px;
	padding-top: 250px;
	}
	
#column-two {
	float: left;
	width: 320px;
	padding-left: 20px;
	padding-top: 260px;
	}
	
#column-two-a {
	float: left;
	width: 155px;
	}
	
#column-two-a li {
	font-size: 50%;
	}
	
#column-two-b {
	float: left;
	padding-left: 2px;
	width: 155px;
	}
	
#column-two p {
	padding-left: 30px;
	line-height: 18px;
	font-size: 12px;
	color: #555;
	padding-right: 10px;
	}
	
#column-two li {
	color: #555;
	font-size: 11px;
	line-height: 16px;
	}
	
#column-three {
	float: left;
	text-align: right;
	width: 120px;
	padding-left: 20px;
	padding-top: 100px;
	font-size: 11px;
	color: #666;
	line-height: 14px;
	}
	
#column-four {
	float: left;
	text-align: right;
	width: 130px;
	padding-left: 32px;
	padding-top: 100px;
	font-size: 11px;
	color: #666;
	line-height: 14px;
	
	}

.menu {
	}
	
.on {
	list-style-position: inside;
	list-style-image: url(../images/bulllet.png);
	padding-bottom: 7px;
}

.on a {
	color: #151515;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 1px;
	}
	
.on a:hover {
	color: #151515;
	}

.off {
	list-style-position: inside;
	list-style-image: url(../images/bulllet-empty.png);
	padding-bottom: 7px;

}

.off a {
	color: #878787;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 1px;
	}
	
.off a:hover {
	color: #151515;
	}
	
#header-home {
	width: 280px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 30px;
	}
	
.header-home-small {
	font-size: 11px;
	color: #252525;
}
.header-home-big {
	color: #ff0000;
	font-size: 16px;
}
	
#header-the-rest {
	width: 280px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 30px;
	}
	
.footer {
	padding-top: 3px;
	color: #eee;
	font-size: 9px;
	text-align: center;
	}
