@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background:	#000000 url(images/bg1.gif) repeat-x;
	 height: 100%;

}
html{
	 height: 100%;
}
#page {display:block;
position:relative;
min-height: 100%;
height: auto !important;
}


/*******************************    Header   **********************************/
#header {
	height: 132px;

}

#logo {

	color:#ffd014;
	font-family:"trebuchet MS";
	font-size:60px;
	text-decoration:none;
	margin-top: 8px;
	margin-left:30px;
	float:left;
with:200px;
}
#logo a {
	color:#ffd014;
	text-decoration:none;
}
#logo a:hover {
	color:#FFFF00;
	text-decoration:none;
}
#slogan {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
margin-right:10px;
margin-top:-40px;
}
/******************************************************************************
********************************************************************************/




/*******************************    Search   **********************************/

#search {
width:270px;
float:right;
top:0px;
padding:10px;
}

#search form {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
	color:#FFFFFF;
}
#s {border:#18657e solid 3px;
height:15px;}
#searchsubmit {border:#18657e solid 3px;
height:23px;
}
#searchsubmit:hover {border: #CCCCCC solid 3px;
background:#000033;
color:#CCCCCC;
height:23px;
}
/******************************************************************************
********************************************************************************/







/***************************** MAIN LAYOUT THING ************************/
div#fancylt{

display:block;
min-height:100%;
overflow:hidden;
    }

div#fancyrt{
	background:  url(images/bg1.jpg) repeat-x ;
	background-position:top;

    text-align: center; /*this for ie centering*/
    }

div#realcontent{
    width: 883px;
    margin: 0px auto;
    text-align: left;
	display:block;

    }

/******************************************************************************
********************************************************************************/





/**************************** SUBLAYOUT THING ***************************/
#nonlogo {
color:#333333;
margin-top:0px;



}

.inleft{
float:left;
width:206px;
padding:0px;
background:url(images/sb_bg.gif);


    }

.inright{
	float:left;
	width:180px;
	margin-top:2px;
	background:url(images/sb_bg_r.gif);

    }

.incontent{
    width: 510px;
	float:left;
    margin: 0px auto;
    text-align: left;
	background:#fafafa url(images/incontents.gif) no-repeat;
	min-height:100px;
	height:auto;
	padding-top:30px;
	display:block;
    }
#na2es {
width:490px;
margin-left:auto; margin-right:auto;
font-size:12px;
font-family:"trebuchet MS";

}
#na2es h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#660000;
background:#EBEBEB;
border: #FEEDED solid 5px;
}
#incontent_botimg {
	background:url(images/incontents2.gif) bottom no-repeat #f4f4f4;
    width: 510px;
	height:40px;
}

/******************************************************************************
********************************************************************************/

/*************************   Left Side **************************/

.sideblocks_top {
background:url(images/sb_top.gif) no-repeat;
margin:0px;
height:60px;
float:left;
width:206px;
}


.sideblocks_main {
	background-image: url(images/sb_main.gif);
	background-repeat: no-repeat;
	margin:0px;
	float:left;
	width:206px;

}
.sideblocks_bot {background:url(images/sb_bot.gif) no-repeat;
height:29px;
margin:0px;
float:left;
width:206px;
	margin-bottom:-2px;
}


/*************************   right Side **************************/

.sideblocks_top_r {
background:url(images/sb_top_r.gif) no-repeat;
margin:0px;
height:63px;
float:left;
width:180px;
}


.sideblocks_main_r {
	background-image: url(images/sb_main_r.gif);
	background-repeat: no-repeat;
	margin:0px;
	float:left;
	width:180px;

}
.sideblocks_bot_r {background:url(images/sb_bot_r.gif) no-repeat;
height:29px;
margin:0px;
float:left;
width:180px;
	margin-bottom:-2px;
}

/*************************   Footer **************************/
#footer {
position:relative;

padding-top:90px;


	clear:both;

	margin-left:auto;

	margin-right:auto;

	width: 100%;
	height: 60px;
	text-align:center;
	color:#ffd014;
	background:url(images/footerbg.gif) repeat-x bottom;
	font-family:"trebuchet MS";
	font-size-adjust:inherit;
	font-stretch:condensed;
	font-size:12px;

}
/******************************************************************************
********************************************************************************/

/************************** BYE BYE :D *************************/



