body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", arial, sans serif;
	font-size: 12px;
	scrollbar-base-color: #BA2C2F;
	scrollbar-arrow-color: #070006;
	scrollbar-3dlight-color: #BA2325;
	scrollbar-darkshadow-color: #6D062A;
	scrollbar-face-color: #961C24;
	scrollbar-highlight-color: #EA4848;
	scrollbar-track-color: #5E0A23;
}

a {
	color:#666666;
}

#container {
	width: 700px;
	height: 482px;
	/*margin: auto;*/
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -241px;
	margin-left: -350px;
}

#content {
	width: 700px;
	height: 380px;
	margin-bottom: 1px;
}

#imagecontent {
	width: 348px;
	height: 379px;
	float: left;
	border-right: 2px solid black;
	border-bottom: 1px solid black;
}

#textcontent {
	width: 330px;
	height: 359px;
	overflow: auto;
	float: left;
	background-color: #fff;
	padding: 10px;
	margin-left: 0px;
}

#gallerycontent {
	width: 350px;
	height: 380px;
	float: left;
	background-color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}

#gallerycontent a {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#gallerycontent img.a {
	border-bottom: 2px solid black;
	border-right: 2px solid black;
}

#gallerycontent img.b {
	border-bottom: 2px solid black;
}

#gallerycontent img.c {
	border-bottom: 1px solid black;
	border-right: 2px solid black;
}

#gallerycontent img.d {
	border-bottom: 1px solid black;
}

#logonav {
	width: 700px;
	height: 100px;
	background-color: #FFF;
	background-image: url(../images/homeimages/nav/lblogo.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	position:relative;
}

#logo {
	float: left;
}

/*#nav {
	width: 370px;
	float: right;
	position: absolute;
	bottom: -5px;
	right: 0;
}

#nav ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	clear:left;
}

#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	text-indent: -9999px;
	float: left;
	overflow: hidden;
}

#nav ul li a#contact {
	background-image: url(../images/homeimages/nav/contact.gif);
	width: 90px;
	height: 25px;
}

#nav ul li a#collaborations {
	background-image: url(../images/homeimages/nav/collaborations.gif);
	width: 210px;
	height: 25px;
	margin-left: 85px;
	margin-bottom: 5px;
}

#nav ul li a#projects {
	background-image: url(../images/homeimages/nav/projects.gif);
	width: 150px;
	height: 25px;
}

#nav ul li a#laurab {
	background-image: url(../images/homeimages/nav/about.gif);
	width: 75px;
	height: 25px;
}*/
