/* ****************************************************************************	*/
/* layout.css	 																*/
/* (CC) 2009 Roman Huditsch. Some Rights Reserved.    							*/
/*   http://creativecommons.org/licenses/by/2.0                   				*/
/* This style sheet is licensed under a Creative Commons License. 				*/
/*																				*/
/* Purpose: Layout style definitions for irene.huditsch.info				 	*/
/* last modified: 2009-08-22													*/
/* ****************************************************************************	*/

@import url(undohtml.css);
@import url(typography.css);

html {
    text-align: center;
    height: 100%;
}

body {
    margin: 0px auto;
    text-align: left;
   	background: #fef6eb;
   	min-height: 100%;
   	position: relative;
}

 /* ********************************************************************************************	*/
 /* Header	                                                                                        */
 /* ********************************************************************************************	*/
 
div#header {
	margin: 0px auto;
	margin-top: 20px;
	height: 195px;
	width: 600px;
	background: url(../images/header-bg.gif) top center;
}

div#header h1 {
	display: none;	
}

p#slogan {
	margin-top: 10px;
	padding-top: 0px;
	float: left;
	width: 160px;
	text-align: right;
}

div#top-nav {
	margin-top: 10px;
	float: left;
	width: 440px;
}

div#top-nav ul {
	margin-left: 280px;
	width: 180px;
	text-align: center;
}

div#top-nav li {
	float: left;
	margin-left: 10px;
	width: 70px;
}

div#top-nav li.seperator {
	float: left;
	margin-left: 0px;
	margin-top: 4px;
	width: 2px;
	border-right: 1px solid white;
}

 /* ********************************************************************************************	*/
 /* Navigation                                                                                      */
 /* ********************************************************************************************	*/

div#nav {
	margin: 0px auto;
	margin-top: 5px;
	height: 45px;
	width: 600px;
	background: url(../images/navigation.gif) top center;
}

div#nav ul {
	padding-left: 20px;
	padding-top: 15px;	
}

div#nav li {
	float: left;
	padding-right: 25px;
	width: 120px;
	background: url(../images/seperator.png) top left no-repeat;	
}

div#nav a {
	text-align: center;	
}

 /* ********************************************************************************************	*/
 /* Content	                                                                                        */
 /* ********************************************************************************************	*/

div#content {
	background-color: white;
	margin: 0px auto;
	margin-top: 5px;
	min-height: 250px;
	width: 600px;
	background: white url(../images/content-top.gif) top center no-repeat;
}

div#main {
	padding: 30px 50px;
	min-height: 250px;
	text-align: justify;
	background: url(../images/content-bottom.gif) bottom center no-repeat;
}

dt {
	background: url(../images/seperator-dt.png) top center no-repeat;	
	font-weight: bold;
	height: 25px;
	padding-top: 25px;	
}

dd {
	margin-bottom: 15px;	
}

 /* ********************************************************************************************	*/
 /* Footer	                                                                                        */
 /* ********************************************************************************************	*/
 
 div#footer {
	margin: 0px auto;
	margin-top: 5px;
	height: 100px;
	width: 600px;
	background: url(../images/footer.gif) top center;
}

div#footer div#address {
	float: left;	
	width: 340px;
	height: 90px;
	padding: 10px;
}

div#footer div#standards {
	float: left;
	width: 210px;
	height: 90px;
	padding-top: 75px;
}


