body
{
	font-size: 12px;
	font-family: Georgia, Courier, mono;
	background: #FFFFFF;
	color: #666666;
	line-height:18px;
	background-image:url('../images/background.jpg');
	background-repeat: no-repeat;
}

a:link { text-decoration: none; color:#333333; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #333333; }
a:hover { color:#000; text-decoration: underline;}

p 
{
    margin: 0;
	padding: 0;
}

div#textContent
{
    width: 760px;
	height: 460px;
    top: 84px;
    padding-bottom: 20px;
	left: 343px;
    position: absolute;
    background-color: #FFFFFF;
	overflow: auto;
}

div#textContentLeft 
{
    width: 400px;
	height: 55px;
    top: 84px;
    padding-bottom: 20px;
	left: 343px;
    position: absolute;
    background-color: #FFFFFF;
}

div#textContentRight 
{
    width: 400px;
	height: 55px;
    top: 84px;
    padding-bottom: 20px;
	left: 725px;
    position: absolute;
    background-color: #FFFFFF;
}

#content 
{
    height: 100%;
    margin: 0 0 0 335px;
    top: 0;
}

div#imageDescription
{
	width: 385px;
	position: fixed;
	top: 84px;
	background: #FFFFFF;
	font-style: normal;
}

div#images
{
	padding-bottom: 20px;
	padding-top: 157px;
}

.imageNews
{
	margin-bottom: 30px;
	float: left;
}

div#images img
{
	margin-bottom: 30px;
	float: left;
	margin-right: 5px;
}

div#imagesNews
{
	padding-bottom: 20px;
	padding-top: 157px;
}

div#imagesNews img
{
	margin-bottom: 30px;
	margin-right: 5px;
	float: left;
}

div#logo
{
	/*padding-bottom: 17px; */
	padding-bottom: 35px;
	margin-left:-1px;
	z-index: 10000;
}

div#newsDescription
{
	width: 385px;
	position: absolute;
	top: 84px;
	background: #FFFFFF;
}

/********** MENU start**********/
#menu 
{
    width:262px;
    overflow: auto;
    left: 70px;
    position: fixed;
	/* padding-top: 42px; */
	padding-top: 12px;
	top: 0;
	bottom:0;
	z-index: 999;
	height: 90%;
}

#m
{
	background: #FFFFFF;
	padding-bottom: 16px;
	padding-left: 22px;
	padding-right: 22px;
}

.spacer
{
	margin-top: 5px;
	margin-bottom: 5px;
}

#menu a
{
	text-decoration: none;
	color: #666666;
}

#menu ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

#menu ul li.subMenuItem
{
	color: #999999;
	padding-left: 15px;
	font-style: italic;
}

#menu ul a:hover
{
	color: #000;
	text-decoration: underline;
}

#menu ul a.on
{
	color: #000;
	text-decoration: underline;
}

a.on
{
	color: #000;
	text-decoration: underline;
}

p.menuSeparator
{
	font-size: 14px;
}
/********** MENU end**********/

/********** CONTACT start **********/
div#mapContainer
{
	top: 72px;
    left: 600px;
    position: absolute;
}
/********** CONTACT end**********/

/********** LINKS start**********/
div#linksContent1
{
	width: 192px;
	height: 55px;
    top: 84px;
    padding-bottom: 20px;
	left: 343px;
    position: absolute;
    background-color: #FFFFFF;
}

div#linksContent2
{
	width: 192px;
	height: 55px;
    top: 84px;
    padding-bottom: 20px;
	left: 559px;
    position: absolute;
    background-color: #FFFFFF;
}

div#linksContent3
{
	width: 192px;
	height: 55px;
    top: 84px;
    padding-bottom: 20px;
	left: 795px;
    position: absolute;
    background-color: #FFFFFF;
}
/********** LINKS end**********/

div#footerInfo
{
	width: 600px;
	height: 20px;
	position: fixed;
	top: 570px;
	left: 90px;
	font-size: 10px;
	z-index: 1000;
}

/********* ADMIN start **********/

#editContent
{
	width: 600px;
	margin: 0 auto;
	border: 1px solid #000000;
	padding: 10px;
	background-color: #f0f0f0;
}

label
{
	width: 150px;
	float:left;
}

p.field 
{
	MARGIN-LEFT: 120px;
}

p.button 
{
	margin-left: 330px;
	width: 25px;
}

p.buttons 
{
	margin-left: 225px;
	width: 200px;
}

#success
{
	color: blue;
}

#adminHeader
{
	width: 500px;
	font-size: 20px;
	margin: 0 auto;
	text-align: center;
	text-indent: 100px;
}

table
{
	border: 1px solid #000000;
	border-collapse: collapse;
	margin: 0 auto;
}

td
{
	border: 1px solid #000000;
	padding: 4px;
}

tr
{
	border: 1px solid #000000;
	padding: 4px;
}

th
{
	border: 1px solid #000000;
	padding: 4px;
	background-color: gray;
	color: #ffffff;
}

div#adminNavigation
{
	width: 300px;
	float:left;
}
div#editContent
{
	float:left;
	margin-top: 35px;
}
/********* ADMIN end **********/