/* -------- English Cleaning Company Style Sheet ------ */
/* ---------------------Version 1---------------------- */
/* --------------------19 Oct 2004--------------------- */

/* ---------*(c) Lightbringer Designs 2004------------- */



/* ------------------Body------------------- */
	body {
		background-color: #170E79;
		font-family: Georgia, Times New Roman, Times, serif;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		font-size: small
		}

/* ----------Headings 1 through 6------------ */

	h1 {
		color: }
	h2 {
		text-decoration: underline}
	h3 {}
	h4 {
		font-variant: small-caps}
	h5 {
		text-indent: 20px
		}
	h6 {
		color: #666666;
		font-family: garamond, "arial narrow", times, sans-serif}

/* ---------Paragraphs and emphasis---------- */

	p {}
	big {}
	small {}
	sub {}
	sup {}
	strike {}
	em {}
	strong {}
	tt {}


/* ---------------Quotes etc---------------- */

	blockquote {}
	q {}
	cite {}
	code {}
	dd {}
	dt {}
	abbr {}
	acronym {}

/* ------------------Forms------------------ */

	form {}
	button {}
	option {}
	optgroup {}
	select {}

/* -----------------Tables------------------ */

	th {}
	tf {}
	td {}
	caption {}


/* ------------------Lists------------------ */
	
li{}
	ol{
		list-style-type: none;
		list-style: outside}
	ul{
	
		text-indent: 30px;
		list-style: outside;
	
	list-style-type: disc}


/* -----------------Hyperlink----------------- */
	a:link {
		color: #170e79;
		text-decoration: none;
		font-weight: bold;
		border: 0px}
	a:visited
		{
		color: #170e79;
		text-decoration: none;
		font-weight: bold;
		border: 0px}
	a:hover {
		color: #0000DD;
		text-decoration: underline;
		font-weight: bold;
		border: 0px}
	a:active {
		color: #170e79;
		text-decoration: none;
		font-weight: bold;
		border: 0px}

/* -----------------Header----------------- */
	#header {
		/* background-color: #000066; */
		background-color: #170E79;
		text-align: left;
		margin-top: 10px;
		padding-left: 50x;
		 height: 90px;
		color: #faffff;
		padding-top: 10px;
		margin-left: 10px;
		
		}

	#header h1 {
		font-family: "times new roman", times;
		font-weight: normal;
		}
		
	#logo {
		float: left}
		
	#contact {
		float:right;
		text-align: right;
		padding-right: 15px;
		font-weight: normal}

	#contact a:link {
		color: #ffffff;
		font-weight: normal}


	#contact a:visited {
		color: #ffffff;
		font-weight: normal}

	#contact a:hover {
		color: #ffffff;
		text-decoration: underline;
		font-weight: normal}


/* -----------------Sidebar----------------- */

	#sidebar {
		width: auto;
		color: #ffffff ;
		float:left;
		padding-top: 15px ;
		padding-left: 5px ;
		padding-right: 5px ;
		padding-right: 0px ;
		text-transform: capitalize ;
/*		border-right: 3px solid #B3B0F8; */
		font-family: "times new roman", times ;
		margin-top: -15px;
		text-align: center;
		font-weight: 200;
		margin-right:auto;
		margin-left: 0%;
		background-color:#170E79;
		}

	#sidebar h3 {
		text-align: center}

	#selected {
		font-style:italic
		}

/*	#border {
		background-color: #170E79;
		width: 10px;
		float: right;
		height: 480px;
		color: #ffffff;
		padding-top: 15px;
		padding-left: 5px;
		padding-right: 5px;
		text-transform: capitalize;
		border-left: 3px solid #B3B0F8;
		border-bottom: 3px solid #B3B0F8; 
		margin-top: -3px
		} */

	#sidebar {
		text-align: right;
		padding-right: 15px;
		font-weight: normal}

	#sidebar a:link {
		color: #ffffff;
		font-weight: normal}


	#sidebar a:visited {
		color: #ffffff;
		font-weight: normal}

	#sidebar a:hover {
		color: #ffffff;
		text-decoration: underline;
		font-weight: normal}
		
	#icons {
		text-align: center}


/* -----------------Content----------------- */
	#content {
		float: right;
		background-color: #EBEAFD ;
		width: 75% ;
		margin-left: auto;
		margin-right: 15px;
		margin-top: 0px;
		padding-left: 20px;
		border: 3px solid #B3B0F8; 
		padding-right: 15px
		}

	#quote {
		text-align: right;
		z-index: -1;
		font-size: small;
		color: #5048EF;
		/* color: #170E79; */
		font-family: "book antiqua", georgia, garamond, sans-serif;
		width: 50%;
		text-align: center;
		padding-right: 10px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px
		}

	#pic {
	text-align: center
		}