@charset "UTF-8";

/*==============================================
St Laurence Catford CSS file

Contents
------------
>Layout & Div styles
>Text styles & Colours
>Link styles & Colours

Swatches
------------
>

=============================================*/

/* LAYOUT */
/* the styles for the outer space */
body {
	font: 100% Arial, Helvetica, sans-serif, "Helvetica Neue UltraLight Italic", "Helvetica Neue Condensed Black";
	margin: 0;
	padding: 0;
	background: #DDD;
	text-align: center;
}
/* the styles for the site container */
.container {
	margin: 20px auto;
	text-align: left;
	width: 543px;
}

.container #header {
}

.container #menu {
	margin: 10px 0 0 0;
	background-image: url(../images/NavBarBlank.gif);
	height: 31px;
}
.container #headerPhoto {
	margin: 0 0 0 0;
}
.container #content {
	padding: 10px;
	background: #FFF;
}

.photoBoxLeft {
	width: auto;
	float: left;
	margin: 0 10px 10px 0;
}

.photoBoxRight {
	width: auto;
	float: right;
	margin: 0 0 10px 10px;
}

.container #footer {
}
	

/* TEXT */
h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: bolder;
    color: #5A5959;
}
h2 {
	font-size: 18px;
	font-weight: bolder;
	color: #666;
}
p {
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #5A5959;
}
a:link {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #360;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: underline;
}
