﻿body {
	background-color: white;


}

a:visited{
	color:white;
	text-decoration:none;
	}

a:link{
	color:white;
	text-decoration:none;
	
}

a:hover{
	font-style:italic;
}





#header{
	background-image:url('logo_small.png');
	background-repeat:no-repeat;
	background-position: 10px;
	background-color:maroon;
	vertical-align:middle;
	font-family:"Times New Roman", Times, serif;
	 color:white;
	 height:120px;
	 width: auto;
	 float: right;
	 border-left-width:5px;
	 border-bottom-color:white;
	 border-bottom-width:thin;
	 border-bottom-style:solid;
}

h1{
}

.header_text_1{
	color:#FCEE21;
	vertical-align:middle;
	text-align:right;
		float:right;
	font-style:italic; 
	font-size:xx-largel
}

.header_text_2{
	color:#A87D50;
	vertical-align:middle;
	text-align:right;
	float:right;
	font-style:italic; 
	font-size:xx-largel
}
.header_text_3{
	color:#EB2227;
	vertical-align:middle;
	text-align:right;
	float:right;
	font-style:italic; 
	font-size:xx-largel
}


#menu {
	width:auto;
	height: 40px;
	margin: 0 0 0 0;
	background-color:maroon;




}

#menu ul {
	width:auto;
	height: 40px;
	list-style: none;
	line-height: normal;
	float:left;
	margin-left:0px;	
	
}

#menu li {
	display: inline;
	color:white;
	font-size: x-large;

}



#content{
	background-image:url('girl_transparent_web.jpg');
	background-repeat:no-repeat;
	background-position:right;
	height:800px;
	width:auto;
	float:none;
	color:maroon;
	vertical-align:middle;

}

#content img {
	
	float:left;
	
}

.testimonial-text{
	font-style:italic;
	font-size:medium;
	color:maroon;
	padding:50 500 10 0;
	margin:50 500 10 0;

}

.href{
	color:maroon;
}

.offer{
	color:white;
	text-decoration:blink;
	background-color:red;

}

#footer{
	color:maroon;
	height:150px;
	width:auto;
	float: right;
	vertical-align:middle;
	margin:10 0 0 0 ;
	padding-top:5px;
/*
	border-top-color:maroon;
	border-top-style:solid;
	border-top-width:thin;
*/	
	
}


