html,body
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: verdana, arial;
	font-size: 12px;
	color: #000;
	background: url('layout/bck.png');
	line-height: 15px;
	
}

#perimiter
{
	position: relative;
	margin: 0 auto;
	background:url('layout/bg.png') center top no-repeat; 
}
#content
{
	position: relative;
	width: 897px;
	margin: 0 auto;
	
	background:url('layout/main_bck.png'); 
	background-repeat: no-repeat;
	background-color: #f7f7f7;
	
}
#header
{
	position: relative;
	width: 897px;
	top: 9px;
	height: 206px;
	margin: 0 auto;
	background: url('layout/header.png');
	background-repeat: no-repeat;
}

#menu
{
	position: relative;
	margin: 0 auto;
	background: url('layout/menu_bck.png');
	background-repeat: no-repeat;
	width: 897px;
	height: 52px;
}
.menubutton 
{	
	position: relative;
	
	height: 52px;
	
	padding-left: 15px;
	padding-right: 15px;
	background: url('layout/menu_on.png');
	background-repeat: repeat-x;
}
#menu td 
{
	position: relative;
	height: 52px;
	padding-left: 15px;
	padding-right: 15px;
	
}
	

img
{
	border: 0px;
}
.main_index
{
	position: relative;
	top: 0px;
	width: 738px;
	padding-left: 10px;
	padding-top: 10px;
	border-right: 1px solid #eae9d8;
	background: #f9f9f9;
	
}

.main_other
{
	position: relative;
	top: 0px;
	width: 717px;
	padding-left: 10px;
	padding-top: 10px;
	border-right: 1px solid #eae9d8;
	border-left: 1px solid #eae9d8;
	background: #f9f9f9;
	
}
.logot
{
	position: relative;
	top: 20px;
	width: 158px;
	background: #f0f0f0;
	
}
.logos td
{
	width: 158px;
	border-bottom: 1px solid #eae9d8;
	text-align: center;
	padding-bottom: 15px;
	
}
.sidemenu
{
	position: relative;
	top: 0px;
	width: 178px;
	background: #f0f0f0;
}

.sidemenuitems td
{
	position: relative;
	background: url('layout/leftside_menu_bck.png');
	background-repeat: no-repeat;
	width: 177px;
	height: 18px;
}
.sidemenuitems img
{
padding-right: 15px;
}
a
{
	color:#262626;
	text-decoration: underline;
}
a:link
{
	color:#262626;
	text-decoration: underline;
}
a:active
{
	color:#262626;
	text-decoration: underline;
}
a:visited
{
	color:#262626;
	text-decoration: underline;
}
a:hover
{
	color:#203177;
	text-decoration: underline;
}
.sidemenu a
{
	color:#2f2f2f;
	text-decoration: none;
	
}
.sidemenu a:link
{
	color:#2f2f2f;
	text-decoration: none;
	
}
.sidemenu a:active
{
	color:#2f2f2f;
	text-decoration: none;
	
}
.sidemenu a:visited
{
	color:#2f2f2f;,
	text-decoration: none;
	
}
.sidemenu a:hover
{
	color:#008d48;
	text-decoration: none;
	
}


#menu a
{
	
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	
}
#menu a:link
{
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	
}
#menu a:active
{
	
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#menu a:visited
{
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	
}
#menu a:hover
{

	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #008d48;
}	