body, table  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333 !important;
}

p {
	text-align: justify;
	line-height: 140%;
}

ul {
	list-style-type: square;
	text-align: left;
	line-height: 160%;
}


div#container { 
	width: 800px;
	border: 1px solid #666;
	background: #900
}

div#head { 
	width: 100%;
	background: #CF6;
	border-bottom: 1px solid #666
}

div#summary { 
	clear: both;
	background: #FFF;
	border-bottom: 1px solid #666;
	padding: 1px 10px 0px 10px;
	letter-spacing: 1px
}

div#col_container { 
	width: 100% !important;
	background: #900;
}

.column { 
	width: 33%;
	background: #900;
	float: left;
	color: #fff;
	padding-left: 2px;
}

div.column p {
	margin-left: 10px;
	width: 90%
}

#quote {
	background: #fff;
	font-style: italic;
	font-size: 14px;
	color: #4c1b66;
	text-align: center;
	border-bottom: 1px solid #666;
	padding: 15px 10px 0px 10px
}

div#quote p {
	text-align: center !important;
}

#source {
	color: #900;
	font-weight: bold;
}
	
.prices {
	border: dashed 3px #900;
	width: 660px;
	text-align: justify;
	line-height: 160%;
	padding: 5px
}

table.prices ul {
	margin-left: -20px;
	padding-bottom: 0px;
}


table.prices li {
	clear: both;
	text-align: left;
}

h1 { 
	font-size: 20px; 
	color: #CF9; 
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	letter-spacing: 3px;
}

h2 { 
	font-size: 18px; 
	color: #4c1b66; 
	font-weight: bold;
	margin: 20px 0px 5px 0px;
	letter-spacing: 1px;
	text-align: left;
}

h3 { 
	font-size: 16px; 
	color: #900; 
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	letter-spacing: 1px;
	text-align: center;
}



a:link { 
	font-weight: bold; 
	color: #900; 
	text-decoration: none
}

a:hover { 
	color: #333; 
	text-decoration: underline
}

a:active { 
	color: #CCC; 
	text-decoration: underline
}

a:visited { 
	font-weight: bold; 
	color: #900; 
	text-decoration: none
}

h1 a:link {  
	color: #CF9; 
	font-weight: normal;
}

h1 a:hover {  
	color: #99C; 
}

h1 a:active {  
	color: #333; 
}

h1 a:visited {  
	color: #CF9; 
	font-weight: normal;
}


img { border: none}

.credit { 
	clear: both;
	background: #CF6;
	color: #262626;
	font-size: 9px; 
	text-align: center; 
	padding: 3px;
	line-height: 150%;
}

div#sample p {
	padding: 10px;
	border: 1px solid #900;
	font-size: 10px;
	letter-spacing: 0px
}

/*Hover Gallery */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
text-decoration: none !important;
font-weight: normal
}

.thumbnail:hover img{

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background: #FFF;
padding: 9px;
left: -1000px;
border: 2px solid #900;
visibility: hidden;
color: #333;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 50;
left: -15px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
