body	{
	background: url(images/015.JPG) #ffffff;
	background-repeat: repeat;
	background-attachment: fixed;
	margin:0;
	padding:0;
        color: #4e340e;
        line-height: 1.5em;
        Font-Family: Monotype Corsiva;
	Font-Size : 105%;
	}

em	{	
	color: #4e340e;
	}

#maincontainer   {
        margin : 0 auto;
        Width : 1000px;
        }

#topsection	{
/*	height: 90px; */

	width: 100%;
	border-bottom: solid 1px;
	}

#topsection h1	{
	margin: 0;
	padding-top: 10px;
	color: #4e340e;
	}

#contentwrapper	{
	float: right;
	width: 100%;
	margin-left: -600px;
	}

#contentcolumn	{
	margin-left: 425px; /*Set left margin to (leftColumnWidth + RightColumnWidth)*/
	border-color: #4e340e;
	border-right: solid 1px;
	height: 625px;
	padding-right: 2px;
	}

#leftcolumn	{
	float: left;
	width: 190px; /* 200px Width of left column in pixels*/
	height: 625px;
	border-color: #4e340e;
	border-left: solid 1px;
	border-right: dotted 1px;
	}

#rightcolumn	{
	float: left;
	width: 225px; /* 250px Width of right column in pixels*/
	height: 625px;
	border-color: #4e340e;
	border-right: dotted 1px;
	}

#footer	{
	clear: both;
	height: 25px;
	width: 100%;
	color: black;	
	text-align: center;
	padding: 4px 0;
	border-color: #4e340e;
	border-top: solid 1px;
	}

#footer a	{
	font-size: 85%;
	}

.innertube	{
	margin: 1px;
	margin-top: 0;
	}

ul.square       {
        list-style-type: square;
        }
ul.disc       {         
        list-style-type: disc;
        }
ul.circle	{
	list-style-type: circle;
	}

