/************************layout***********************/

body {
	text-align: center;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	
}
#site {
	margin:0px auto;
	width: 792px;
}

#sitecontent {
	background-image:url(images/site_bg.gif);
	/*background-color:#CCCCCC;*/
	width: 792px;
}

#header {
	background-image:url(images/header.jpg);
	height: 148px;
	width: 792px;
}
#nav {
	background-image:url(images/temasbg.jpg);
	height: 545px;
	width: 170px;
	_width: 170px;
	float: left;
	clear: left;
}

#nav2 {
	background-image:url(images/temasbg.jpg);
	height: 750px;
	width: 170px;
	_width: 170px;
	float: left;
	clear: left;
}

#nav2x {
	background-image:url(images/temasbg.jpg);
	height: 810px;
	width: 170px;
	_width: 170px;
	float: left;
	clear: left;
}

#info {
	background-image:url(images/contentbg.gif);
	padding-top:10px;
	height: 535px;
	_width: 621px;
	width: 621px;
	float: left;

}

#infox {
	background-image:url(images/contentbg.gif);
	padding-top:10px;
	height: 800px;
	_width: 621px;
	width: 621px;
	float: left;

}

#info_small {
	background-image:url(images/contentbg.gif);
	padding-top:10px;
	height: 535px;
	_width: 621px;
	width: 621px;
	float: left;

}

#footer {
	width: 792px;
	float: left;
	clear:left;
}

#fcont {
	margin-left:8px;
	width:589px;
	_width:589px;
	}

#fNavBar {
	padding-top:22px;
	} 
	
TD.fNavBar {
	padding-top:8px;
	}
	
TD.sitecontent {
	background-image:url(images/site_bg.gif);
	background-color:#CCCCCC;
	}

/*****************text styles*****************/

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	color:#006699;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#003366;
}

.smallText {
font-size:9px;
}

.minititle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	margin-top:0px;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
}

/***************************links**********************/

a, a:link {
	font-size: 10px;
	color: #0000CC;
}

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


#nav a, a:link, a:visited {
	text-decoration:none;
	}
	
#nav a:hover {
	background-color:#FFFFFF;
	}