/* CSS Document */
html, body {
    height:100%
}
*, html, body {
    margin:0px; 
	padding:0px;
}
body {
	font:12px Verdana,Arial,sans-serif;
	color:#000000;
	text-align:center;
	background-color: #990000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
img {
    border:0px solid; 
}
#details {
	padding: 5px;
}
#pic {
	margin: 5px;
	padding: 5px;
	border: 1px solid #FFCC33;
}
td, input, textarea, option, select {
    font:12px Verdana, Arial, Helvetica, sans-serif; 
	color:#000000;
}
a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #bd0a08;
	text-align: left;
	padding-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #bd0a08;
	padding-top: 10px;
}
/***********************************************/
/* Basic table                                */
/***********************************************/
#head {
	width: 998px;
	text-align: right;
}
#center {
	background-image: url(../images/bg-bottom.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#tab {
	background-image: url(../images/bg-tab.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 998px;
}
td.bottom01 {
	background-image: url(../images/bottom01.gif);
	background-repeat: no-repeat;
	height: 169px;
	width: 162px;
}
td.bottom02 {
	background-image: url(../images/bottom02.gif);
	background-repeat: no-repeat;
	height: 169px;
	width: 697px;
	text-align: right;
	font-weight: bold;
	color: #f3edcd;
	line-height: 20px;
	vertical-align: top;
}
td.bottom02 a {
    color: #fdca00;
	font-weight: bold;
	text-decoration: none;
}
td.bottom03 {
	background-image: url(../images/bottom03.gif);
	background-repeat: no-repeat;
	height: 169px;
	width: 139px;
}
td.bottom02 a:hover {
    color: #f79700;
	text-decoration: underline;
}
td.left {
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	vertical-align: top;
}
#menu {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	min-height: 500px;
	height: 500px;
	height: auto !important;
	font-weight: bold;
	color: #FFFFFF;
}
#menu p {
	padding-top: 5px;
	padding-left: 35px;
	padding-bottom: 5px;
}
#menu p a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu p a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#sub {
	padding-left: 60px;
	padding-bottom: 10px;
	padding-top: 0px;
}
#sub a {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
}
td.right {
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
td.cenbot {
	background-image: url(../images/center-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	vertical-align: top;
}
#content {
	background-image: url(../images/center-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 637px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
}
#content p {
	line-height: 20px;
	text-align: justify;
}
.red {
	color: #CC0000;
}
#button span {
	display:block;
	background:url(../images/button.png) no-repeat top;
	_background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=images/button.png);
	height: 25px;
	width: 145px;
	font-weight: bold;
	color: #fdca00;
	text-transform: uppercase;
	padding-top: 9px;
	padding-left: 17px;
	position: relative;
	z-index: 20;
	color: #fdca00;
}
#button a {
	display:block;
	background:url(../images/button.png) no-repeat top;
	_background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=images/button.png);
	height: 25px;
	width: 145px;
	font-weight: bold;
	color: #fdca00;
	text-transform: uppercase;
	padding-top: 9px;
	padding-left: 17px;
	position: relative;
	z-index: 20;
	color: #fdca00;
	text-decoration: none;
	cursor: hand;
}
#button a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#line {
	background-color: #FFCC00;
	height: 1px;
	width: 630px;
}
#design {
    height: 30px;
}
.design {
	color: #FF9900;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
a.design {
	color: #FF9900;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
a.design:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}
input, textarea, option, select  {
	border-bottom: #6C4A1E 1px solid;
	border-right: #6C4A1E 1px solid;
	border-top: #6C4A1E 1px solid; 
	border-left: #6C4A1E 1px solid; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FEFDF4;
}
.but {
	border-bottom: #6C4A1E 1px solid;
	border-right: #6C4A1E 1px solid;
	border-top: #6C4A1E 1px solid;
	border-left: #6C4A1E 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC0000;
	font-weight: bold;
}
.inputb {
    width: 200px;
}
