/* CSS Document */
body{
	margin:0 auto;
	font-family:Arial;
	font-size:12px;
	line-height:20px;
	background:#E9E9E9;
	
	}
#header{
	background: #993300 url(images/header.jpg) no-repeat center;
	width:100%;
	height:66px;
	}
#theme{
	background:url(images/theme_text.jpg);
	margin-top:-63px;
	margin-left:90px;
	width:377px;
	height:23px;
	}
#teuila{
	background:url(images/teuila.jpg);
	margin-top:-63px;
	margin-left:640px;
	width:155px;
	height:185px;

	}
#content{
	margin:0 auto;
	font-family:Arial;
	font-size:12px;
	line-height:20px;
	background:#FFFFFF;
	width:800px;
	/*height:520px;*/
	}

#menu{
	margin-left:20px;
	float:left;
	color:#333333;
	/*#973200;*/
	font-weight:bold;
	font-size:16px;
	text-align:left;
	line-height:50px;
	width:170px;
	border-right:#E9E9E9 1px solid;
	}
#ContentPane{
	margin:0 15px 0 20px;
	float:left;
	width:540px;
	}
#s{
	clear:both;
	margin:40px 15px 0 15px;
	font-family:Arial;
	font-size:12px;
	line-height:20px;
	background:#FFFFFF;
	height:30px;
	}
#footer{
	clear:both;
	background:url(images/tapa.jpg) left repeat-x;
	height:50px;
	width:100%;
	text-align:right;
	font-size:12px;
	margin-right:15px;
	vertical-align:middle;
	}
a:link{
	color:#CCCCCC; text-decoration:none;
	}
a:visited{
	color:#CCCCCC; text-decoration:none;
	}
a:hover{
	color:#CCCCCC; text-decoration:underline;
	}
a:active{
	color:#CCCCCC; text-decoration:none;
	}
.title{
	font-size:16px;
	font-weight:bold;
	color:#902523;
	}
table{
	/*border:#CCCCCC 1px solid;*/
	margin-bottom:15px;
	}
.img{
	border:#CCCCCC 1px solid;
	padding:3px;
	}