@charset "UTF-8";

/* generic styles */
body 
	{
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#484a53;
	background:url(/images/pageBack.jpg);
	}
H1
	{
		font-size:20px;
		font-family:Tahoma, Geneva, sans-serif;
		font-weight:normal;
	}
H2
	{
		font-size:18px;
		font-family:Tahoma, Geneva, sans-serif;
		font-weight:bold;
	}
H3
	{
		font-size:16px;
		font-family:Tahoma, Geneva, sans-serif;
		font-weight:normal;
	}
H4
	{
		font-size:15px;
		font-family:Tahoma, Geneva, sans-serif;
		font-weight:normal;
	}
H5
	{
		font-size:14px;
		font-family:Tahoma, Geneva, sans-serif;
		font-weight:normal;
	}
H6
	{
		font-size:13px;
		font-family:Tahoma, Geneva, sans-serif;
		font-weight:normal;
	}
P
	{
		font-size:12px;
		font-family:Tahoma, Geneva, sans-serif;
	}
	
a:link, a:visited
	{
		color:#8E0B01;
	}
	
a:hover	
	{
		color:#F00;
	}
	
	
/* custom styles for AoB */
.push
	{
		height:30px;
	}

#backWrap
	{
		width:100%;
		background:url(/images/rep_til.jpg) repeat-x;
		
	}
	
.rightPane
	{
		background:#E4DCBB;
		border-right:1px #000 solid; vertical-align:top;
		width:150px;
	}
	
.contentPane
	{
		background:#f1f1f1;
		width:400px;
		height:321px;
		border-left:#000 1px solid; border-right:#000 1px solid;
		vertical-align:top;
		padding:5px;
	}
	
.imagePane
	{
		border-left:#000 1px solid;
		width:250px;
		background:#f1f1f1; vertical-align:top;
	}
	
.nav
	{
		background:#b99e2a;
		width:100%;
		font-size: 11px;
		color:#000;
		border:1px solid #000;
		height:24px;
	}
	
.copyrightPane
	{
		border:#000 1px solid;
		background:#000;
		font-size:9px;
		vertical-align:middle;
		color:#CCC;
		padding:10px 0px 0px 30px;
	}
	
.smallMenu
	{
    width:150px;
    height:24px;
    background:url(/images/smallMenuBack.jpg) no-repeat;
    float:right;
    font-size:8pt;
    font-family:helvetica;
    padding:5px 15px;
	margin-top:-15px;
	margin-right:-5px;
    color:white;
    word-spacing:20px;
    text-decoration:none;
    }
	
.footNav
	{
		background-color:#000;
		vertical-align:middle;
		color:#CCC;
		text-align:center;
		padding:5px 5px 10px 5px;
	}
    
.smallMenu a:link
	{
    color:white;
    text-decoration:none;
    }
.smallMenu a:hover
	{
    color:white;
    text-decoration:none;
    }
.smallMenu a:visited
	{
    color:white;
    text-decoration:none;
    }

#titleGoesHere
	{
	font-family:Arial; 
	position:relative; 
	color:#fff; 
	font-size:18px; 
	font-weight:bold; 
	width:326px; 
	top:-170px; 
	left:25px; 
	z-index:250;
	}
	
#caption2
	{
	font-family:Arial; 
	position:relative; 
	color:#fff;
	text-align:left; 
	font-size:14px; 
	width:326px; 
	top:-150px; 
	left:50px; 
	z-index:250;
	}

.blend img 
	{
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	}

.heading
	{
		background:url(http://academyofbeauty.wsiefusion.net/images/head.jpg) no-repeat;
	}