html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: verdana, tahoma, sans;
	background-color: black;
	color: #929497;
	font-size: x-small;
}

img, table, td a {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 0;
}

a {
    text-decoration: none;
	color: #929497;
}

a:hover {
    color: white;
}

a.current {
    color: #f15a24;
}

#layout {
	position: relative;
	margin: 0 60px;
	width: 800px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
    float: left;
    _float: none;
}

#header {
	padding-top: 60px;
	padding-bottom: 30px;
}

#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 55px;
	clear: both;
}

#menu li {
	float: left;
	padding: 0;
	margin: 0;
	padding-right: 7px;
}

#content {
	padding-bottom: 100px;
	clear: both;
	float:left;
}

table {
    clear: both;
    overflow: hidden;
}

#content h2 {
    font-size: medium;
    color: white;
    margin: 0;
}

#content p {
    margin: 3px 0;
    line-height: 1.3;
}

#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding-bottom: 50px;
	left: 0;
}


.gallery-preview-pic {
    width: 150px;
    height: 100px;
    float: left;
    margin: 1px 1px 0 0;
    background: #c1c1c1 url('imgbg.png') center no-repeat;
}

.photo-preview-pic {
    width: 110px;
    height: 75px;
    background: #c1c1c1 url('imgbg.png') center no-repeat;
}

.full-pic {
    background: #c1c1c1 url('imgbg.png') center no-repeat;
}

input.text, textarea {
    border: 1px #e5e5e5 solid;
    border-top-color: #b1b1b1;
    border-left-color: #b1b1b1;
    font-size: x-small;
}

input.text {
    height: 15px;
    width: 174px;
}

textarea {
    width: 301px;
    height: 144px;
}

p.form-field {
    padding: 2px;
}

input.button {
    color: #f15a24;
    border: 0;
    background-color: black;
    font-size: x-small;
    padding: 0;
    margin: 0;
    width: 100px;
    padding-right: 20px;
    cursor: pointer;
    text-align: left;
}

input.special {
    display: none;
}

div.contacts {
    padding-bottom: 50px;
}


