html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
	background-color: #fff;
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-y;
	background-position: center top;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a3a3a;
}

img {
    border: none;
}

#globalWrapper {
    text-align: center;
    height: 100%;
}

#mainTable {
    margin: auto;
    border: none;
    border-collapse: collapse;
    width: 916px;
    height: 100%;
    text-align: left;
}

#header td {
    height: 311px;
    background-image: url('../img/top_logo.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding: 0;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

p {
	margin: 0;
	padding-bottom: 20px;
}

.main {
	color: #3a3a3a;
	font-size: 14px;
	padding: 14px;
    vertical-align: top;
}

.main .submit, .main .textbox {
	font-size: 14px;
}

.main .textbox, .main textarea {
	border: 1px solid #aaa;
}

.main .textbox {
	padding-left: 1px;
}

.main .textbox.inpm {
	border-left: 2px solid #f33;
	padding-left: 0;
}

.menu_left {
	background-image: url('../img/menu_separator.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	padding: 14px;
    width: 105px;
    vertical-align: top;
    white-space: nowrap;
}

.menu_left ul, .menu_left li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li.start {
    margin-top: 1em;
}

.menu_left a {
	font-size: 16px;
	color: #3a3a3a;
	text-decoration: none;
	line-height: 20px;
}

/* feedback.jsp */
#tfc {
	width: 90%;
}

#tfc tr, #tfc .errorMsg {
	padding-bottom: 10px;
}

#tfc .errorMsg {
	text-align: center;
}

#captcha .feedbackText {
	text-align: right;
}

#captchaCell, #captchaCell table {
	text-align: left;
}

#captchaImgCell {
	text-align: right;
	padding-right: 20px;
}

#captchaTextCell {
	text-align: left;
}

#forCheck .feedbackText, #textRow .feedbackText {
	text-align: right;
	vertical-align: top;
}

#forCheck .copy, #textRow .copy {
	text-align: left;
	width: 80%;
}

#forCheck .copy input {
	width: 95%;
}

#textRow .copy textarea {
	width: 95%;
}

.submitCell {
	text-align: center;
}

/* gallery.jsp */
.gallery {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.gallery li {
	margin: 5px 5px 10px 5px;
	padding: 0;
	border: 3px solid rgb(160, 186, 221);
}

.gallery table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
}

.gallery .image {
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 5px;
	vertical-align: middle;
	cursor: pointer;
}

.gallery img {
	margin: auto;
}

.gallery h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
}

.gallery .description {
	vertical-align: middle;
	margin: 0;
	padding: 5px;
	background: rgb(235, 239, 248);
}
