@charset "utf-8";
/* CSS Document */

html {
	padding:0px;
	margin:0px;
}

body {
	padding:0px;
	margin:0px;
	background-image:url(../images/bgmainban.jpg);
	background-repeat:repeat-x;
	background-position:left 27px;
	background-color:#f3f2f2;
}

body#home a#linkhome,
body#about a#linkabout,
body#diary a#linkdiary,
body#links a#linklinks,
body#faq a#linkfaq,
body#contact a#linkcontact {
	display:block;
	width:100px;
	padding-left:3px;
	padding-top:5px;
	color:#fff;
	font-size:16px;
	float:left;
	text-align:left;
	font-weight:bold;
}

form {
	padding:0px;
	margin:0px;
}

p, div, span, td, a, h1, h2, h3 {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}

p, div, span, td, a {
	line-height:14px;
}

p, div, span, td {
	color: #666; 
}

.smalltxt {
	font-size:10px;
}

.whitetxt {
	color:#fff;
}

.whitetxt2 {
	font-size:10px;
	color:#fff;
}

a:link {
	color:#d8b66c;
	font-weight:bold;
}

a:visited {
	color:#d8b66c;
	font-weight:bold;
}

a:active {
	color:#d8b66c;
	font-weight:bold;
} 

a:hover {
	color:#043e79;
	font-weight:bold;
}

h1 {
	color:#043e79;
	font-size:200%;
	font-weight:normal;
	line-height:24px;
}

h2 {
	color:#043e79;
	font-size:125%;
	line-height:14px;
}

h3 {
	color:#043e79;
	font-size:104%;
	line-height:11px;
}

#banstudents {
	margin:0px;
	width:100%;
	height:175px;
	background-image:url(../images/bgstudents.jpg);
	background-repeat:no-repeat;
	background-position:right 0px;
}

#lodgename {
	width:873px;
	height:121px;
	background-image:url(../images/AlcuinName.png);
	background-repeat:no-repeat;
	margin:auto;
}

#top {
	width:100%;
	height:23px;
	padding-top:4px;
	background-color:#000;
}

#topnav {
	width:873px;
	height:16px;
	clear:both;
	margin:auto;
	text-align:right;
	color:#fff;
}

#topnav a.nav:link {
	display:block;
	width:80px;
	padding-left:3px;
	padding-top:5px;
	color:#fff;
	font-size:11px;
	float:right;
	text-align:right;
	font-weight:bold;
}

#topnav a.nav:visited {
	display:block;
	width:80px;
	padding:3px;
	padding-top:5px;
	color:#fff;
	font-size:11px;
	float:right;
	text-align:right;
	font-weight:bold;
}

#topnav a.nav:active {
	display:block;
	width:80px;
	padding:3px;
	padding-top:5px;
	color:#fff;
	font-size:11px;
	float:right;
	text-align:right;
	font-weight:bold;
}

#topnav a.nav:hover {
	color:#999;
	font-weight:bold;
}

#alcuin {
	width:875px;
	height:175px;
	background-image:url(../images/banAlcuin.png);
	background-repeat:no-repeat;
	margin:auto;
	margin-top:-60px;
}

#ugle {
	width:110px;
	float:right;
	padding-left:5px;
	/*margin-left:20px;*/
	margin-bottom:20px;
	margin-top:40px;
	border-left:1px dotted #666;
	text-align:center;
}

#main {
	width:875px;
	margin:auto;
	top:200px;
}

#bodytext {
	width: 740px;
}

#footer {
	width:100%;
	margin:auto;
	margin-top:50px;
	padding-top:20px;
	padding-bottom:5px;
	text-align:center;
	/*border-top:1px dotted #666;
	background-color:#eeeff2;*/
	clear:both;
}

.imageleft {
  	margin-right:15px;
  	margin-bottom:15px;
  	margin-top:3px;
  	float:left;
}

.imageright {
  	margin-left:15px;
  	margin-bottom:15px;
  	margin-top:3px;
  	float:right;
}
	



