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

body {
	width:auto;
	height:auto;
	font:"Times New Roman", Times, serif;
}
.small {font-size:18pt;}
h1 {font-size:18pt; font-weight:normal;}

#top {
	width:auto;
	margin-top:20px;
	position:relative;
}

#menu {
	width:170px;
	margin-top:10px;
	margin-left:100px;
	float:left;
}

#logo {
	width:50%;
	float:left;
	text-align:center;
}
#text {	
	font-size:24pt;
}


#centre {
	margin-left:auto;
	margin-right:auto;
	width:300px;	
}

#pictl {
	width:auto;
	float: right;
	margin-right:100px;
}
#spacer {
	height:230px;	
}
#bar {
	height:10px;
	background-color:#580202;
	position:static;
}
#bar2 {
	height:10px;
	background-color:#020333;
	position:static;
}

#bottom {
	width:auto;
}

#picbr {
	width:40%;
	height:auto;
	margin-left:5%;
	margin-top:20px;
	float:left;
}


#content {
	width:50%;
	margin-right:5%;
	float:right;
	font-size:14pt;
}
