/* Closet Tailors Microsite worked on by Darren Wissler, Aviatech 03-08
************************************************************************/

/* Color Index
*********************************************************
*********************************************************

Blue Border: 5d88a1
Left Col Blue BF: 5a869f
Brown Body Text: 5a471b

*********************************************************
*********************************************************
************/

/* Reset Global Properties 
*************************/
html, body, p, form, input, label, 
div, span, h1, h2, h3, h4, h5, h6, h7,
br, a, table, tr, td, ul, ol, li, img {
	border: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
 }
 
/* Headings
**********/ 
h1, h2 {
	font-weight: normal;
	color: #5a869f;
	line-height: 1.1em;
	margin-bottom: 9px;
	font-family: Georgia, "Times New Roman", Times, serif
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.9em;
}

h3 {
	color: #5a869f;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
}

h4 {
	color: #5d88a1;
	font-size: 1.4em;
}
 
/* Paragraphs 
************/ 
p {
	margin-bottom: 20px;
 }
 
/* Links
*******/ 
a {
	color: #5a869f;
	text-decoration: underline
 }
 
a:hover {
	text-decoration: none;
 }
 
/* Body
******/ 
body {
	font: 62.5% Arial, Verdana, Helvetica, sans-serif; 
	text-align: center;
	background-color: #FFF;
	background: #FFF url("../images/bgtile.jpg") repeat-y top center;
 }

