/* Main CSS Stylesheet  */
html, body {
margin: 0px;
padding: 0px;
height: 100%;
min-height: 100%;
}

body {
	text-align: center;
	min-width: 600px;
    background-color: #FFFFFF;
    min-height: 100%;
}
img {
border: 0px;
}
#wrapper {
	position: relative;
	margin:0 auto;
	width:800px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 30px;

	}

#navcontainer ul
{

margin:0;
padding-top: 12px;
padding-bottom: 12px;
list-style-type: none;
text-align: left;
font-family: arial;
font-size: 14px;
margin: 0px;
padding-left: 0px;
padding-right: 0px;
margin-top: 5px;
margin-bottom: 5px;
}

#navcontainer ul li { display: inline; 

}

#navcontainer ul li a
{

text-decoration: none;
margin-top: 10px;
padding: 5px;
padding-left: 35px;
padding-right: 35px;
margin-left: -3px;
margin-right: 0px;
border-right: solid 1px #e4e4e4;
background: url(img/nav_background.gif) top left repeat-x;
background-position: 0px 0 px;
}

#navcontainer ul li a:hover
{
color: #343434;
background-position: 0px -5px;
}

#main_image {
background: #e76a10 url("img/index_main_image_bot.jpg") no-repeat;
background-position: bottom left;
width: 451px;
}
#right_nav_container {
right: 10px;
top: 10px;
width: 200px;
height: 125px;
float: right;
position: relative;
color: #121212;
margin-top: -10px;
background: #cccccc;



}
#bottom_right_nav {

width: 100%;
height:5px;
position: relative;
bottom: 0px;

}
div#nifty{ 
background: #cccccc;
width: 286px;
margin-right: 0px;
top: 0px;
margin-bottom: 10px;
}
#right {
width: 315px;
float: right;

}
#left {
width: 452px;


}
#nifty_space {
margin-top: 5px;
margin-left: 7px;
margin-right: 0px;
margin-bottom: 5px;
width: 95%;
height: 90%;

}
#news_panel {
padding: 5px;
width: 100%;
}
#home_spacing {
margin: 10px;
margin-left: 10px;
margin-right: 10px;
}

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #cccccc}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

#footer {
clear: both;
bottom: 0px;
width: 100%;
height: 125px;
background: #b7b7b7;
margin-top: 10px;
padding-top: 10px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
#footer_text_align {

width:780px;
text-align: right;
margin:0 auto;
margin-top: 10px;
}
#main_content {
min-height: 500px;
}