@charset "utf-8";
/* CSS Document */

#mother{
	width:100%;
	height:100%;
	z-index:1;
	background-color:#333333;
	background-position:center;
	background-repeat:repeat;
	background-image:url(images/background.jpg);
	background-attachment:fixed;
	margin:0;
	padding:0;
	bottom:0;
	right:0;
	float:none;
	margin-bottom:0;
	max-height:100%;
	padding-bottom:0;
	position:relative;
}

#cont_right{
width:20px;
height:100%;
background-image:url(images/content_side_right.png);
background-position:left;
background-repeat:repeat-y;}

#cont_left{
width:20px;
height:100%;
background-image:url(images/content_side_left.png);
background-position:right;
background-repeat:repeat-y;}

#logo_side_right{
width:20px;
height:140px;
background-image:url(images/logo_side_right.png);
background-position:left;
background-repeat:no-repeat;}

#logo_side_left{
width:20px;
height:140px;
background-image:url(images/logo_side_left.png);
background-position:right;
background-repeat:no-repeat;}

#cont_side_bot_left{
width:20px;
height:19px;
background-image:url(images/content_side_bottom_left.png);
background-position:top;
background-repeat:no-repeat;}

#cont_side_bot_right{
width:20px;
height:19px;
background-image:url(images/content_side_bottom_right.png);
background-position:top;
background-repeat:no-repeat;}

#cont_side_bot_back{
height:19px;
background-image:url(images/content_side_bottom_back.png);
background-position:top;
background-repeat:repeat-x;}

#below_side_right{
width:20px;
background-image:url(images/below_side_right.png);
background-position:left;
background-repeat:repeat-y;}

#below_side_left{
width:20px;
background-image:url(images/below_side_left.png);
background-position:right;
background-repeat:repeat-y;}

#footer_side_left{
width:20px;
height:80px;
background-image:url(images/footer_side_left.png);
background-position:right;
background-repeat:no-repeat;}

#footer_side_right{
width:20px;
height:80px;
background-image:url(images/footer_side_right.png);
background-position:left;
background-repeat:no-repeat;}

#footer_side_back{
height:80px;
background-image:url(images/footer_side_back.png);
background-position:top;
background-repeat:repeat-x;}

#logo_side{
width:100%;
height:143px;
background-image:url(images/logo.png);
background-repeat:no-repeat;
background-position:center;
background-position:top;
position:absolute;}

#v_line{
width:5px;
background-image:url(images/v-line.png);
background-repeat:repeat-y;}

.txt {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-align:justify;
}

.txtWhite {
	font-family: tahoma;
	font-size: 12px;
	color: #ffffff;
}


.footer {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
}

a {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFF00;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #000000;
}
