@import url("http://yui.yahooapis.com/2.6.0/build/reset-fonts-grids/reset-min.css");

html {
	font-size: 62.5%;
}

body {
	background-color: #111111;
	color: white;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	margin: 1em;
}

#container {
	width: 100%
}

#flashcontent {
	margin-left: -1em;
	margin-right: -1em;
}

#nav_bar {
	float: right;
	margin: 1em 0em 1em auto;
	//height: 80px;
}
#nav_bar li {
	float: left;
	list-style-type: none;
	margin: 0 0 0 2em;
}	

#title, #nav_gallery, #nav_blog, #nav_myspace, #nav_contact, #nav_westtalent {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hiden;
	font-style: none;
}

#title span, #nav_gallery span, #nav_blog span, #nav_myspace span, #nav_contact span, #nav_westtalent span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#title {
	margin: 2em 1em 1em 1em;
	width: 767px;
	height: 120px;
}
#title h1 {
	font-size: 24px;
}

#title span {
	background: url("http://www.bramdegreve.com/style/bramdegreve.gif") no-repeat top left; 
}


#nav_gallery span, #nav_blog span, #nav_myspace span, #nav_contact span, #nav_westtalent span {
	cursor: hand;
}

#nav_gallery {
	width: 116px;
	height: 80px;
}
#nav_gallery span {
	background: url("http://www.bramdegreve.com/style/gallery.gif") no-repeat top left; 
}

#nav_blog {
	width: 74px;
	height: 80px;
}
#nav_blog span {
	background: url("http://www.bramdegreve.com/style/blog.gif") no-repeat top left; 
}

#nav_myspace {
	width: 142px;
	height: 80px;
}
#nav_myspace span {
	background: url("http://www.bramdegreve.com/style/myspace.gif") no-repeat top left; 
}

#nav_contact {
	width: 122px;
	height: 80px;
}
#nav_contact span {
	background: url("http://www.bramdegreve.com/style/contact.gif") no-repeat top left; 
}

#nav_westtalent {
	width: 189px;
	height: 80px;
}
#nav_westtalent span {
	background: url("http://www.bramdegreve.com/style/westtalent2009.gif") no-repeat top left; 
}

#content {
	height: 500px;
}

#footer { 
	float: right;
	clear: both;
	color: #888;
}

#footer a {
	color: #888;
}
	