/* 
Author:	Parag Jagdale of Un-identified.com
File:		StructureStyle.css
Purpose:	Defines the structure of the web site
*/
p{
margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
body{
	background:#000 url(../img/Uiv2_bg.png) no-repeat 120px -3px;
	padding:0;
	margin:0;
	background-attachment: fixed; 
	height:100%;
	font-family: tahoma, verdana, sans-serif;
}

div#mainHeader{
	width:100%;
	height:60px;
	min-width:790px;
}
div#mainContainer{
	width:100%;
	min-width:790px;
}

div#header{
	height:167px;
	margin:0;
	padding:0;
}

div#mainContainer > div#header{
	
	background-image:url(../img/uiv2_menuBg.png);
	background-repeat: repeat-x;
}
div#headerContainer{
	margin:0 auto;
	width:800px;
	position:relative;
}

div#headerLeft{
	height:134px;
	/*float:left;*/
	width:305px;
	text-align:center;
	padding-top:9px;
	position:absolute;
	top:0px;
	left:0px;
}

div#headerLeft img{border:0;}

div#headerRight{
	text-align:center;
	margin:0;padding:0;
	position:absolute;
	top:0px;
	left:324px;
	width:550px;
}

div#content{
	text-align:left;
	width:790px;
	margin-left:auto;
	margin-right:auto;
}

h1{float:left;width:400px;}
div#submenu{float:right;margin:8px 15px 0 0;}

div#flashMessage{width:751px;font-weight:bold;font-size:95%;border:4px solid #003300;background:#006600;padding:8px;}

.clear{
	clear:both;
}