html, body {
	margin:0px;
	padding:0px;
	height:100%;
}

html {}

body {
  background-color: #74012e;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	margin:0px;
	margin-top:10px;
	margin-bottom:15px;
	padding:0px;
	line-height:18px;
	font-size:18px;
	color:#c6014f;
}

h2 {
}

h3 {
}


a { text-decoration: none; }
a:link { color: #00427C; }
a:visited { color: #00427C; }
a:hover { text-decoration: none; color: #00427C; }


/*---------------------------------------------------------- page */

div#page       { 
	position:relative;
	margin-left:auto; 
	margin-right:auto; 
	width:879px;
	min-height:100%;
	border-top:1px solid #ff0e6e;
	border-left:1px solid #cf0053;
	background-image:url("/images/pageBG.gif");
	background-position:top center;
	background-repeat:repeat-y;
}

div#contentLeft {
	position:relative;
	width:216px;
	float:left;
	background-color:#ffaacb;
}

ul#mainMenu {
	margin:0px;
	margin-top:12px;
	margin-left:27px;
	padding:0px;
	padding-top:2px;
	width:163px;
	background-image:url("/images/mainMenuBorder.gif");
	background-position:top right;
	background-repeat:no-repeat;
	list-style:none;
}

ul#mainMenu li {
	margin:0px;
	padding:0px;
	padding-left:16px;
	height:30px;
	line-height:30px;
	font-size:12px;
	background-image:url("/images/mainMenuBorder.gif");
	background-position:bottom right;
	background-repeat:no-repeat;
}

ul#mainMenu li a {
	color:#c6014f;
	text-decoration:none;
}

ul#mainMenu li a:hover {
	font-weight:bold;
}

ul#mainMenu li.active {
	background-image:url("/images/mainMenuLiBG_active.gif");
	background-position:bottom right;
	background-repeat:no-repeat;
}

ul#mainMenu li.active a {
	font-weight:bold;
}

div#logo {
}

div#contentMid {
	position:relative;
	width:411px;
	min-height:244px;
	float:left;
	line-height:20px;
	padding-top:18px;
	padding-left:30px;
	padding-right:30px;
	background-image:url("/images/contentMidBG.png");
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#ffeef5;
	font-size:12px;
	color:#c6014f;
}

div#pageFoto {
	margin-bottom:24px;
}

div#contentRight {
	width:192px;
	background-color:#ffadce;
	float:left;
}

#footer     { }

/*---------------------------------------------------------- columns */



/*---------------------------------------------------------- modules */





/*---------------------------------------------------------- clear fix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */