/* Default CSS Reset Doc */

body
{
	background-color:#000;
}
#wrapper_top
{
	width:100%;
	height:193px;
	background:#000 url(../images/wrapper_top_bg.jpg) repeat-x;
}
#search
{
	width:100%;
	height:28px;
	margin-left:auto;
	margin-right:auto;
}
#small_logo
{
	width:200px;
	float:left;
}
#nitv_logo
{
	width:220px;
	float:right;
}
#search_panel
{
	width:250px;
	float:right;
}
#logo
{
	width:648px;
	height:124px;
	margin-left:auto;
	margin-right:auto;
}
#nav
{
	width:732px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	background:#000 url(../images/nav_bg.jpg) no-repeat;
}
#wrapper_middle
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	background:#000 url(../images/stage_bg.jpg) no-repeat top center;
	clear:both;
	overflow:auto;
}
#middle_left
{
	width:173px;
	float:left;
}
#middle_centre
{
	width:600px;
	float:left;
}
#middle_right
{
	width:173px;
	float:left;
}
#wrapper_bottom
{
	width:100%;
	height:193px;
	background:#000 url(../images/wrapper_bottom_bg.jpg) repeat-x;
}
#copyright
{
	width:900px;
	height:28px;
	margin-left:auto;
	margin-right:auto;
	padding-top:75px;
	text-align:center;
}
.textbox
{
	width:200px;
	height:18px;
	position:relative;
	top:-10px;
	border:2px solid #666;
}
.button
{

}
#content p
{
	margin-bottom:5px;
}
