
* {
	padding:0px;
	margin:0px;
}

BODY{

}

.Main{
	width:900px;
	margin-right:auto;
	margin-left:auto;
}

.Header{
	background:url('../SiteImages/Gradient.png');
	background-position:top center;
	background-repeat:no-repeat;		
}

.Logo{
	background:url('../SiteImages/Logo.png');
	background-position:top left;
	background-repeat:no-repeat;	
	width:1013px;
	height:209px;
}

.Navigation{
	width:900px;
	height:30px;	
}

.WhiteSpace{
	height:50px;
	width:900px;
}

.Content{
	width:900px;
	font-family:verdana;
	font-size:9pt;
}

#WelcomeContainer{
	width:900px;
	background-color:#F0F6FD;
	
}

#HomeImageContainer{
	width:244px;
	float:left;
}


#HomeImage{
	margin-right:25px;
	margin-left:25px;
	margin-top:19px;
	margin-bottom:19px;
	border:1px solid #A9A9A9;
}


#WelcomeContent{
	float:right;
	width:656px;
	margin-bottom:20px;
}

#WelcomeHeader{
	width:625px;
	height:28px;
	background-color:#D4D7DB;
	text-align:right;
	margin-right:23px;
	margin-top:19px;
	font-size:18pt;
	font-weight:bold;
	padding-right:5px;
	margin-bottom:10px;
}

#WelcomeText{

}

.WhiteSpace2{
	height:20px;
}

#FeaturedHomeContainer{
	width:900px;
	min-height:250px;
}


#FeaturedHome{
	width:737px;
	float:right;
}

#FeaturedHomeHeader{
	width:714px;
	height:33px;
	background-color:#E2ECFA;
	text-align:right;
	margin-right:23px;
	font-size:20pt;
	font-weight:bold;
	padding-right:5px;
	margin-bottom:10px;
}

#FeaturedHomeImage{
	width:275px;
	float:left;
}
#FeaturedHomeImage IMG{
	border:1px solid #A9A9A9;
}

#FeaturedHomeText{
	width:462px;
	float:right;
}


.ArtPieceContainer{
	width:900px;
}

.ArtPiece{
	
}

.ArtPieceHeader{
	width:900px;
	height:25px;
	text-align:right;
	font-size:12pt;
	font-weight:bold;
	padding-right:5px;
	margin-bottom:10px;	
}

.ArtPieceImage{
	width:500px;
	float:right;
}
.ArtPieceImage IMG{
	border:1px solid #A9A9A9;
	float:right;
}
.ArtPieceText{
	width:390px;
	float:right;
	padding-right:10px;
	float:left;
}

.ArtSpotter{
	background-color:#F0F6FD;
	border: 1px  solid black;
	margin-right:auto;
	margin-left:auto;
}

.ArtSpotter TD{
	color:black;
	padding:2px;
}

.ContactUs{
	background-color:#F0F6FD;
	border: 1px  solid black;
	margin-right:auto;
	margin-left:auto;
}

.ContactUs TD{
	color:black;
	padding:2px;
}

.searchTable{
	background-color:#F0F6FD;
	border: 1px  solid black;
	margin-right:auto;
	margin-left:auto;
}
.searchTable td{
	color:black;
	padding:2px;
}
.searchTable th{
	background-color:#70A3E8; 
	color:white; 
	font-weight:bold; 
	padding:3px;
	font-size:12pt;
}

.searchResults{
	font-family:arial,helvetica;
	font-size:10pt;
	color:black;
}

.searchResults a{
	color:#091192;text-decoration:none;
}
.searchResults a:hover{
	color:#70A3E8;
}


.FooterContainer{
	background:url('../SiteImages/FooterGradient.png');
	background-position:top center;
	background-repeat:no-repeat;
	height:100px;
	width:900px;
}

.FooterText{
	padding-top:60px;
	width:900px;
	text-align:center;
	font-family:verdana;
	font-size:9pt;	
}
.FooterText A{
	color:#010741;
	text-decoration:none;
}
.FooterText A:hover{
	color:#6A805B;
	text-decoration:none;
}
.FooterText A:visited{
	color:#010741;
	text-decoration:none;
}


