/* td img {
	display: block;
	} */

body {
	background-color: #53370F;
}

#container{
	width: 900px;
	margin: 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffcc;
	font-size: 11px;
	font-weight: bold;
}

#header{
position:relative;
	height: 130px;
}

#logo{
	float:left;
	height: 130px;
}

/* Menu */
#menu {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #e3d084;
	width: 600px;
	float:right;
	position:absolute;
	top: 107px;
	left: 300px;
}	

#menu-small {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #e3d084;
	width: 560px;
	float:left;
	margin-left:30px;
	margin-top:6px;
}

ul#menu-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}
ul#menu-nav li	{
	width: auto !important;
	width: 5%;
	float: left;
	margin: 0;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	margin-right: 1px;	
}

ul#menu-nav li a {
	font-weight: normal;
	height: 20px;
	display: block;
	padding-left: 9px;
	padding-right: 9px;
	text-decoration: none;
	color: #e3d084;
	margin-left: 3px;
	white-space: nowrap;
	font-weight: bold;
}
ul#menu-nav li span a {
	color: #ffffcc;
}

ul#menu-nav li a:hover {
	color: #ffffcc;
}

#content-container {
	position: relative;
	width: 900px;
	height: 475px;
}

/* Content Right Side */	
	
#transbox {
	position:absolute;
	left:500px;
	top:51px;
	width:375px;
	height:403px;
	background-image: url(images/translucent.png) !important;  /* Mozilla only */
	background-repeat: repeat !important;				/* Mozilla only */
    background-color: transparent !important;           /* Mozilla only */
    background-image: none;                             /* IE only */
    background-color: #ffffff;                          /* IE only */
    filter:alpha(opacity=81);                           /* IE only */
}

#content {
	position:relative;
	left:10px;
	top:2px;
	width:355px;
	height:392px;
	filter: none;
	-moz-opacity: none; 
	opacity: none;
	overflow: auto;
	padding-top: 0px;
}

.icongroup1{
}

#windowshade {
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	left:500px;
	top:25px;
	width:375px;
	height:26px;
	background-image: url(images/translucent.png) !important;  /* Mozilla only */
	background-repeat: repeat !important;				/* Mozilla only */
    background-color: transparent !important;           /* Mozilla only */
    background-image: none;                             /* IE only */
    background-color: #ffffff;                          /* IE only */
    filter:alpha(opacity=81);                           /* IE only */
}

#windowshade h1 {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #53370F;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 5px;
	float: left;
	clear: none;
	filter: none;
	-moz-opacity: none; 
	opacity: none;
}
	
.iconspan{
	margin-right: 12px;
	margin-top: 6px;
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
	float: right;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	line-height: 1.4em;
}

/* Content Left Side */

#windowshadeleft {
	position:absolute;
	margin-top:0px;
	left:25px;
	top:25px;
	width:375px;
	height:26px;
	background-image: url(images/translucent.png) !important;  /* Mozilla only */
	background-repeat: repeat !important;				/* Mozilla only */
    background-color: transparent !important;           /* Mozilla only */
    background-image: none;                             /* IE only */
    background-color: #ffffff;                          /* IE only */
    filter:alpha(opacity=81);                           /* IE only */
}

#windowshadeleft h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #53370F;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 5px;
	float: left;
	clear: none;
}	
	
#transboxleft {
	position:absolute;
	left:25px;
	top:51px;
	width:375px;
	height:403px;
	background-image: url(images/translucent.png) !important;  /* Mozilla only */
	background-repeat: repeat !important;				/* Mozilla only */
    background-color: transparent !important;           /* Mozilla only */
    background-image: none;                             /* IE only */
    background-color: #ffffff;                          /* IE only */
    filter:alpha(opacity=81);                           /* IE only */
}

#contentleft {
	position:relative;
	left:10px;
	top:2px;
	width:355px;
	height:392px;
	filter: none;
	-moz-opacity: none; 
	opacity: none;
	overflow: auto;
}


#contentleft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	line-height: 1.4em;
}

#contentleft a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #53370f;
	text-align: left;
	line-height: 1.4em;
}

#contentleft a:hover {
	color: #CC6600;
}

#content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	line-height: 1.4em;
}

#content table.form {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	filter: none;
	-moz-opacity: none; 
	opacity: none;
}

/* Footer */

div#footer{
	text-align:right;
	margin-top: 5px;
	font-size: 16px;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
}
	
#footer a, .copyright a {
	text-decoration: none;
	color: #e3d084;
}
	
#footer a:hover, .copyright a:hover {
	color: #ffffcc;
}
	
.copyright    {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
}
