body {
	margin: 0px;
	background-image: url(../imgs/bg-line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
p {
	font-size: 10pt;
	line-height: 14pt;
}
li {
	font-size: 10pt;
	line-height: 14pt;
	background-position: left;
	margin-bottom: 8px;
}

ol {
	margin: 0px;
	padding-left: 25px;
}

a:link {
	color: #41891e;
	text-decoration: none;
}
a:visited {
	color: #41891e;
	text-decoration: none;
}
a:hover {
	color: #d59a1c;
	text-decoration: underline;
}
a:active {
	color: #d59a1c;
	text-decoration: underline;
}
.bg-services {
	background-image: url(../imgs/bg-services.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg-contact {
	background-image: url(../imgs/bg-contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg-news {
	background-image: url(../imgs/bg-news.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	color: #41891E;
	letter-spacing: 1px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d59a1c;
	font-size: 16pt;
	margin-bottom: 10px;
	letter-spacing: 3px;
}

.bg-portfolio {
	background-image: url(../imgs/bg-portfolio.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg-profile {
	background-image: url(../imgs/bg-profile.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.yellow {
	color: #D59A1C;
}
