/* CSS Document */
/* undo some default styling of common (X)HTML browsers
 ************************************************************/

    /* No list-markers by default - 
     * must redefine bullets w/ bg graphics
     ********************************************************/
     ul,ol {
	     list-style:none;
	     }

    /* Avoid browser default inconsistent heading, 
     * font-sizes and pre/code
     ********************************************************/
     body,h1,h2,h3,h4,h5,h6,pre,code,td {
	     font-size:1em;
         }

    /* Remove inconsistent (among browsers) - 
     * default padding or margin 
     ********************************************************/
     ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,
     fieldset,input,label,div,dd,dt,dl,table,tr,td,img,hr {
         margin:0; padding:0;
         }

     /* prevent blue linked image borders
     ********************************************************/
      a img,:link img,:visited img,fieldset {
         border:none;
         }
body {
	background-image: url(../images/mayantorridflesh.jpg);
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

.wrap {
	width: 840px;
	position: relative;
}

.header {
	background-color: #000000;
	width: 820px;
	height: 100px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bolder;
	color: #FF0000;
	margin: 3px;
	padding: 3px;
	border: medium double #FF0000;
	display: block;
}

.left_column {
	background-color: #000000;
	height: 600px;
	width: 150px;
	border: medium double #FF0000;
	margin: 3px;
	padding: 3px;
	float: none;
	background-image: url(../images/leftpanel.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	top: 112px;
	position: absolute;
	
}	

.center_column {
	background-color: #000000;
	height: 600px;
	width: 655px;
	overflow: auto;
	margin: 3px;
	padding: 3px;
	border: medium double #FF0000;
	position: absolute;
	float: none;
	vertical-align: middle;
	clear: none;
	left: 165px;
	top: 112px;
}
	
.right_column {
	background-color: #000000;
	height: 600px;
	width: 175px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	overflow: auto;
	margin: 3px;
	padding: 3px;
	border: medium double #FF0000;
	vertical-align: middle;
	position: absolute;
	top: 112px;
	left: 645px;
}

.footer {
	background-color: #000000;
	height: 50px;
	width: 820px;
	background-position: center center;
	margin: 3px;
	padding: 3px;
	border: medium double #FF0000;
	clear: none;
	float: left;
	text-align: center;
	vertical-align: bottom;
	position: absolute;
	top: 727px;

}

h2,h3,h4,h5,h7 {
	color: rgb(142,0,1);
	font-family: Tahoma;
	font-style: bolder;
	margin: 5px;
}

h1,h4 {color: #f5c884; text-decoration: none;
}

h6 {
	color: #f5c884; text-decoration: none;
	margin: 10px;
}

p,ol {
	color: #ffffff; margin: 20px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
}

ol {
	color: #009900; margin: 25px;
	font-family: Tahoma;
	font-size: 14px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
}

hr {
	color: rgb(142,0,1);
}

