/*

<!--[if lt IE 7.]>
<script defer type="text/javascript" src="includes/css/iefix.css"></script>
<![endif]-->

The following terms are defined as:

    * gt = selects greater than
    * lt = selects less than
    * gte = selects greater than or equal to
    * lte = selects less than or equal to
    * ! = selects everything except what directly follows the "!" (the "!" character must be placed directly before the beginning of the CC term value, and is not obeyed if it appears elswhere in the term.)
*/

body {
	margin: 0;
	padding: 0;
	font: normal 12px arial;
	color: #666666;
	text-align: center;
	line-height: 15px;
	background: #FFFFFF url(../../images/bg.gif) repeat-x top left;
}
img {
	border: 0;
}
#wrap{
	position: relative;
	width: 756px;
	margin: 0 auto;
	text-align: left;
}
div#menu {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 2;

}
div#menu #first {
	margin: 0 0 100px 0;
	padding: 0;
}
#topmenu {
	position: relative;
	padding: 9px 0 10px 0;
	text-align: right;
	z-index: 1;
}
#content {
	height: 550px;
	margin: 0 0 0 182px;
}
#content #main-column p{
	margin: 0;
	padding: 20px;
}
#right-column {
	width: 171px;
	font: normal 11px arial;
}
#right-column a {
	font: normal 11px arial;
	text-decoration: none;
}
#right-column a:hover {
	font: normal 11px arial;
	text-decoration: underline;
}
#right-column .thumb {
	 margin: 0 0 10px 0;
}
.banner {
	margin: 25px 0 30px 0;
}
a {
	font: normal 12px arial;
	color: #666666;
	text-decoration: underline;
}
a:hover	{
	font: normal 12px arial;
	color: #666666;
	text-decoration: none;
}

a.greenarrow {
	font: bold 11px arial;
	color: #457346;
	text-decoration: none;
	background: transparent url(../../images/greenarrow.gif) no-repeat top right;
	padding: 0 7px 0 0;
}
a.greenarrow:hover	{
	font: bold 11px arial;
	color: #457346;
	text-decoration: underline;
	background: transparent url(../../images/greenarrow.gif) no-repeat top right;
	padding: 0 7px 0 0;
}
.note {
	font: normal 11px arial;
}
.gallery {
	font-size: 11px;
	line-height: 12px;
	margin: 0 0 0 5px;
}
.gallery img {
	padding: 1px;
	border: 2px solid #d3d3d3;
}
/* footer */
#footer {
	padding: 10px;
	border-top: 1px solid #b2b2b2;
	font: normal 11px arial;
	color: #457346;
	line-height: 22px;
	margin-bottom: 30px;
}
#footer ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer ul li {
	display: inline;
	border-left: 1px solid #457346;
	padding: 0 9px 0 11px;
}
#footer ul li.first {
	padding-left: 0;
	border: 0;
}
#footer ul a {
	font: normal 11px arial;
	color: #457346;
	white-space: nowrap;
	text-decoration: underline;
}
#footer ul a:hover {
	font: normal 11px arial;
	color: #457346;
	white-space: nowrap;
	text-decoration: none;
}
#copyright {
	font: normal 11px arial;
	color: #666666;
	text-align: center;
}
#copyright a {
	font: normal 11px arial;
	color: #666666;
	text-decoration: underline;
}
#copyright a:hover {
	font: normal 11px arial;
	color: #666666;
	text-decoration: none;
}
#clasament {
	width: 95%;
	margin-left: 20px;
}
#clasament th {
	background-color: #e9e9eb;
}
#clasament td {
	background: transparent url(../../images/bg_td.gif) repeat-x left top;
}
