/* html element styles */
html { padding: 0; }

body{ background-color: #000; color: black; font-family: Tahoma, Arial, sans-serif; }

h1 { font-size: 12pt; }

h2 { font-size: 12pt; padding-right: 15px; }

a:link, a:hover, a:active, a:visited 
{   color: #666563;   background-color: inherit; text-decoration: none;}

 a:hover, a:active, a:visited 
 { text-decoration: underline;}

/* layout rules */

#wrapper { padding: 0; width: 639px; /*hack including two ways to center stuff for dud browsers*/ margin-left: auto; margin-right: auto; text-align: center; background-color: #A4A094; }

#content { background-color: #A4A094; text-align: justify; }

#content p { padding-left: 15px; padding-right: 15px; font-size: 12pt; }

#header { background-color: black; background-image: url('rt.jpg'); height: 305px; background-position:  right 50%; background-repeat: no-repeat }


#footer { 
background-color: #A4A094;	color: black; 
clear: both;	margin: 0; border-top: solid 1px black;
font-family : Tahoma,Trebuchet ms, Verdana, Georgia, Arial, sans-serif; 

#footer p {
   padding-left: 15px;
}

#footer ul.botright {
   position: relative;
   left: 400px;
   top: -80px; /* Hint - Change this according to how long the previous paragraph is */
}


/*Menu style
Credits: Dynamic Drive CSS Library
URL: http://www.dynamicdrive.com/style/*/
#pointermenu2 { margin: 0; padding: 0; background-color: #A4A094; height: 40px; }

#pointermenu2 ul { margin-left: 15px; /*menu offset from left edge of window*/ float: left; padding-left: 8px; background: #000000 url('leftround2.gif') no-repeat bottom left; /*optional left round corner*/; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Verdana; margin-right:0; margin-top:0; margin-bottom:0 }

* html #pointermenu2 ul { /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/ margin-bottom: 1em; margin-left: 7px; /*menu offset from left edge of window in IE*/ }

#pointermenu2 ul li { display: inline; }

#pointermenu2 ul li a { float: left; color: white; font-weight: bold; padding: 7px 9px 7px 5px; text-decoration: none; }

#pointermenu2 ul li a:visited { color: white; }

#pointermenu2 ul li a:hover, #pointermenu2 UL LI A#selected { /*hover and selected link*/ color: #A4A094; background: url('pointer.gif') no-repeat bottom center; }

#pointermenu2 ul li a#rightcorner { padding-right: 0; padding-left: 2px; background: url('rightround2.gif') no-repeat bottom right; /*optional right round corner*/ }

/*end of menu styling*/

