﻿html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, img, ol, ul, li, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:link, a:visited, a:hover {
    text-decoration:none;
    color: #666666;
}

html
{
    font-family: Verdana;
    font-size: 10pt;
    color: #666666;
    background-color: white;
}

#container {
    width: 800px;
    margin: 40px auto;
}

#header 
{
    margin-bottom: 20px;
}

#sidebar {
    float: left;
}

#menu, #submenu, #contact, #galleries {
    margin-left: 40px;
}

#contact {
    margin-top: 40px;
    padding-left: 3px;
    line-height: 1.5;
}

#galleries 
{
    margin-top: 120px;
    text-align: center;
}

#mainhome {
    float: right;
}

#main 
{
    width: 520px;
    margin: 0 auto;
    text-align:right;
    clear: both;
}

#picture
{
    min-height: 325px;
    margin: auto;
}

#nextprev {
    margin-bottom: 10px;
}

#selector {
    display: table;
    margin: 30px auto;
    text-align:center;
}

#footer{
    float: right;
    clear: both;
}

.small
{
    font-size: 7.5pt;
}

.thumbnail
{
    padding: 0px 2px;
}

.sideBySidePad {
    padding-left: 8px;
    padding-right: 8px;
}

.leftPad {
    padding-left: 8px;
}
