/*Purpose: undo some of the default styling of common (X)HTML browsers */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:small; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
/* more varnish stripping as necessary... */

a{
	color:#000000;
}

body {
	color:#000000;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

dd{
	margin:0 0 0 20px;
	text-align:justify;
}

dl{
	line-height:150%;
	margin:10px 15px;
}

h1 {
	font-size:220%;
	line-height:130%;
	margin:0px 0 0 10px;
}

h2 {
	clear:both;
	font-size:140%;
	line-height:160%;
	margin:10px 0 0 10px;
}

h2.sidebar {
	display:none;
}

p {
	line-height:150%;
	margin:10px 20px 10px 20px;
	text-align:justify;
}

ul.left {
	float:left;
	line-height:200%;
	list-style-position:inside;
	list-style-type:square;
	margin:0 0 0 15px;
	width:300px;
}

ul.right {
	float:left;
	line-height:200%;
	list-style-position:inside;
	list-style-type:square;
	margin:0 0 0 15px;
	width:300px;
}

.contentlist li {
	line-height:150%;
	list-style:square;
	margin:10px 10px 10px 54px;
}

#address {
	color:#000000;
	margin:0 auto;
	width:500px;
}

#album-thumbs a {
	display:block;
	float:left;
	padding:6px;
	width:84px;
}

#album-thumbs a img {
	width:62px;
}

#album-thumbs img {
	border:1px solid #000000;
	padding:4px;
}

#album-thumbs li {
	float:left;
}

#company {
	clear:both;
	font-size:100%;
	font-weight:bold;
	margin:10px auto 0 auto;
	width:500px;
}

#container {
	margin:0px auto;
	width:500px;
}

#content {
	float:left;
	width:500px;
}

/*[BEGIN]Contact page Info*/
#content3 {
	margin:0 auto;
	text-align:right;
	width:500px;
}

#content3 input {
	border:1px solid #000000;
	width:192px;
}

#content3 li{
	margin:1px 0 3px 0;
}

#content3 p {
	text-align:center;
}

#content3 textarea {
	border:1px solid #000000;
	height:70px;
	vertical-align:top;
	width:191px;
}

#content3 ul{
	margin:0 auto;
	width:255px;
}

/*[END]Contact page Info*/
#copyright {
	clear:both;
	padding:10px 0 3px 0;
	text-align:center;
}

#divider_rule {
	display:none;
}

#dropshadow{
	display:none;
}

#footer {
	margin:0px auto;
	width:500px;
}

#footer_nav {
	display:none;
}

#gallery {
	margin:10px auto 0 auto;
	text-align:center;
	width:316px;
}

#header {
	display:none;
}

#header2 {
	display:none;
}

#headerimg {
	display:none;
}

#imgcount{
	clear:both;
	margin:0 0 0 35px;
}

#main_content {
	float:left;
	margin:0 auto;
	width:500px;
}

#navcontainer{
	display:none;
}

#navlist{
	display:none;
}

#sidebar {
	display:none;
}

#thumbs {
	margin:10px auto 0 auto;
	width:384px;
}

#topbar {
	display:none;
}
