/*	-> ingedelange.nl
	-> html/css by artform media
	-> comments by ken @ artform media
========================================================================== */

body { background:#fff url('../images/header.jpg') top left no-repeat; }

#layout { position:relative; padding-top:95px; }

#content { 
	position:relative; 
	top:0; right:0; left:0;
	width:100%; 
	height:400px;
	background:#d9d9d9;
	border-top:10px solid #d9d9d9;
	overflow:auto; overflow-y:hidden; 
}
#content img { float:left; }

#text { position:relative; width:600px; padding:20px; text-align:justify; }
#text hr { background:#aaa; border:0; color:#000; height:1px; margin:0 0 10px 0; }
#text a { text-decoration:none; color:#000; }
#text a:hover { text-decoration:underline; }
#text ul { margin:0; padding:0 0 15px 20px; }
#text ul li { list-style-type:disc; }

#footer {
	position:relative; 
	width:100%; 
	height:200px;
	top:20px;
}

/* navigation / menu structure
========================================================================== */
#menu { position:relative; left:20px; margin:0; width:auto; height:50px; }
#menu li { display:block; float:left; }
#menu ul, #menu ul li { list-style:none; margin:0; padding:0; }
#menu a { float:left; height:35px; width:70px; padding:0; margin:0; margin-right:70px; }
#menu a.fashion { background:url('../images/bt-fashion.jpg') center no-repeat; background-position: 0 0; }
#menu a.fashion:hover { background:url('../images/bt-fashion.jpg') center no-repeat; background-position: -70px 0; }
#menu a.contact { background:url('../images/bt-contact.jpg') center no-repeat; background-position: 0 0; }
#menu a.contact:hover { background:url('../images/bt-contact.jpg') center no-repeat; background-position: -70px 0; }
#menu a.about { background:url('../images/bt-about.jpg') center no-repeat; background-position: 0 0; }
#menu a.about:hover { background:url('../images/bt-about.jpg') center no-repeat; background-position: -70px 0; }

/* dropdown menu -> portfolio module
========================================================================== */
#dropdown_menu { position:relative; left:20px; margin:0; width:auto; height:35px; }