/*
 *  MARKUP
 */ 
 
body {
	margin: 0;
	font-size: 75%;
	text-align: center;
	background: #000000 url(http://localhost/fotoshoot/images/bg.gif) repeat-x;
	color:#FFFFFF;
	font-family: trebuchet ms, tahoma, verdana, sans-serif;
}

h1 {
	display: block;
	font-size: 2.5em;
	font-family: trebuchet ms, tahoma, verdana, sans-serif;
	font-weight: normal;
	margin: 0 0 0.5em 0;
	line-height: 1em;
	color: #ff7709;
}

a	{
	text-decoration: none;
	color: #ff7709;
}

legend {
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

#smalltxt {
	font-size: 75%;
}

/*
 *  LAYOUT
 */ 

#wrapper {
	width: 720px;
	margin: 0 auto;
	background: url(/images/bg.gif);
}

#menu	{
	width: 720px;
	height: 25px;
	margin-top: 25px;
}

#background {
	float: left;
	width: 700px;
	padding: 10px;
	background: #ffffff;
}

#content {
	float: left;
	text-align: left;
	width: 388px;
	min-height: 300px;
	padding: 40px 20px 10px 30px;
	background: url(/images/contentbg.gif) repeat-y;
}

#fotoshoot {
	float: left;
	text-align: left;
	width: 650px;
	min-height: 300px;
	padding: 40px 20px 10px 30px;
	background: #000 url(/images/contentbg.gif) repeat-y;
}

/* Fix min-height for Internet Explorer */
* html #content {
	height: 300px;
}

#tekst {
	float: left;
	width: 240px;
	margin: 0px 0px 0px 0px;
	background: black;
	min-height: 270px;
	padding: 70px 10px 10px;
	text-align: left;
}

/* Fix min-height for Internet Explorer */
* html #tekst {
	height: 270px;
}

#video {
	float: left;
	text-align: left;
	width: 700px;
	min-height: 420px;
	padding: 0;
	background: white;
}

* html #video {
	height: 420px;
}



#photo {
	float: left;
	width: 250px;
	margin: 0px 0px 0px 0px;
	background: white;
	margin-left: 10px;
}

#footer{
	float: left; 
	width: 100%;
	text-align: center;
	color: #ccc;
	padding: 15px 0px;
}
	#footer a{
		color: #555;
	}