/* CSS Document */
body {
font-family:Trebuchet MS, Arial;
font-size:12px;
margin: 0px;
color:#333333
}

#sitecontainer {
width:975px;
margin:0px 0px 0px 20px;
}

/* index settings */
#mainimage {
width:721px;
top:30px;
left:20px;
height:541px;
position:absolute;
z-index:0;
}
#indexstuff {
position:absolute;
top:20px;
left:600px;
width:394px;
height:620px;
position:relative;
z-index:20;
}
#indexstuff #contact {
position:relative;
z-index:10;
width:394px;
margin:20px 0px 0px 0px;
text-align:center;
font-size:16px;
}

#indexstuff #poem {
z-index:10;
position:relative;
text-align:center;
margin:20px 0px 0px 0px;
font-size:16px;
width:364px;
font-weight:bold;
float:right;
}

#indexstuff #logo {
text-algin:center;
width:394px
}


#menu {
background-color:#F6F5F3;
height:26px;
margin:0px 0px 0px 0px;
padding:4px 0px 0px 0px;
text-align:center;
width:975px;
font-size:14px;
}

#menu a {
color:#000000;
text-decoration:none;
}

#menu a:hover {
color:#660000;
}

#banner {
width:975px;
height:195px;
background-image:url(images/banner-bkg.jpg);
background-repeat:no-repeat;
background-position:left;
text-align:right;
}

#left {
position:relative;
text-align:center;
margin:60px 20px 0px 0px;
font-size:14px;
width:280px;
float:left;
}

#right {
position:relative;
margin:20px 40px 0px 0px;
width:635px;
float:right
}

#right h1 {
font-size:20px;
color:#660000;
}

#right h2 {
font-size:16px;
color:#333333;
}

#right #rightcontent{
	float:left;
	text-align:right;
	margin:0px 0px 6px 8px;
	
	}
	
#right #rightcontent img{
	border:6px solid #dddddd;
	margin:0px 0px 6px 8px;
	}
	
#footer {
position:relative;
margin:10px 0px 0px 0px;
width:975px;
height:14px;
color:#666666;
font-size:12px;
background-color:#F6F5F3;
text-align:center;
}

#footer a {color:#000000;text-decoration:none;}
#footer a:hover {color:#0000ff;}

