body { 
	 margin: 0px;
	 padding: 0px;
	 background: #ccc url(../pictures/background.png) center top repeat-y;
	 font-family: verdana;
	 font-size: 0.8em;
	}

div#container {
	 position: relative;
	 top: 0;
	 margin: 0 auto;
	 display: block;
	 width: 800px;
	}

div.menu h2 {
	 padding: 20px 5px 0px 30px;
	 margin: 0px;
	 background: #afafaf url(../pictures/menuUpperCorner.gif) top left no-repeat;
	 color: white;
	}

div#menuBar {
	 position: absolute;
	 top: 123px;
	 left: 0;
	 width: 200px;
	 padding: 15px;
	}

div#content {
	 position: absolute;
	 top: 110px;
	 left: 0;
	 width: 590px;
	 margin-left: 210px;
	 padding: 20px;
	}

ul {
	margin: 15px;
	margin-left: 50px;
	width: 450px;
	font-variant: none;
	font-size: 1.1em;
	}
	
div.menu {
	 background: #afafaf url(../pictures/menuLowerCorner.gif) bottom right no-repeat;
	 padding: 0px 25px 32px 0px;
	 margin: 10px 5px 10px 5px;
	 font-size: 0.9em;
	}
	
div.menu ul{
	 padding: 20px 5px 0px 30px;
	 margin: 0px;
	 color: #fff;
	 width: 120px;
	}

div.menu li:hover {
	 text-decoration: underline;
    }
	
div.menu ul a {
	 color: #fff;
	 text-decoration: none;
	}

div.menu a:active {
	color: #9a0235;
	text-decoration: none;
	}

div.comment {
	margin: 2px;
	padding: 15px;
	width: 126px;
	text-align: center;
	font-size: 70%;
	color: #888;
	}
	
p {
	margin: 15px 15px 15px 50px;
	width: 450px;
	font-variant: none;
	font-size: 1.1em;
	}
	

   
p:first-line {
	font-variant: small-caps;
	font-family: verdana, sans-serif;
	font-size: 1.1em;
	}

h2 {
	margin: 15px 15px 15px 30px;
	font-variant: small-caps;
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #036;
	font-size: 1.5em;
   }
   
h3 {
	margin: 15px;
	margin-left: 30px;
	font-variant: small-caps;
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #003366;
	font-size: 1.3em;
   }
	
h1#top {
	 position: absolute;
	 width: 798px;
	 height: 123px;
	 margin: 0;
	 margin-left: -6px;
	 top: 0;
	 background: transparent url(../pictures/banner.png) top left no-repeat;
	}
   	    
h1#top span {
	 display: none;
	}
	
h1 {
	margin: 15px;
	margin-left: 15px;
	font-variant: small-caps;
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #9a0235;
	font-size: 2em;
   }

q.right, q.left {
	text-align: center;
	font: 20px Verdana, sans-serif;
	padding: 20px;
	margin: 15px;
	width: 350px;
   }   

q.left {
 	width: 200px;
    }

body>q.left {
     margin-left: 270px;
	}
 
a.totop {
	 float: right;
	 text-align: right;
	 margin: 20px;
	 margin-right: 100px;
	 margin-top: 50px;
	 padding: 5;
     color: #000000;
     font: 12px Verdana, sans-serif;
     font-variant: small-caps;
     z-index: 0;
    }
	
div#top {
	 position: absolute;
	 left: 0px;
	 top: 0px;
	 height: 0px;
	 width: 0px;
	}
	
table {
	 width: 450px;
	 border: 1px solid;
	}

tr {
	 width: 448px;
    }

td {
	 width: 224px;
	 padding: 0px;
	}