body {
	margin-top: 0px;
	background-repeat: repeat;
	background-color: #333333;
	padding-top: 8px;
}
.main-painter {
	background-attachment: scroll;
	background-image: url(../images/man-painting.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #0060ad;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.main {
	background-color: #FFFFFF;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.nav-col {
	color: #FFFFFF;
	background-color: #000066;
	padding-top: 8px;
	padding-bottom: 8px;
}

.blue-text {
	color: #0033FF;
}

.footer {
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}


.logo-box {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 7px;
	background-color: #FFFFFF;
}
.contact-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00CC33;
	border: 2px solid #000000;
}
.link {
	color: #FFFFFF;
}
.logo-box-bot {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 7px;
	padding-left: 7px;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/logo-bot.jpg);
	background-repeat: no-repeat;
	background-position: 8px top;
}
.logo-box-bot-space {

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 20px;
}
.logo-box-bot-spaceright {


	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 7px;
}
.maingrey {

	background-color: #CCCCCC;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 3px;
	float: left;
	padding-left: 6px;
	padding-top: 3px;
	width: 172px;
}
.nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	float: left;
	padding-left: 6px;
	padding-top: 3px;
	width: 172px;
}
.nav a:hover {
	text-decoration: none;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF616B;
	float: left;
	padding-left: 4px;
	padding-top: 3px;
	background-color: #03F;
	width: 172px;
}
.nav a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	float: left;
	padding-left: 4px;
	padding-top: 3px;
	width: 172px;
}
.whitetext {
	color: #FFF;
	text-decoration: none;
}

