/* body */
body {
  background-color: #787469;
}

body, h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #89827c;
}

a {
color:#FF8800; 
text-decoration:none; 
}

a:hover { 
color:#000000; 
text-decoration:none; 
}


img{
	border: 0px;
}
/* layout */
#layout{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 872px;
	height: 518px;
	margin-top: -259px; 
	margin-left: -436px;
	background-image: url(../img/bg.gif);
}
#content{
	position: absolute;
	width: 398px;
	height: 411px;
	left: 30px;
	top: 68px;
}
#menu{
	position: absolute;
	width: 105px;
	height: 93px;
	left: 584px;
	top: 380px;
}
/*footer*/
#footer{
	position: absolute;
	top: 519px;
	left: 30px;
	font-size: 11px;
color: #cccccc;
}
#footer a, #footer a:visited {
	color: #cccccc;
	text-decoration: none; 
  }
#footer a:hover {
	color: #cccccc;
	text-decoration: underline;
}

#divLeftControl {  
	position:absolute; 
	left: 0px; 
	bottom: 20px;
}

#divRightControl {
	position:absolute;
	left: 385px;
	bottom: 20px;
}

#divContainer {
	position:absolute;
        bottom: 0px;
	width:350px;
	height:80px; 
	left: 30px; 
	overflow:hidden; 
	clip:rect(0,319,1284,0); 
	visibility:hidden
}

#divContent {
	position:absolute;
	width:530px;
	height:80px;
	top:0; 
	left:0; 
	background:#F4EEE0;
}

#divContent a img {
	border:0;
	margin:0 5px 0 5px;
	padding:0px;
}

#divContent a {
	margin-right:2px;
	padding:0px;
	float:left;
}

#sub1Div,
#sub2Div,
#sub3Div,
#sub4Div,
#sub5Div,
#sub6Div {
position:absolute;
visibility:hidden;
top:103px;
width:400px;
background-color: #F4EEE0;
}

.title {
font-weight:bold;
}

.projectright {
position:absolute;
right: 50px;
}

.projectright1 {
position:absolute;
right: 50px;
width:250px;
text-align:justify;
}

/* Form */

label.left
{
    float            : left;
    text-align        : right;
    width            : 5em;
    margin-right    : .3em;
}

input.right
{
    float                    :    left;
    width                    :    auto;
    clear                    :    both;
    margin-left                :    5.3em;
    margin-right            :    .3em;
}

input[type=submit].right
{
    margin-left                :    6.3em;
}


form br
{
    clear                    :    both;
}

form
{
    line-height                :    140%;
}

fieldset {
	border: 0;
}