
html {
	height: 100%;
	}
body, td {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}

body {
	margin: 0;
	padding: 0;
	background: url(/img/bodybg2.png) top left fixed #d61d09;
	text-align: center; /* IE */
	height: 100%;
	}

td, th {
	font-size: 10px;
	}
th {
	font-weight: bold;
	}
a {
	color: #d61d09;
	text-decoration: none;
	padding: 0 4px;
	}

a:hover {
	color: #84d8f8;
	opacity: .3;
	background: #000;
	}

#main {
	margin: 0 auto;
	width: 768px;
	text-align: left;
	background: url(/img/bg.png) top left repeat-y transparent;
	}

#leftbar {
	background: #000;
	width: 166px;
	float: left;
	height: 100%;
	background: url(/img/dj.png) bottom center no-repeat #000;
	border: 2px solid #000;
	border-bottom: 0;
	border-top: 0;
	position: fixed;
	top: 0;
	}

#logo {
	background: url(/img/logo.png) top center no-repeat;
	width: 250px;
	height: 143px;
	position: fixed;
	text-indent: -8192px;
	margin: 0 -50px;
	border: 0;
	z-index: 1;
	}
#logo a {
	width: 250px;
	height: 143px;
	display: block;
	}
#logo a:hover {
	opacity: 1;
	background: none;
	}
#scrollhide {
	position: fixed;
	margin-left: 170px;
	width: 598px;
	background: url(/img/bodybg2.png) top left fixed #d61d09;
	height: 32px;
	}
#menu {
	margin: 32px 0 0 166px;
	width: 534px;
	height: 90px;
	background: url(/img/party.png) left bottom no-repeat #000;
	border: 2px solid #000;
	border-left: 0;
	padding-left: 64px;
	font-size: 12px;
	position: fixed;
	}

#menu li {
	list-style: none;
	float: left;
	margin: auto 8px;
	height: 90px;
	}

#menu a {
	padding: 69px 4px 6px;
	display: block;
	text-decoration: none;
	height: auto;
	}

#content {
	border: 2px solid #000;
	border-left: 0;
	border-top: 0;
	margin: 126px 0 0 166px;
	float: left;
	width: 582px;
	background: url(/img/_party2.png) center left no-repeat #fff;
	padding: 8px;
	}

#content #left {
	float: left;
	width: 49%;
	}

#content #right {
	float: right;
	width: 49%;
	}

#copyright {
	float: right;
	text-align: center;
	width: 576px;
	height: 14px;
	margin: 8px 8px 8px 0;
	border: 2px solid #000;
	background: #fff;
	}

h1 {
	background: url(/img/party.png) bottom right no-repeat;
	border: 2px solid black;
	margin: 0;
	color: #fff;
	padding: 2px;
	font-size: 12px;
	}

table#fotos {
	}

table#fotos td {
	text-align: center;
	vertical-align: middle;
	width: 20%;
	}

table#fotos a {
	opacity: .5;
	border: 0;
	}

table#fotos a:hover {
	opacity: 1;
	background: transparent;
	}

#modal {
	background: #000;
	opacity: .3;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 98;
	}

.bigimg {
	position: absolute;
	border: 2px solid #84d8f8;
	visibility: hidden;
	z-index: 99;
	}

table.formlist {
    width: 50%;
	margin: 0 auto;
    }
table.formlist th {
    text-align: right;
    }
table.formlist input,
table.formlist select {
    width: 100%;
    border: 1px solid #000;
    background: transparent;
    }
table.productlist th,
table.productlist td {
    width: 25%; /* same story */
    }

textarea {
    border: 1px solid #000;
    background: transparent;
    width: 100%;
    margin: 0 auto;
	font: 10px verdana, arial, sans-serif;
    }
#guestbook input {
	border: 3px double #000;
	}
#guestbook input.fout {
	background: red;
	color: #fff;
}
#guestbook textarea {
	border: 3px double #000;
}
table.formlist select {
    background: #fff;
    }
table.formlist input.selected,
textarea.selected {
    background: #fff;
    }
fieldset {
    border: 3px double #000;
    margin-bottom: 16px;
    text-align: center;
    padding: 4px;
background: #fff;
    }
fieldset p {
    width: 50%;
    margin: 0 auto;
    text-align: left;
    }

legend {
    font-weight: bold;
    font-size: 120%;
    color: #000;
    }

div.submit {
    text-align: right;
    padding: 0 2px;
    clear: both;
    }

input.submit {
    border: 3px double #000;
    background: #fff;
    }
.required {
    padding-right: 16px;
    background: url(/img/required.png) top right no-repeat;
    }

.missing {
    color: #ff0000;
    font-weight: bold;
    }

.error, .success {
    padding: 8px 72px;
    }
.error ul li, .success ul li {
    list-style-type: square;
    }
.error {
    background: url(/img/error.png) center left no-repeat;
    }
.success {
    background: url(/img/success.png) center left no-repeat;
    }


