@charset "utf-8";
/* CSS Document */

/* -- =1: reset all elements to a common value ----------------------------------------------------- */
body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}



/* -- =2: default classes -------------------------------------------------------------------------- */
.center { text-align: center; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.small { font-size: 0.9em; }
.smaller { font-size: 0.8em !important; }
.bold { font-weight: bold !important; }
.floatRight { float: right; }
.floatLeft { float: left;}
.clear { clear: both; }
.uppercase { text-transform: uppercase; }


/* -- =3: accessibility ---------------------------------------------------------------------------- */
.aural {
	position: absolute;
	left: -9999px;
	font-size: small;
}

.hide { display: none; }


/* -- =4: Default Styles --------------------------------------------------------------------------- */
/* =4a: colours, sizes, etc of elements */
body {
	font: 62.5%/1.4 sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */
	background-color: #000000;
}

h1 { font-family: "Times New Roman", Georgia, Helvetica, serif; font-size: 2em; color: #75614e; font-weight: bold; margin-left: 10px; padding: 10px 0 0 0;}

h2 { font-family:"Times New Roman", Georgia, Helvetica, serif; font-size: 1.6em; color: #75614e;font-weight: bold; margin-left: 10px;}

h3 { font-family: "Times New Roman", Georgia, Helvetica, serif; font-size: 1.5em; color: #75614e;font-weight: bold; margin-left: 5px;}

h4 { font-family: "Times New Roman", Georgia, Helvetica, serif; font-size: 1.4em; color: #75614e;font-weight: bold; margin-left: 10px;}

p {font-family: "Times New Roman", Georgia, Helvetica, serif; font-size: 1.2em; text-align: justify; color: #75614e; padding: 0; margin: 8px; }


a:link {color: #453323;}     /* unvisited link */
a:visited {color: #53402f;}  /* visited link */
a:hover {color: #570000; font-weight: bold;}   /* mouse over link */
a:active {color: #630402}   /* selected link */

/* -- =5: Layout Styles ---------------------------------------------------------------------------- */
#header, #nav-top, #content, #nav, #footer { float: left; }
#container { /* keep the layout together and centered */
	width: 743px;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;
	padding-top: 5%;
}

#mainimage {
width: 743px;
height: 536px;
background: url(images/mainimage.gif);
background-repeat:no-repeat;
margin: 0 auto;
padding: 0;
}

#bottom {
float: left;
width: 743px;
height: 51px;
margin: 0 auto;
padding: 0;
}

#bottomimage {
float: left;
width: 557px;
height: 51px;
background: url(images/construction.gif);
background-repeat:no-repeat;
margin: 0 auto;
padding: 0;
}

#myspace {
float: left;
width: 186px;
height: 51px;
background: url(images/myspace.gif);
background-repeat:no-repeat;
margin: 0 auto;
padding: 0;
}