/*set body style*/

body {

	padding: 0px;

	margin: 0px;

 	background-color: #020300;
        background-image: url(http://lotrmmorpg.com/images/bg_wow5.jpg); 
        background-position: center top;  
        //background-attachment: scroll;  
        background-repeat: repeat-y;  
}

/*set header1 (topic of the middle block)*/

h1 {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #000000;

	font-weight: normal;

	border: 0px;

	margin: 0px;

}

/*background under main logo*/

.bg_mainlogo {

	//background-color: #636561;
        background-image: url(http://lotrmmorpg.com/images/bg_header-wow4.jpg); 
        height: 90px;

}

/*background under menubar*/

.bg_menu_present {

	background-color: #4457a4;

        border: solid 1px #FFFFFF;

}

/*set menubar text link*/

.txtmenu_present {

	TEXT-DECORATION: none;

	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;

	font-size:12px;

	font-weight: bold;

	padding-right: 25px;

}

A.txtmenu_present:link {

	color: #000000;

}

A.txtmenu_present:hover {

	color: #0000FF;

        text-decoration: underline;

}

A.txtmenu_present {

	color: #000000;

}

/*font under menubar*/

p.white {

        color: #FFFFFF;

        font-weight: bold;

}

	a.txt_under_menubar:visited {

	color: #FF9900;

	text-decoration: underline;

}

	a.txt_under_menubar:link {

text-decoration: underline;

	color: #FF9900;

}

a.txt_under_menubar:hover {

	color: #FF9900;

	text-decoration: blink;

}

/*thin line background under menubar*/

.bg_menuline {

	background-color: #020300;

}

/*set left and right table style*/

.box_menu {

	border: solid 1px #e6a237;

}

/*set title of left and right table*/

.sty_menu {

	//background-color: #636561;
	//background-color: #636561;

	TEXT-DECORATION: none;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	padding: 3px;


}

span.sty_menu {

       color: #FFFFFF;
       font-size: 12px;

}

a.sty_menu:link {

       color:#FFFFFF;

}

a.sty_menu:hover {

       color: #FFFF99;
       text-decoration: underline;

}

td.sty_menu {

       border-bottom: solid 1px #e6a237;

}

/*set sub title text link in left and right table*/

.sty_submenu{

	TEXT-DECORATION: none;

	color: #c59e00;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;
	//font-weight:bold;

	background-color:transparent;

	padding: 3px;

}

A.sty_submenu:hover {

	color: #FFFF99;
        text-decoration: underline;

}

/*set middle table header style*/

.headtitle{
	TEXT-DECORATION: none;

	color: #c59e00;

	font-family: Tahoma, Verdana, Arial, Helvetica,sans-serif;

	//background-color: #636561;
        background-image: url(/images/wow_shade.gif);

	padding: 3px;
	border: solid 1px #e6a237;


}

/*set middle table description table style*/

.box_description {

	border: solid 1px #e6a237;

	background-color: #f4e2b2; 

	padding: 10px;

}

/*set description style*/

.txt_description {

	TEXT-DECORATION: none;

	color: #000000;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

}

/*set list box style*/

.listbox12 {
	color: #fffff;

	font-family:verdana, arial, helvetica;

	list-style-type:: disc;

	font-size: 12px;

}

/*set footer style*/

.footer {

	TEXT-DECORATION: none;

	color: #000000;	

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	background-color: #636561;
/	border: solid 1px #e6a237;
}
a.footer:link {

        color: #41c3f9;

        text-decoration: underline;
}

a.footer:hover {

        color: #1b4645;

        text-decoration: none;

}