@charset "iso-8859-2";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	background:#000	
}
.menu{
	background:#000 url(images/menu.jpg) no-repeat center;
	width:250px;
	height:400px;
	text-align:center;
}
.menuItem{
	font-variant:small-caps;
	font-weight:bold;
	font-size:15px;
	color:#000;
	cursor:pointer;
	line-height:24px;
	width:162px;
	margin-top:2px;
}
.menuItem:hover{
	color:#900;
	background:url(images/menuitem.jpg) center no-repeat;
	line-height:23px;
	border-bottom:1px solid #900
}
.main{
	background:url(images/bgmain.jpg) center repeat-y;
	width:701px;
	height:500px;
}
.content{
	margin-left:50px;
	margin-right:50px;
	margin-top:-280px;
	margin-bottom:-165px;
	z-index:-1	
}
.footer{
	background:#000;
	height:120px;
	text-align:center;
}
.contact{
	color:#CCC;
	padding-left:40px;
	padding-right:40px;
	font-size:12px;
	margin-top:-20px
}
.contactHead{
	border-bottom:#999 1px solid;
	font-variant:small-caps;
	font-size:13px;
	text-align:center;
	margin-bottom:2px
}
.contact a {
	color:#FFF;
	text-decoration:none
}
.contact a:hover{
	color:#CCC;
}
.pHead{
	font-variant:small-caps;
	font-size:16px;
	text-align:center;
	margin-bottom:32px;
	font-weight:bold
}
.pHeadTable{
	font-variant:small-caps;
	font-size:16px;
	text-align:center;
	font-weight:bold
}
a{
	color:#900;
	text-decoration:none;
}
a:hover{
	color:#F00;
	text-decoration:underline;
}
p{
	text-align:justify;
	z-index:5
}
.tCellDesc{
	border-right:1px solid #000;
	padding-right:10px;
	color:#333
}
.tCell{
	padding-left:10px
}

.iNormal{
	width:400px;
	background:#F7F7F7;
	border:2px solid #634f36;
	color:#AAAAAA;
	padding:2px;
	text-align:left;
	font-style:italic;
}
.iNormal:hover{
	border:2px solid #816a4c;
}
.iNormalActive{
	width:400px;
	background:#F7F7F7;
	border:2px solid #634f36;
	color:#000;
	padding:2px;
	text-align:left;
}
.iNormalActive:hover{
	border:2px solid #CCCCCC;
}
.iSuccess{
	width:400px;
	background:#F7F7F7;
	border:2px solid #0C0;
	color:#060;
	padding:2px;
	text-align:left;
}
.iSuccess:hover{
	border:2px solid #0F0;
}
.iFailure{
	width:400px;
	background:#F7F7F7;
	border:2px solid #900;
	color:#900;
	padding:2px;
	text-align:left;
}
.iFailure:hover{
	border:2px solid #F00;
}
.iSubmit{
	width:350px;
	background:#b5966a;
	border:2px solid #e1d1b7;
	border-bottom:2px solid #816a4c;
	border-right:2px solid #816a4c;
	font-variant:small-caps;
	color:#534836;
}
.iSubmit:hover{
	background:#c4a67b;
	border:2px solid #816a4c;
	border-bottom:2px solid #000;
	border-right:2px solid #000;
	font-variant:small-caps;
	color:#382818;
}
.gbName{
	font-size:14px;
	width:400px;
	border-bottom:1px solid #900;
	text-align:left;
	font-weight:bold
}
.gbMessage{
	width:400px;
	font-family:Georgia, "Times New Roman", Times, serif;
	resize:vertical;
	background:transparent;
	border:none;
	text-align:left
}
.gbDate{
	width:400px;
	text-align:right;
	font-size:12px;
	border-top:1px solid #000;
}
