
body {
background-color: #000000;

}


h1 {
color: white;
background-color:grey;
font-family: arial, verdana, sans-serif;
font-variant: small-caps;
padding: 5px 5px 5px 5px;
border-width: 2px;
border-style: outset;
border-color: gold;
}


h2 {
color: white;
font-family: arial, verdana, sans-serif;
background-color: green;
padding: 5px 5px 5px 5px;
border-width: 2px;
border-style: outset;
border-color: gold;
}


h5 {
color: black;
font-family: arial, verdana, sans-serif;
background-color: white;
padding: 5px 5px 5px 5px;
border-width: 2px;
border-style: outset;
border-color: gold;
}

p {
font-family: arial, verdana, sans-serif;
font-size: 120%;
font-style: bold;
text-align: left;
margin: 5px 5px 5px 50px;
}


/*links*/
a:link {	
color: blue;
}

a:visited {
color: green;
}

a:active {
background-color: gold;
}

a:hover {
color: purple;
font-style: bold;
}





/*columns*/
#column1 {
float:left;
width: 33%
}

#column2 {
float:left;
width: 33%;

}

#column3 {
float:left;
width: 33%;
}







/*picture or photo*/
#picture {
background-color: gray;
border-width: 2px;
border-style: outset;
border-color: gold;

}

/*title for picture*/
#title  {
}

#phototable1 {
float:right;
margin: 5px 5px 5px 5px;
}

#phototable2 {
float:left;
margin: 5px 5px 5px 5px;
}



/*title for poem*/
#ptitle  {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

#poemtable1 {
float:right;
margin: 5px 5px 5px 5px;
}

#poemtable2 {
float:left;
margin: 5px 5px 5px 5px;
}

#poem {
background-color: #FFF8DC;
border-width: 2px;
padding: 0px 25px 0px 0px;
border-style: outset;
border-color: gold;
}


/*This for stopping floating after a floating section*/
.floatstop {
clear:both;
}





/*right dragon picture*/
#rightdrag  {

}

/*left dragon picture for logo*/
#leftdrag  {
float:left;
border-width: 2px;
border-style: outset;
border-color: green;
background-color: green;
margin: 5px 5px 5px 5px;
}

/*box with copyright and posting dates at the bottom between 2 dragons*/
#copyright  {
background-color: white;
border-width: 2px;
border-style: outset;
border-color: gold;
margin-top: 50px;
margin-right: 200px;
margin-bottom: 5px;
margin-left: 200px;
}


#siteid {
float:left;
color:white;
background-color: green;
}

/*This is the "Rowan Ainslie Chisholm's Website" bit at the top of the page*/
div.header{
font-size: 200%;
width: 728px;
height: 75 px;
background: green;
float:left;
padding: 15px 5px 5px 5px;
}

/*for getting the blocks of links out of the artwork*/
#shiftcolumn  {
margin-left: 25px;
}
