@charset "utf-8";
/* CSS Document */
body {
	/*background-color:#000;*/
	background-image:url(../layout_img/background.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 1000px;
	height:670px; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../layout_img/tabac.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -320px 0 0 -500px;
}
#header {
	width:920px;
	height:65px;
	float:right;
	margin-left: 0px;
	background-image: url(../layout_img/enviroment.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainContent {
	width:528px;
	height:545px;
	float:left;
	background-image: url(../layout_img/content.png);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
	font-weight: normal;
	margin: 0px;
	left: 80px;
	position: relative;
}
#mainContentIndex {
	width:528px;
	height:585px;
	float:left;
	background-image: url(../layout_img/content.png);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 60px;
	font-weight: normal;
	margin: 0px;
	left: 80px;
	position: relative;
}
#PhotoContent {
	width:548px;
	height:545px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*margin-left: 80px;*/
	
	margin-left: 80px !important; /* Style for FF */
	/*/* FF ignores next line. Don't remove this comment! */*/
	margin-left: 80px !important; /* Style for IE7 */
	margin-left: 40px; /* Style for IE6 */
	
	background-image: url(../layout_img/content.png);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 60px;
	font-weight: normal;
}
#menu {
	width:272px;
	height:585px;
	float:right;
	background-image: url(../layout_img/puppet.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer {
	width:1000px;
	height:20px;
	float:left;
	font-size: 12px;
	text-align: center;
	font-family: "Trebuchet MS";
	color: #EEE;
}
#foto {
	float:left;
	padding-right: 15px;
}
img {border:none;}
h1 {
	font-size: 36px;
	color: #00CCFF;
}
h2 {
	font-size: 24px;
	color: #00CCFF;
}
h3 {
	font-size: 16px;
	color: #00CCFF;
}
a:link {
	color: #00CCFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CCFF;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
}
/*#footer a:link {
	color:#000000;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #000;
}
#footer a:hover {
	text-decoration: underline;
	color:#FF00FF;
}
#footer a:active {
	text-decoration: none;
	color: #FF00FF;
}*/
.buttons a {
	color:#FFFFFF;
	padding-left: 0px;
	display: block;
	margin-top: 15px;
	font-weight: normal;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

.buttons a:hover {
	text-decoration:none;
	color:#00CCFF;
	font-weight: normal;
}
#bt {
	border:2px solid #666;
	background-color:#00CCFF;
	color:#FFFFFF;
	font-weight: bold; }

