@charset "utf-8";
/* CSS Document */

html {
       overflow-y: scroll;
	   overflow: -moz-scrollbars-vertical;
}

body {
	border:0px;
	background:#FFF;
	font-family:'Crimson Text', serif;
}

/* General divs ---------------------------------------------------------------- */

div#main {
	width:915px;
	margin-top:0px;
	margin-left: auto;
    margin-right: auto;
	background:#FFF;
}

div#high {
	position:relative;
	height:70px;
}

div#logo {
	width:300px;
	position:absolute;
	bottom:0px;
	text-align:left;
	float:left;
}

div#menu {
	width:685px;
	position:absolute;
	bottom:0px;
	margin-left:230px;
	text-align:right;
}

div#content {
	width:915px;
	margin-top:30px;
}

div#contentleft {
	width:250px;
	float:left;
}

div#contentspace {
	width:85px;
	float:left;
}

div#contentright {
	width:580px;
	margin-left:335px;
}

div#greyspacer {
	width:100%;
	height:2px;
	background-color:#A5A5A5;
}

hr.greyspacer {
	border: 2;
	color:#A5A5A5;
	background-color:#A5A5A5;
	height: 0px;
}

img.imagesquared {
	border:1px solid;
	border-color:#EFEFEF;
}


/* Link ------------------------------------------------------------------------- */

a:link, a:visited, a:hover {
	color:#666666;
	text-decoration:none;
}

a.topmenu:link, a.topmenu:visited {
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	margin-left:30px;
}

a.topmenu:hover {
	text-decoration:none;
	font-weight:bold;
	color:#A5A5A5;
}

a.topmenusel:link, a.topmenusel:visited {
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#A5A5A5;
	margin-left:30px;
}

a.topmenusel:hover {
	text-decoration:none;
	color:#A5A5A5;
}

a.leftlink:link, a.leftlink:visited {
	font-size:14px;
	text-decoration:none;
	color:#000;
}

a.leftlink:hover {
	text-decoration:none;
	color:#A5A5A5;
}

/* Homepage --------------------------------------------------------------------- */

div#homeimage {
	width:915px;
	height:515px;
	margin-top:30px;
	background-image:url(../images/home.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

div#homecredits {
	width:915px;
	margin-top:20px;
}

a.logo:link, a.logo:visited, a.logo:hover {
	font-size:20px;
	font-weight:bold;
	color:#000000;
	letter-spacing:1px;
	line-height:90%;
	text-decoration:none;
}

/* Text styles ------------------------------------------------------------------- */

span.biggray {
	font-size:20px;
	font-weight:bold;
	line-height:95%;
	color:#A5A5A5;
}

span.bigblack {
	font-size:20px;
	font-weight:bold;
	line-height:95%;
	color:#000000;
}

span.mediumblack {
	font-size:20px;
	font-weight:bold;
	line-height:95%;
	color:#000000;
}

span.normalblack {
	font-size:18px;
	font-weight:bold;
	line-height:95%;
	color:#000000;
}

span.smallgray {
	font-size:14px;
	color:#A5A5A5;
}

span.smallblack {
	font-size:14px;
	color:#000000;
}

span.smalltext {
	font-size:11px;
	text-align:justify;
	color:#666666;
}

span.normaltext {
	font-size:12px;
	text-align:justify;
	color:#666666;
}


a.mail:link, a.mail:visited {
	text-decoration:none;
	color:#000000;
}

a.mail:hover {
	text-decoration:none;
	color:#A5A5A5;
}