/*sets whole page margin npadding*/

* {
margin: 0; 
padding: 0;
}

.topbar 
{
background:#D3D3D3;
position:relative;
top:-1px;
height:190px;
width:100%;
   -moz-user-select: none;
   -khtml-user-select: none;
}

.middlebar 
{
background:url(middlebar.jpg) repeat-x;
position:relative;
top:0px;
left:0px;
height:25px;
width:100%;
   -moz-user-select: none;
   -khtml-user-select: none;
}

.framebar
{
position:relative;
top:0px;
left:5px;
height:28px;
width:100%;
   -moz-user-select: none;
   -khtml-user-select: none;
}

.frameNavBar 
{
background:url(test1.png) repeat-x;
position:relative;
bottom:716px;
right:0px;
height:29px;
width:100%;
   -moz-user-select: none;
   -khtml-user-select: none;
}

.frameNavBarLong 
{
background:url(test1.png) repeat-x;
position:relative;
bottom:1016px;
right:0px;
height:29px;
width:100%;
   -moz-user-select: none;
   -khtml-user-select: none;
}

.smallframeNavBar 
{
background:url(test1.png) repeat-x;
position:relative;
bottom:681px;
right:0px;
height:29px;
width:100%;
   -moz-user-select: none;
   -khtml-user-select: none;
}
.threeframeNavBar 
{
background:url(test1.png) repeat-x;
position:relative;
bottom:676px;
right:0px;
height:29px;
width:100%;
   -moz-user-select: none;
   -khtml-user-select: none;
}

.bottombar 
{
background:#transparent;
position:relative;
bottom:1px;
height:715px;
width:100%;
   -moz-user-select: none;
   -khtml-user-select: none;
}

.bottombarlong 
{
background:#transparent;
position:relative;
bottom:1px;
left:-5px;
height:1015px;
width:100%;
   -moz-user-select: none;
   -khtml-user-select: none;
}

.bottombarlongsmall 
{
background:#transparent;
position:relative;
bottom:1px;
left:-5px;
height:1015px;
width:100%;
   -moz-user-select: none;
   -khtml-user-select: none;
}

.smalltopbar 
{
background:#D3D3D3;
position:relative;
top:-2px;
left:0px;
height:189px;
width:100%;
   -moz-user-select: none;
   -khtml-user-select: none;
}

.smallmiddlebar 
{
background:url(middlebar.jpg) repeat-x;
position:relative;
bottom:708px;
left:0px;
height:25px;
width:100%;
   -moz-user-select: none;
   -khtml-user-select: none;
}

.smallbottombar 
{
background:#transparent;
position:relative;
bottom:0px;
left:-5px;
height:715px;
width:706px;
   -moz-user-select: none;
   -khtml-user-select: none;
}

.threebottombar 
{
position:fixed;
bottom:0px;
left:-3px;
height:710px;
width:100%;
   -moz-user-select: none;
   -khtml-user-select: none;
}

.threetopbar 
{
background:url(3middlebar.jpg) repeat-x;
position:fixed;
top:0px;
left:0px;
height:30px;
width:100%;
   -moz-user-select: none;
   -khtml-user-select: none;
}

.modelbottombar 
{
position:relative;
top:30px;
left:0px;
height:240px;
width:100%;
   -moz-user-select: none;
   -khtml-user-select: none;
}
.modeltopbar 
{
background:url(3middlebar.jpg) repeat-x;
position:relative;
top:0px;
left:0px;
height:30px;
width:100%;
   -moz-user-select: none;
   -khtml-user-select: none;
}

.defaulttopbar 
{
background:url(middlebar.jpg) repeat-x;
position:relative;
top:0px;
left:0px;
height:30px;
width:100%;
   -moz-user-select: none;
   -khtml-user-select: none;
}

.hidden
{
display:none;
}