/********************************************
  HTML
********************************************/
* {
    margin:0;
    padding:0;
}
body {
    background: url(/img/bg.jpg) repeat-x;
    font-family: arial,verdana;
    font-size: 9pt;
    line-height: 150%;
    color: #003300;
    text-align: center;
}
a,
a:link,
a:visited,
a:active {
    cursor: pointer;
    outline: none;
    color: #000;
}
h1, h2, p, table, ul, ol {
    margin-bottom: 20px;
}
h1{
	font: bold 9pt Arial;
}
h1, p, table{
	padding: 0px;
	margin: 0 5px 0 5px;
}
img {
    border: 0;
}
th, td {
    vertical-align: top;
    text-align: left;
}
label{
	float: left;
	width: 50%;
	height: 19px;
	font-weight: bold;
}
input{
	float: right;
	width: 140px;
}
textarea{
	float: right;
	width: 140px;
	height: 70px;
}
/********************************************
  GENERAL CLASSES
********************************************/
.breaker {
    clear: both;
}
.button{
	width: 80px;
	height: 18px;
	background: #9c0;
	font: normal 10px Arial;
	color: #fff;
}
.button:hover{
	cursor: pointer;
	border: 2px inset #dcdcdc;
}
/********************************************
  LAYOUT
********************************************/

/* container */
#container {
    margin: 83px auto 0 auto;
    width: 600px;
    text-align: left;
}

#header{
	margin: 0 0 5px 0;
	width: 600px;
	border-bottom: 1px solid #fff;
}

/* headder - logo*/
#header #logo{
	width: 600px;
}

/* headder - menu*/
#header #menu {
	width: 600px;
}
#header #menu ul{
	margin: 0;
	padding: 0;
	with: 100%;
	list-style: none;	
}
#header #menu ul li{
	margin: 1px;
	float: left;
	width: 98px;
	height: 20px;
	background: url(/img/menu_bg.jpg) no-repeat;
}
#header #menu ul li a{
	margin: 2px 0 0 5px;
	height: 15px;
	display: block;
	color: #000;
	font: bold 9px Arial;
	text-decoration: none;
	text-transform: uppercase;
}
#header #menu ul li a:hover{
	color: #fff;
}

/* main */
#main{
	margin: 0;
	width: 600px;
	height: 250px;
}

/* main - content*/
#main #left{
	float: left;
	width: 400px;
	height: 100%;
	overflow: auto;
	background: #9c0;
}
#main #left #fotoalbum img{
	margin-left: 5px;
	max-width: 180px;
}
#main #left a{
	text-decoration: underline;
}
#main #left a:hover{
	text-decoration: none;
}
#main #left #form{
	width: 95%;
}
#main #left #form #left{
	float: left;
	width: 50%;
}
#main #left #form #right{
	float: right;
	width: 50%;
}

/* main - right */
#main #right{
	position:relative;
	float: right;
	width: 200px;
	height: 250px;
}
#main #right img{
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 250px;
}
#main #right ul li {
	float:left;
	position:absolute;
	list-style: none;
}
#main #right  ul li.show {
	z-index: 1;
}


#footer{
	width: 600px;
	font: bold 11.4px Arial;
	text-align: right;
}

#footer span,
#footer p, 
#footer a {
    font-weight: normal;
    color: #9c0;
    margin: 0;
}

#footer p, 
#footer a {
    margin-top: 5px;
    text-decoration: none;
}

#footer .footerLeft{
	float: left;
	width: 400px;
	text-align: left;
}
#footer .footerRight{
	float: right;
	width: 200px;
	text-align: right;
}