body{
text-align:center;
}

#content {
width:100%;
clear:both; 
}

#left_images {
height: 100%;
float: left;
margin: 0;
padding: 0;
}

#right_image {
width: 600px;
height: 100%;
margin-left: 50px;
padding: 0;
float: left;
text-align:left;
}

a img.vendor { border: 1px black solid;}
a:visited img.vendor { }
a:hover img.vendor { border: 1px #EB7A40 solid; }

.sitetext{
font-family:arial;
font-size: 12px;
font-weight: none;
color: #EB7A40;
}

.sitetextbold{
font-family:arial;
font-size: 12px;
font-weight: bold;
color: #EB7A40;
}

.errortext{
font-family:arial;
font-size: 12px;
font-weight: none;
color: red;
}

.error{
font-family:arial;
font-size: 12px;
font-weight: bold;
color: red;
}

a:link {
	color: #EB7A40;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #EB7A40;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #7A7A7A;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}


a.admin:link {
	color: #7A7A7A;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.admin:visited {
	color: #7A7A7A;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.admin:hover {
	color: #EB7A40;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

}
.loginLink {
	color: #d0d0ce;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
    background-color: transparent;
    text-decoration: none;
    border: none;
    cursor: pointer;
    cursor: hand;
}

