body  {
        font                    : 86% Verdana, Arial, Helvetica, sans-serif;
  	font: 11pt/1.26 "Gill Sans", sans-serif;
  	font: 11pt/1.26 Neue, "Helvetica", sans-serif;

        margin                  : 0;
        padding                 : 0;
        color                   : #CFCBC2;
        height                  : 100%;
        background-position     : bottom;

        background-color        : #333333;
        background-repeat       : repeat-x;
        background-position     : bottom center;

}
a:link{
        color: #FFffff;
	text-decoration:none;
}
a:visited{
        color: #FFffff;
	text-decoration:none;
}
a:hover{
        color: #CFCBC2;
}
#header a:link{
  font: 13pt/1.26  Neue, Helvetica, sans-serif;
   color: #fff;
	text-decoration:none;
}
#header a:visited{
  font: 13pt/1.26  Neue, Helvetica, sans-serif;
        color: #FFF;
	text-decoration:none;
}
#header a:hover{
  font: 13pt/1.26  Neue, Helvetica, sans-serif;
        color: #fff333;
	text-decoration:none;
}
#container{
        width   : 950px;
        margin  : 0 auto;
        border  : 0px solid #000000;
        margin-top: 0px;
        margin-bottom:15px;
}
#header{
   width:950px;
   height:150px;
   text-align:center;
   background-image: url('graphics/3P_header.png');
}

#titlebar{
        text-align:center;
        width: 939px;
        height: 50px;
        background-image: url('graphics/GUI_Titlebar.png');
}
#sideTitle{
        color		: #6EBCFF;
        text-align	: center;
        height		: 25px;
        width		: 327px;
        background-image: url('graphics/GUI_SideHeader.png');
}
#titlemessage{
        vertical-align  : middle;
        text-align  		: center;
        color           : #6EBCFF;
        font            : 155% Chochin,sans-serif;
        padding         : 5px;
}
#contentsMain{
        margin: 25px;
}
#contentsLeft{
        margin          : 0 auto;
        width				: 326px;
        height          : 549px;
        float           : left;
        background-image: url('graphics/GUI_Side.png');
}
#contentsRight{
        margin		: 0 auto;
        float		: left;
        width           : 612px;
        height		: 548px;
        background      : #333333;
	margin-left	: 5px;
        #border-right	: thin double #9F9060;
        #border-bottom	: thin double #9F9060;
        #overflow	: auto;

}
.developer{
	height:51px;
	padding: 3px;
        font            : 86% Verdana, Arial, Helvetica, sans-serif;
        width		: 350px;
    	border		: solid 1px #E5E5E5;
        background	: -webkit-gradient(linear, left top, left 25, from(#000000), color-stop(4%, #333333), to(#000000));

        margin-left	: 20px;
	margin-bottom   : 5px;
}

