/* Hair Art Academy */
/*-------------Standard Stuff-------------*/
body{
	margin:0;
	padding:0;
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
}
p{
	margin:0 15px 15px 15px;/*15px gives the space between paragraphs. 30px keeps the text away from the right side of the page*/
	line-height:1.4;
}
ul{
	line-height:1.4;
}
li{
	padding:2px 0;
}
a{
	color:#cc0000;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
/*-------------Divs-------------*/
#container{
	margin:0px auto 10px auto;
	width:802px;
	background:#000;
	border-right:1px solid #666;
	border-left:1px solid #666;
}
/*#container td{
	vertical-align:top;
}*/
#header{
	width:100%;
	border-bottom:2px solid #38383b;
	background:url(images/header.jpg) no-repeat;
	text-align:right;
	height:119px;
	border-bottom:1px solid #666;
	vertical-align:bottom;
}
#nav{
	width:149px;
	padding:15px 0 0 0;
	border-right:1px solid #666;
	vertical-align:top;
}
#sub-header{
	height:182px;
	width:650px;
}
#content{
	width:650px;
	padding:5px 0;
	background:url(images/bg_leaf.gif) no-repeat right top;/*first number is left/right second number is top/bottom*/
	vertical-align:top;
}
#footer{
	background:url(images/footer.jpg) no-repeat;
	text-align:center;
	height:26px;
	font-weight:bold;
	vertical-align:middle;
}

/*-------------Nav Styles-------------*/
#nav table{
	width:90%;
	margin-left:10px;
	color:#fff;
}

#nav table td{
	padding:0 0 8px 0;
}
#nav table td a{
	text-decoration:none;
	color:#fff;
}
#nav table td a:hover{
	color:#cc0000;
}
.vertical-workmark{
	margin:40px 0 20px 0;
}
/*-------------Heading Styles-------------*/
h1, h2, h3, h4, h5, h6{/*setting padding and margin to 0 to fix difference between FF and IE*/
	margin:0 0 0 15px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
h1{
	font-size:19px;
	padding-bottom:0px;
}
h2{
	font-size:17px;
	padding-bottom:10px;
}
h3{

}
/*-------------Content Styles-------------*/
.left-image{
	float:left;
	padding:0 10px 10px 10px;
}

/*-------------Table Styles-------------*/
.twocolumn{
	width:645px;
}
.twocolumn td{
	vertical-align:top;
}
.twocolumn td.right{
}
.twocolumn td.left{
	padding:0px 5px 10px 5px;
}

