/*  The Wedding Wearhouse / Black Tie Tuxedos
/	Style Version: Primary Style Sheet
/	Author: Rick Burke
/	Last Modification: 01/03/08
---------------------------------------*/

/* Structural Layout
---------------------------------------*/

body {
	margin: 0;
	border: 0;
	padding: 0;
	text-align:center; /* IE Center hack */
	background:#231f20 url(images/prom2010/BG-prom.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#stage
{
 position: relative;
 width: 800px;
 height: 2400px;
 border: solid 1px #000000;
 margin: 50px auto 5px;
 background:#fad5e5;
}

#header
{
 position: relative;
 width: 800px;
 height: 162px;
}

#company-info
{
 position: relative;
 width: 780px;
 height: 28px;
 padding: 10px;
 background:#231f20;
 font-size: 26px;
 color: #ffffff;
 text-align: center;
}

#content
{
 position: relative;
 width: 760px;
 height: 1600px;
 padding: 20px;
 text-align: left;
 background:#fad5e5 url(images/prom2010/BG-content.jpg);
}

#gallery
{
 position: relative;
 width: 460px;
 height: 1600px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 16px;
 text-align: left;
 float: left;
}

#tux-box
{
 position: relative;
 width: 260px;
 height: 350px;
 padding: 10px;
 float: right;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 20px;
 color: #ffffff;
 text-align: center;
 background:#231f20;
}

#tip-box
{
 position: relative;
 width: 260px;
 height: 1300px;
 margin-top: 20px;
 padding: 10px;
 float: right;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 14px;
 color: #000000;
 text-align: left;
 background:#fae3ee;
}

h1,h2,h3
{
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #000000;
}

h1 { font-size: 26px }
h2 { font-size: 20px }
h3 { font-size: 13px }