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

/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header {width: 739px;}
#header {height:264px;}
#left-column {width: 199px;}
#right-column {width: 540px;}

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


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


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

* {margin: 0;}

html, body {height: 100%; width: 100%;}
body {text-align: center;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}

#right-column img{
 border: 1px solid #55aec7;
}
#right-column h1 img{
 border:none;
}

#wrap-container {
	height: auto;}
	
#container {
	margin:0 auto;
	/*	display:table;*/
	text-align: left;}
#header {
float: left;
/*	text-indent: -9999em;*/}
#left-column{
	float:left; }
#right-column{
	float:left;
	}
.ref { display: none;
		position: absolute;
		top: -10000px;
	}
#footer {
  clear: both;
  width: 100%;
  color:#007291;
	padding: 0;
  font-family: Arial;  }

.digitalage:link, .digitalage:visited{
 color:#007291;
 text-decoration: none;
}
.digitalage:hover, .digitalage:active{
 color:#004774;
 text-decoration: underline;
 }


/*	--- Important! -----------------------------------
	If you want space between paragraphs or headers, 
	use padding instead of margin.
	-------------------------------------------------*/

/* ===| III. CONTENT ELEMENTS |===============================================*/

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