
*
{
padding: 0em;
margin: 0em;
}

body
{
background: #000000 url('images/bg1.jpg');
padding: 55px 0px 55px 0px;
}


#outer
{
z-index: 2;
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 950px;
border: solid 1px #333;
background-color: #000;
margin: 0 auto;
}

#outerh
{
z-index: 2;
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 950px;
background-color: #000;
margin: 0 auto;
}

#header
{
position: relative;
width: 950px;
height: 50px;
background: #2B2B2B url('images/header_name.jpg') no-repeat;
margin-bottom: 0;
}

#headerb
{
position: relative;
width: 950px;
height: 50px;
background: #2B2B2B url('images/header_blank.jpg') no-repeat;
margin-bottom: 0;
}

#headercontent
{
position: absolute;
bottom: 0em;
padding: 0em 2.0em 1.3em 2.0em;
}

#headercontent h1
{
font-weight: normal;
color: #fff;
font-size: 2.5em;
}

#headercontent h1 sup
{
color: #777;
}

#headercontent h2
{
font-size: 1.0em;
font-weight: normal;
color: #aaa;
}

#headerpic
{
position: relative;
height: 540px;
background: #fff url('images/1.jpg') no-repeat top left;
margin-bottom: 0;
}

#headerpicb
{
position: relative;
height: 540px;
background: #fff url(images/header_blank.jpg) no-repeat top left;
margin-bottom: 0;
}

#headerpichome
{
position: relative;
height: 540px;
background: #000
margin-bottom: 0;
}

#menu
{
position: relative;
background: #000;
width: 950px;
height: 51px;

}


