/**** css by miss monorom www.intensivstation.ch ***
css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en*/
BODY
{
	background-color: #FF6600;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin-top: 5px;
	background-repeat: repeat-x;
	background: url(../images/trama1.jpg) repeat;
}
A
{
	color: #FFF;
}
A:visited
{
	color: #4266B0;
}
A:hover
{
	color: #FFF;
}
A:active
{
	color: #4266B0;
}
P, PRE
{
	color: #838483;
	padding: 5px 15px;
	margin: 0px;
}
.floatleft
{
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}
.floatright
{
	float: right;
	margin-left: 7px;
	margin-bottom: 7px;
}
.clearboth
{
	clear: both;
}
/*----------container to center the layout--------------*/
#top
{
	width: 766px;
	height: 405px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	z-index: 1;
}
/*-----------------contenedfor--------------------*/
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 726px;
	background: #DD4545 url(../images/barra2.jpg) repeat-y;
	overflow: hidden;
	position: relative;
	z-index: 99;
}
#container2
{
	padding: 0px;
	margin: 0px 0px 0px 10px;
	width: 100%;
}
/*-----------------contenedor--------------------*/
#centro
{
	width: 500px;
	margin-left: 205px;
/*background-color: Aqua;*/
}
/*--------------left navi-------------*/
#left
{
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
/*-----------footer---------------------------*/
#footer
{
	clear: both;
	width: 726px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/footer.jpg) no-repeat;
}
#footer A
{
	color: #BABEC2;
}
#footer A:visited
{
	color: #BABEC2;
}
#footer A:hover
{
	color: #CBCED2;
}
#footer A:active
{
	color: #CBCED2;
}
