body {
	margin: 0px;
	padding: 0px;
	font-family: "Gill Sans", Verdana, Helvetica, sans-serif;
	background-color: #627968;
	color: black;
	font-size: 14px;
}


a:link.web, a:visited.web {
font-family: "Gill Sans", Verdana, Helvetica, sans-serif;
/* color: #663433;  1.29.09  */
color: #14a;
text-decoration: none;
}

a:hover.web, a:active.web {
font-family: "Gill Sans", Verdana, Helvetica, sans-serif;
text-decoration: underline;
}

a:link, a:visited {
font-family: "Gill Sans", Verdana, Helvetica, sans-serif;
/* color: #663433;  1.29.09  */
color: #14a;
text-decoration: none;
}

a:hover, a:active {
font-family: "Gill Sans", Verdana, Helvetica, sans-serif;
text-decoration: underline;
}

#MainBox {
height: auto;
}

#nav, 
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav { padding: auto;}

#nav a {
	display: block;
	text-decoration: none;
	font-size: .9em;
	color: #fff;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#nav a:hover {
	color: white;
	text-decoration: none;
	/* background-color: 669933;  as of 1.30.09  */
	background-color: #14a;
	height: 14px;
}

#nav li {
	float: left;
	color: #fff;
	/* width: 9em; */
}

#nav li ul {
	position: absolute;
	width: 80px;
	left: -999em;

}

#nav li ul a {
	width: 125px;
	text-align: left;
	font-size: 25px;
	color: #22617b;
	padding: 1px 15px;
	border-top: 0px none #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background-color: 669999;
}

#nav li:hover ul { left: auto; }

#nav li:hover ul, 
#nav li.sfhover ul {
	left: auto;
	background: #fff;

}



#navbar {
	width: 750px;
	height: 19px;
	margin: 0px;
	padding: 0px;
	background-color: #22617b;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-family: "Gill Sans", Verdana, Helvetica, sans-serif;
	}

.smaller {
	font-size: 12px;
	color: #dddddd;
}
h2 {
	font-size: 1.5em;
	color: #663433;
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	font-size: 1.1em;
	color: #22617b;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h4 {
	color: #663433;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.ArtPrice {
	font-size: 14px;
	color: #000;
	margin-bottom: 3px;
	padding-bottom: 3px;
	text-align: center;
}
form {
	font-size: 14px;
	color: #000;
}
.ArtTitle {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	padding: 0px 3px;
}
.medium {
	color: #000;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
}


.copyright {
	font-size: 18px;
	font-weight: 900;
	filter: alpha(opacity=25);
	color: #000000;
        -moz-opacity: .25;
        opacity: .25;
		padding-left:5px;
        padding-top: 75px;
}
.copyrightshort {
        font-size: 18px;
        font-weight: 900;
        filter: alpha(opacity=25);
	color: #000000;
        -moz-opacity: .25;
        opacity: .25;
		padding-left:5px;
        padding-top: 25px;
}

#LeftNav {position:relative;
width:193px;
height:225px;
z-index:5;
left: 11px;
font-size: .95em;

}





/*
BEST DJS CSS */
@charset "ISO-8859-1";

/* TAGS  */

*{margin:0;padding:0}
#top{
	width:750px;
	margin:0;
 z-index:99;
	height:130px;
	position:relative;
}
#header{
	background:#fff;
	position:relative;
	z-index:5;
	padding:10px;
	border-top:5px solid #000;
}

#footer{
margin-bottom: 40px;
font-size: .9em;
text-align: right;
border-top: 1px solid black;
padding: 0 15px 0 0;
margin-left: 300px;
}

#header h1,#footer p{
	border:1px solid #000;
	padding:25px;
	text-align:center;
}
#outer{
	position:relative;
	width:780px;
	clear:both;
	z-index:4;
}
#left,#right{
 width:200px;
 z-index:1;
	float:left;
	margin: 0;
	display:inline;
}
#right{
margin:0 5px 0 0;
float:right;
}

.box
{
border: 1px black solid;
background-color: 083e56;
padding: 3px;
color: #AA7FD6;
font-size: 1.1em;
font-weight: bold;
text-align: center;
width: 146px;
margin: 0 0 10px 0;
}

.phone {
	padding: 5px;
	margin: 0px;
	font-size: 1.1em;
	font-weight: bold;
}

#right .box {float:right;}


/* DIV */

#MainTextBox {
	height: auto;
	width: 500px;
	float:left;
	margin:0 0 0 10px;
	padding: 0px;
	display:inline;
	position:relative;
	z-index:1;
}


#MainText {
	font-family: "Gill Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #e1e1e1;
	background-color: #12303a;
	width: 1003px;
	margin: auto;
	background-image: url(images/full_background_smaller.jpg);
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	height: 921px;
	background-repeat: no-repeat;
}

#wrapper {
	font-family: "Gill Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 750px;
	padding-top: 210px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	margin:0 auto;
	padding:0;
	text-align:left;
	z-index:1;
	position:relative;
	background-color: #ffffff;
	border: 4px double black;
}



/* CLASSES  */

.Headings {
/* background-color: #00131d; */
/* OLD COLOR
	color: #999900;
*/
	color: #4D8294;
	font-size: 2.25em;
	margin: 25px 0px;
	font-weight:bold;
}

.HomeHeadings {
	background-color: #000;
	color: #999900;
	font-size: 2.25em;
	margin: 25px 0px;
	font-weight:bold;
}


.djBox {
/*	background-color: #000000; */
	display: block;
	margin-bottom: 10px;
	height: auto;
	width: 520px;
/*padding: 25px;*/
/* border: 1px solid #aeaeae;*/
	}

.HomeTextBox {
	display: block;
	margin-left: 200px;
	margin-top: 220px;
	height: auto;
	width: 520px;
	}

.djText {
	clear: none;
	left: 20px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-size: 100%;
}




.djImage {
margin: 0px 10px 3px 0px;
float: left;
}

.djInquiry {
border: 1px solid black;
padding: 7px;
color:#999900;
background-color: #353535;
}

.djName {
font-size: 1.25em;
/* OLD COLOR
	color: #999900;
*/
	color: #4D8294;
font-weight: bold;
}

#map a {color: #6d96a1}

#footer {clear:both;}

.reddot {color: #ff0000; font-size: 1.25em;}

