/* Destination Beauty of Texas Homepage CSS */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6{
  margin:0px;
  padding:0px;
  border:0px;
  outline:0px;
  font-size:100%;
}

body{
	background-image:url(../imgs/back-rep.jpg);
	background-position:center top;
	background-repeat:repeat;
	text-align:center;
}

/*BigContainer
-----------------------------------------------------------------*/

#bigcontainer{
	height:100%;
	width:955px;
	margin:0px auto;
}

/*TopNavigation
-----------------------------------------------------------------*/

#topnavigation{
	height:60px;
	width:955px;
	text-align:right;
}

#topnavigation p{
	font:13px "Times New Roman", Times, serif;
	text-transform:uppercase;
	padding-right:10px;
	padding-top:40px;
	color:#462508;
}

#topnavigation a{
	font:12px "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#462508;
}

#topnavigation a:hover{
	font:12px "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:underline;
}

/*Header
-----------------------------------------------------------------*/

#header{
	background-image:url(../imgs/header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:370px;
	width:955px;
	margin:0px;
}

/*Navigation
-----------------------------------------------------------------*/

#navigation{
	background-image:url(../imgs/nav-back.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	clear:both;
	width:955px;
	height:60px;
	margin:0px;
	text-align:center;
}

#navigation p{
	font:11px "Times New Roman", Times, serif;
	line-height:11px;
	text-transform:uppercase;
	color:#fff7e8;
	margin:0px;
	padding-top:10px;
}

#navigation a{
	font:11px "Times New Roman", Times, serif;
	line-height:10.7pt;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff7e8;
}

#navigation a:hover{
	font:11px "Times New Roman", Times, serif;
	line-height:10.7pt;
	text-decoration:none;
	text-transform:uppercase;
	color:#d58b2b;
}

/*Content
-----------------------------------------------------------------*/

#content{
	background-color:#ffe8c0;
	height:100%;
	width:935px;
	margin:0px auto;
	text-align:center;
}

/*LeftColumn
-----------------------------------------------------------------*/

#Lcolumn{
	height:100%;
	width:270px;
	margin:0px;
	text-align:left;
	float:left;
}

#Lcolumn p{
	font:13px "Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:bold;
	line-height:16px;
	color:#a75a4c;
	margin:0px;
	padding-left:20px;
}

#Lcolumn a{
	font:13px "Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:bold;
	line-height:16px;
	color:#a75a4c;
	margin:0px;
}

#Lcolumn .imgL{
	float:none;
	margin-top:10px;
}

/*RightColumn
-----------------------------------------------------------------*/

#Rcolumn{
	height:100%;
	width:640px;
	margin:0px;
	text-align:left;
	padding-right:25px;
	float:right;
}

#Rcolumn h1{
	font:13px "Times New Roman", Times, serif;
	line-height:16px;
	color:#462508;
	font-weight:bold;
	margin:0px;
	padding-left:20px;
}

#Rcolumn p{
	font:13px "Times New Roman", Times, serif;
	line-height:16px;
	color:#462508;
	margin:0px;
	padding-left:20px;
}

#Rcolumn a{
	font:13px "Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:bold;
	line-height:16px;
	color:#462508;
	margin:0px;
}

#Rcolumn a:hover{
	font:13px "Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:bold;
	line-height:16px;
	color:#d58b2b;
	margin:0px;
}


/*Footer
-----------------------------------------------------------------*/

#footer{
	width:935px;
	height:40px;
	margin:0px;
	text-align:center;
	clear:both;
}

#footer p{
	font:11px "Times New Roman", Times, serif;
	text-transform:uppercase;
	margin:0px;
	padding-top:10px;
	color:#462508;
}

#footer a{
	font:11px "Times New Roman", Times, serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#462508;
}

#footer a:hover{
	font:11px "Times New Roman", Times, serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#d58b2b;
}

/*Bottom
-----------------------------------------------------------------*/

#bottom{
	width:955px;
	margin:0px;
	text-align:center;
}

#bottom p{
	font:11px "Times New Roman", Times, serif;
	line-height:13px;
	color:#462508;
}

#bottom a{
	font:11px "Times New Roman", Times, serif;
	text-decoration:underline;
	color:#462508;
}

.floatL{
	float:left;
}
