/* Simply Burlesque */

body		{ margin:0px; 
			  padding:0px; 
			  text-align:center;
			  background-color: #ffffff;
			  }

img			{ border:0px;}

h1	{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  font-size: 9px; 
	  font-style: normal;
	  font-weight:normal;
	  color:#990000; 
	  display: inline;
	  }
	  
h2	{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  font-size: 16px; 
	  font-style: normal; 
	  color:#990000; 
	  display: inline;
	  }

h3	{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  font-size: 14px; 
	  font-style: normal; 
	  color:#990000; 
	  display: inline;
	  }  
	  
.clr		{ clear: both;}

#wrapper	{ width:902px;
			  margin:0px auto;
			  text-align:left;
			  }

#home_top_bg	{ background-image:url(../gfx/home_top_bg.jpg); background-repeat: no-repeat; width:902px; height:230px;}

#main_bg	{ background-image:url(../gfx/content_bg.jpg); background-repeat: repeat-y; width:902px;}
		  
#content_top	{ background-image:url(../gfx/content_top.jpg); background-repeat: no-repeat; width:902px; height:5px;}
#home_content_bg	{ background-image:url(../gfx/cheerleader.jpg); background-repeat: no-repeat; background-position:bottom right; width:902px;}
#content_foot	{ background-image:url(../gfx/content_foot.jpg); background-repeat: no-repeat; width:902px; height:5px;}

#topleft		{ float:left; padding:150px 0px 0px 200px;}
#topright		{ float:right; }
#menu		{ padding: 10px 20px 0px 0px;}
.menu		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
			  font-size: 10px; 
			  font-style: normal; 
			  color:#990000;
			  text-align:right;
			  line-height:125%;
			  text-transform:uppercase;
			  }

.menu A:link	{ color:#990000; text-decoration: none; font-weight: bold;}
.menu A:visited	{ color:#990000; text-decoration: none; font-weight: bold;}
.menu A:hover	{ color:#990000; text-decoration: underline; font-weight: bold;}
.menu A:active	{ color:#990000; font-weight: bold;}

#leftcol		{ float:left; padding:30px 0px 0px 30px;}
#rightcol		{ float:right; }

.text	{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  font-size: 11px; 
	  		  font-style: normal;
			  font-weight: normal; 
	  		  color:#990000;
			  padding: 0px 10px 20px 0px;
			  width:650px;
	  		  }
.text A:link		{ color:#990000; text-decoration: none; font-weight: bold;}
.text A:visited		{ color:#990000; text-decoration: none; font-weight: bold;}
.text A:hover		{ color:#990000; text-decoration: underline; font-weight: bold;}
.text A:active		{ color:#990000; }


#foot		{ background-color:#ffffff; width: 902px; height: 50px; }
#foot_left		{ float:left; padding:20px 0px 0px 0px;}
#foot_right		{ float:right; padding:20px 0px 0px 0px; }

.foot	{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  font-size: 9px; 
	  		  font-style: normal;
			  font-weight: normal; 
	  		  color:#990000;
			  padding: 0px 0px 0px 0px;
	  		  }
.foot A:link		{ color:#990000; text-decoration: none; font-weight: bold;}
.foot A:visited		{ color:#990000; text-decoration: none; font-weight: bold;}
.foot A:hover		{ color:#990000; text-decoration: underline; font-weight: bold;}
.foot A:active		{ color:#990000; }

.form		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
			  font-size: 11px; 
			  font-style: normal; 
			  color:#990000; 
			  }

.form A:link	{ color:#990000; text-decoration: none;}
.form A:visited	{ color:#990000; text-decoration: none;}
.form A:hover	{ color:#990000; text-decoration: none;}
.form A:active	{ color:#990000;}

input, select, textarea {	background: #ffffff;
				font-family: Verdana, Tahoma, sans-serif, helvetica;
				color:#990000;
				font-size: 10px;
				font-weight: bold;
				border: solid 1px #990000;
				padding:3px;
				}
				
#photo_padding	{ padding-top: 30px;
				  padding-right:10px;
				  }