
@import url(typo.css);
@import url(skin.css);
@import url(menu2.css);

/*===| I. LAYOUT SIZE |====================================================*/
a:focus {
    outline: none;
}
#container, #header, #cont-container, #container-bottom {width: 954px;}
#header {height:302px;}
#left-column {width: 721px;}
#right-column {width: 233px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer, #footer1, .push {height: 46px;}

.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height
	-----------------------------------------------
*/	#wrap-container {	margin: 0 auto -75px;}


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0; padding:0px;}

html, body {height: 100%; width: 100%;}
body {text-align: center;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}
#wrap-container {
	min-height: 100%;
	height: auto !important;
}
#container {
	margin:0 auto;
	text-align: left;}
.div-content{width: 898px; margin: 0px auto;}

#left-column{
	float:left;
	}
#right-column{
	float:left;
}
.ref {
margin:0 auto;
width:940px;
font-size:11px;
color:#000000;
text-align:center;
	}
#footer{
float: left;
width:714px;
font-size:11px;
color:#ffffff;
}
#footer1{
margin:0 auto;
width:940px;
font-size:11px;
color:#ffffff;
}
.digitalage:link, .digitalage:visited{
 color:#ffffff;
 text-decoration: none;
}
.digitalage:hover, .digitalage:active{
 text-decoration: underline;
 color:#a7d4f6;
}

/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}
/* ---| THE END |------------------------- */
