﻿/* CSS layout */
body{
	margin-left:10%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6B4702
}
.brown
{
	color: #B67902;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.brown
{
	color:#B67902;
	text-decoration:underline;
}
a.brown:hover
{
	color:#B67902;
	text-decoration:none;
}
.blue
{
	color:#028BD1;
	font-weight:bold;
}
a.blue
{
	color:#028BD1;
	text-decoration:underline;
}
a.blue:hover
{
	color:#028BD1;
	text-decoration:none;
}
.menu
{
	color:#8D8D8D;
	text-transform:uppercase;
}
a.menu
{
	color:#8D8D8D;
	text-decoration:none;
}
a.menu:hover
{
	color:#8D8D8D;
	text-decoration:underline;
}
.copy
{
	color:#8D8D8D;
	font-size:10px;
}
a.copy
{
	color:#8D8D8D;
	text-decoration:none;
}
a.copy:hover
{
	color:#8D8D8D;
	text-decoration:underline;
}
#masthead {
	position: relative;
	width: 100%;
}
#top_left {
	width: 295px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('../images/gradinita-logo-top.jpg');
	height: 136px;
}
#header {
	margin-left: 300px;
	height: 136px;
}
#container {
	position: relative;
	width: 100%;
}
#left_col {
	width: 290px;
	position: absolute;
	left: 0px;
	top: 0px
}
#left_col a {
	color: #993300;
	text-decoration: none;
}
#left_col a:hover {
	color: #880000;
	text-decoration: underline;
}
#left_top {
	background-image: url('../images/3.jpg');
	width: 250px;
	height: 23px;
	color: #33BEF9;
	font-weight: bold;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 45px;
	padding-top: 10px
}
#page_content {
	margin-left: 300px;
}
#pix {
	font-family: Arial;
	font-size: small;
	color: #000080; /*background-color: #F0F0F0;
	border: thin solid #C0C0C0;*/;
	padding: 2px;
	position: relative;
	width: 75%;
	height: 588px;
	float: right;
	overflow: auto;
}
#pix H1 {
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
#pix img {
	border: 1px solid #008800;
	margin: 0px 3px 1px 0px;
	/*padding: 2px;
	background-color: #F5F5F5;*/
}
#right_top {
	background-image: url('../images/new/6.jpg');
	width: 610px;
	height: 24px;
	color: #33BEF9;
	font-weight: bold;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 43px;
	padding-top: 7px
}
#right_green {
	background-image: url('../images/new/9.jpg');
	width: 610px;
	height: 24px;
	color: #33BEF9;
	font-weight: bold;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 43px;
	padding-top: 7px
}
#footer {
	margin-left: 300px;
	text-transform: uppercase;
	text-align: center;
	width: 610px
}
#footer a {
	color: olive;
	text-decoration: none;
}
#footer a:hover {
	color: orange;
	text-decoration: underline;
}
.style1 {
	border-collapse: collapse;
	border: 1px solid #FFFFFF;
}
.style2 {
	border-left: 1px solid #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1px solid #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
