/** Common Styles */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #663373;
	line-height: 25px;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	/*background-image:url(../images/purple2.jpg);*/
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FFFFFF;
}

/** Header Style Starts Here */

#header {
	width: 920px;
	height: 215px;
	margin: 0 auto;
	padding: 0;
	/*background: url(../images/Tiger-Meauxing-Services_logo_logo2.jpg) no-repeat left top;*/
	
}

#header h1, #header p {
	margin: 0;
	text-align: right;
	/*vertical-align:text-bottom;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	color: yellow;
}
/*
#header h1 {
	padding: 120px 60px 10px 55px;
	/*text-transform: lowercase;
	font-size: 50px;
	font-weight: normal;
}*/

#header p {
	font-size: 24px;
	padding-right: 60px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}


/** Menu Style Starts Here */


#menu {
	width: 920px;
	height: 55px;
	
	margin: 0 auto;
	padding: 0;
	background: url(../images/image02.jpg) no-repeat left top;
}

#menu ul {
	margin-left:120px;
	list-style: none;
/*	padding-top: 3px;*/
	padding-left: 80px;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
}

#menu .first a  {
	padding-left: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:yellow;
}
#menu .other a  {
	padding-left: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:orange;
}

/** Page Style Starts Here */
/*
#page {
	width: 840px;
	margin: 0 auto;
	padding: 0;
}
*/
#content {
	float:none;
	width: 920px;
	/*height: 480px;*/
	margin: 0 auto;
}

#content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #4C2655;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
}
#content p {
	margin: 0px 150px;
	padding: 20px 0 0 0;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: yellow;
}

/** Footer Style Starts Here */

#footer {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/image03.jpg) no-repeat left bottom;
}

#footer p {
	margin: 0;
	padding: 60px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
/*Styles for table contents*/
.contents{
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: yellow;
}
.contact{
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color: yellow;
}



