body {
    font-family: Verdana, Arial, Helvetica, Sans;
    font-size: 10pt;
    background-color: #505050;
    cursor: default;
    text-align: center;
}

/*Needed for Firefox 3 or red line/dot appears*/
a:focus, a:hover, a:active, a:visited {
    outline: none;
    border: 0px;
}

#container {
    width: 900px;
    height: 650px;
    margin: 20px auto;
    background-color: #999999;
}

#top {
    height: 75px;
    background-color: #666;
}

#title {
    position: relative;
    width: 700px;
    height: 25px;
    margin: auto;
    padding-top: 15px;
    text-align: center;
    color: #333333;
}

#menu {
    position: relative;
    width: 700px;
    height: 25px;
    margin: auto;
    padding-top: 5px;
    text-align: center;
}

#middle {
    height: 455px;
    border: 1px solid #999999;
    text-align: left;
}

#middleLower {
    height: 550px;
    border: 1px solid #999999;
    text-align: left;
}

#galleryNameContainer {
    position: relative;
    text-align: left;
    margin-top: 80px;
    margin-left: 50px;
    height: 20px;
    width: 800px;
    background-color: #444444;
}

#galleryName {
	color: #999999;
    letter-spacing: 2pt;
    font-size: 0.9em;
	margin-left: 5px;
}

#imageContainerOuter {
    position: relative;
    height: 320px;
    width: 800px;
    background-color: #666666;
    margin-top: 0px;
    margin-left: 50px;
    overflow-x: scroll;
}

#galleryImageContainer, #defaultImageContainer {
    width: 100%;
	height: 100%;
	margin: 0px;
	text-align: center;
}

#galleryImage, #defaultImage {
	outline: none;
	border: 0px;
}

#imageContainerInner {
    position: relative;
    border: 1px solid #eeeeee;
    width: 650px;
}

#imageList {
    height: 295px;
}

#imageList td {
    padding: 15px 40px 25px 40px;
}

.smallImage {
    width: 240px;
	border: 0px;
	outline: none;
}

#statement, #purchase, #whatsnew {
    position: relative;
    height: 320px;
    width: 700px;
    margin-top: 15px;
    margin-left: 90px;
	line-height: 1.5em;
}
p.statementContent {
	padding-bottom: 10px;
}

p.statementTitle {
	font-size: 1.5em;
	color: #bbbbbb;
	padding-top: 10px;
	padding-bottom: 0px;
}

p.purchaseHeading, p.whatsnewDate {
	font-size: 1.5em;
	color: #bbbbbb;
	padding-top: 10px;
	padding-bottom: 10px;
}

p.purchaseContent, p.whatsnew {
	padding-top: 0px;
	color: #333333;
}

p.whatsnew {
	padding-bottom: 20px;
}


table.purchaseTable, td.purchaseTable 
{
	border: 1px solid gray;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, Sans;
    font-size: 10pt;
}

table.purchaseTable {
	margin-top: 10px;
}

a.title, a:link.title, a:visited.title, a:hover.title {
	text-decoration: none;
	outline: none;
	color: #333333;
}

a.contact, a:link.contact, a:visited.contact {
	color: #dddddd;
	text-decoration: none;
	border: 0px;
}

a:hover.contact {
	color: #dddddd;
	text-decoration: underline;
}

#lower {
    height: 95px;
    margin: 0px;
    text-align: center;
}

#gallertList {
    position: relative;
    margin-top: 0px;
}

.galleryTitle {
    color: #333333;
    letter-spacing: 2pt;
    font-size: 0.9em;
    font-weight: bold;
}

.galleries {
    color: #222222;
    font-size: 0.9em;
}

span.currentGallery {
	color: #ffffff;
	margin: 0px 10px;
}

.galleries a {
    text-decoration: none;
    color: #222222;
	margin: 0px 10px;
}

.galleries a:hover {
    text-decoration: underline;
    color: white;
}

#bottom {
	position: relative;
	top: 0px;
    background-color: #222222;
    text-align: center;
    padding: 6px 0px 6px 0px;
    font-size: 0.8em;
    color: #666666;
}

#title1 {
    color: #ffffff;
    letter-spacing: 5pt;
    font-size: 1.3em;
    line-height: 1.5em;
}

#title2 {
    color: #aaaaaa;
    letter-spacing: 3pt;
    font-size: 1.3em;
}

#titleMenu {
    color: #999999;
    letter-spacing: 2pt;
    font-size: 0.9em;
}

#titleMenu a {
    text-decoration: none;
    color: #999999;
}

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

span.currentTitle {
	color: #ffffff;
}
