/* =============== RESET TAGS NEW 0*/ 
a, b, body, br, caption, div, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, i, img, input, label, legend, li, p, select, span, table, td, textarea, th, tr, ul {
	margin: 0px; 
	padding: 0px; 
	border:0px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #666; 
	letter-spacing: 0.07em;
	text-decoration:none; 
}
html, body { 
	height:100%; background:#fff; 
}
body { 
	font-size:100%; 
}
img { 
	display:block; 
}
ul { 
	width:auto; 
	list-style:none; 
}
li a { 
	display:block;
}
@media all {	 
	* html li a { height:1%; }/* This corrects the huge white-space that IE on Windows adds to the bottom of linked list-items (=IE bug) */ 
}
/* =============== END RESET TAGS */

/* font specifics */
h3 {
	width:400px;
	height:9px;
	margin-top:8px; 
	margin-bottom:4px;	 
}	
table td, p{
	font-size: 0.69em;
}

h1 a span, li a span, a span, h2 span, h3 span, .hide{
	display:none;
}
a {
	color: #E541BC;
}
a:hover {
	text-decoration:underline;
}
/* end font specifics */

/* layout elements */
#content-layer {
	width:760px;
}
	#content-layer div.two-cols {
		width:760px;
		float:left;
	}
		#content-layer div.two-cols div.left-col {
			float:left;
			width:245px;
		}
		#content-layer div.two-cols div.right-col {
			float:right;
			width:515px;
		}	
		
	#content-layer div.one-col {
		width:736px;
		margin-left: 24px;
	}
	#content-layer table td {
		margin:0px;
		padding:0px;
		vertical-align:top;
	}
/* end special elements */


/* header specific */
#header-layer {
	padding-bottom:5px;	
	border-bottom:1px solid #999999;
}
#header-layer h1 a {
	display:block; 
	margin-top: 4px;
	margin-bottom: 4px;
	width:310px;
	height:24px;
	background:#fff url(../media/h1.gif) 7px 0px no-repeat; 
}
	/* main-navigation */
	#header-layer div#nav-layer {
		padding-left:7px;
		height:16px;	
		width:579px;
		background:#fff url(../media/bullet_nav.gif) 579px 5px no-repeat;
	}
	#header-layer #navigation li {
		display:block;
		float:left;
		background:#fff url(../media/bullet_nav.gif) 0px 5px no-repeat;
		padding-left:6px;
	}	
		#header-layer #navigation li a {
			display:block;
			float:left;
			height:16px;	
		}	
			#navigation li#nav-home a {
				background:#fff url(../media/nav_home.gif) 0px 2px no-repeat;	
				width:60px;
			}	
				#navigation li#nav-home a:hover, body#home #navigation li#nav-home a {
					background:#fff url(../media/nav_home.gif) -60px 2px no-repeat;	
				}	
			#navigation li#nav-evelijn a {
				background:#fff url(../media/nav_evelijn.gif) 0px 2px no-repeat;	
				width:150px;
			}	
				#navigation li#nav-evelijn a:hover, body#evelijn #navigation li#nav-evelijn a {
					background:#fff url(../media/nav_evelijn.gif) -150px 2px no-repeat;	
				}
			#navigation li#nav-philosophy a {
				background:#fff url(../media/nav_philosophy.gif) 0px 2px no-repeat;	
				width:92px;
			}	
				#navigation li#nav-philosophy a:hover, body#philosophy #navigation li#nav-philosophy a {
					background:#fff url(../media/nav_philosophy.gif) -92px 2px no-repeat;	
				}	
			#navigation li#nav-recentwork a {
				background:#fff url(../media/nav_recentwork.gif) 0px 2px no-repeat;	
				width:83px;
			}	
				#navigation li#nav-recentwork a:hover, body#recentwork #navigation li#nav-recentwork a {
					background:#fff url(../media/nav_recentwork.gif) -83px 2px no-repeat;	
				}	
			#navigation li#nav-work a {
				background:#fff url(../media/nav_work.gif) 0px 2px no-repeat;	
				width:62px;
			}	
				#navigation li#nav-work a:hover, body#work #navigation li#nav-work a {
					background:#fff url(../media/nav_work.gif) -62px 2px no-repeat;	
				}		
			#navigation li#nav-contact a {
				background:#fff url(../media/nav_contact.gif) 0px 2px no-repeat;	
				width:87px;
			}	
				#navigation li#nav-contact a:hover, body#contact #navigation li#nav-contact a {
					background:#fff url(../media/nav_contact.gif) -87px 2px no-repeat;	
				}	
	/* end main navigation */
/* end header specifics */

/* special elements */
.clear { display:block; clear:both;} /* is used to force container elements to adjust height to its biggest child (problems in moz/opera) */
html>body .clear { height:1px;  } /* hack: specific for non-IE browsers */
/* end special elements */	
