body {
	font-family: Arial, sans-serif;
	background-color: #BEBEBE;
	color: #333333;
	padding: 20px 0px 0px;
	font-size: small;
	text-align: center;
	
}
#pagelayout
{
	margin: auto;
	width: 75%;
	position: relative;
}

#eviehead
{
	font-size: 4em;
	text-align: left;
	font-weight: bold;
	padding-top: 5;
	padding-left: 10;
	border:none;
	color: #fff;
	
}
a.eviehead:link, a.eviehead:active, a.eviehead:visited, a.eviehead:hover
{
	text-decoration : none;
	color: #fff;

}

#pichead
{
	background: url(../images/pichead.jpg);
	height: 170px;
}

#navigation
{
	height: auto;
	color: #fff;
	font-size: medium;
	padding: 0.5em;
	text-align: left;
	float: right;
	width: 35%;
	margin-top: 0.5px;
	margin-bottom: 0.5px;
	font-weight: bold;


}

li.navigation
{
	list-style-type: none;
	border-top: thin none #FFF;
	border-bottom: thin solid #FFF;
	margin: 0px;
	padding: 5px 2px;
	text-indent: 0pt;

	
}

a:link, a:active, a:visited
{
	text-decoration : underline;
	color: #000000;

}

a:hover
{
	text-decoration : underline;
	color: #990000;
	font-weight: bold;
}

a.navigation:link, a.navigation:active, a.navigation:visited
{
	text-decoration : none;
	color: #fff;

}

a.navigation:hover
{
	text-decoration : underline;
	color: #ff0;
}

#bothead
{
	background: url(../images/bothead.jpg);
	background-repeat: no-repeat;
	height: 11px;
	background-position: center;
	padding: 0.05em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#newsbox
{
	border-color: #202020;
	border-style: solid;
	border-width: thin;
	width: 65%;
	height: auto;
	left: 0px;
	background: #FFF;
	text-align: left;
	margin-bottom: 0.5em;
	padding: 1em;
	margin-top: 0.5em;
}
#pic1box
{
	border-color: #202020;
	border-style: solid;
	border-width: thin;
	width: 100%;
	height: auto;
	left: 0px;
	background: #FFF;
	text-align: left;
	margin-bottom: 0.5em;
	padding: 1em;
	margin-top: 0.5em;
}

#eviebox
{
	border-color: #202020;
	border-style: solid;
	border-width: thin;
	height: auto;
	right: 0px;
	background: #FFF;
	text-align: left;
	padding: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 100%;
}
#pic2box
{
	border-color: #202020;
	border-style: solid;
	border-width: thin;
	height: auto;
	right: 0px;
	background: #FFF;
	text-align: left;
	padding: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

#picbox
{
	border-color: #202020;
	border-style: solid;
	border-width: thin;
	height: auto;
	right: 0px;
	background: #FFF;
	text-align: left;
	padding: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 100%;
	height: auto;
}


#quotebox
{
	border-color: #202020;
	border-style: solid;
	border-width: thin;
	height: auto;
	right: 0px;
	background: #FFF;
	text-align: left;
	padding: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 100%;
}
#paintbox
{
	border-color: #202020;
	border-style: solid;
	border-width: thin;
	height: auto;
	right: 0px;
	background: #FFF;
	text-align: left;
	padding: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

#buyingworkbox
{
	border-color: #202020;
	border-style: solid;
	border-width: thin;
	height: auto;
	right: 0px;
	background: #FFF;
	text-align: left;
	padding: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 150px;
	float: left;
}

#footer
{
	border: 0px solid #666;
	background-color: #202020;
	color: #fff;
	bottom: 1px;
}

.imgspacing
{
	border: 1px solid #202020;
	margin-right: 10px;
}

.imgspacingleft
{
	border: 1px solid #202020;
	margin-right: 10px;
	float: left;

}
.imgspacingright
{
	border: 1px solid #202020;
	margin-right: 10px;
	float: right;
}
div.container {		position: relative;
						top: 0px;
						height: 410px;
						width: 100%;
						overflow: none;	
						margin: 0 auto;   /* align for good browsers */
						text-align: left; /* counter the body center */
						border: 0px solid #000;
}


div.main {
	position: absolute;
	left: 200px;
	margin-top: 0.5em;
	height: 450px;
	width: 90%;
	overflow-x: auto;
	border: 0px solid #666;
	background-color: #BEBEBE;
}

html div.main{
	overflow-y: hidden; 
	overflow-x: auto;
}