	/* General styles of page */
html, body {
	background: #000000 url(../images/background.jpg) repeat-y center top;
	font: .98em Arial,non-serif;
	padding: 0;
	margin: 0;
}

p, .testimonial {
	line-height: 1.6em;
}

p:first-letter {
	font-size: 1.2em;
}

.justify {
	line-height: 1.4em;
	text-align: justify;
}

h1 {
	font: bold 1.6em Times,serif;
}

h2 {
	font: bold 1.4em Times,serif;
}

h3 {
	font: bold 1.2em Times,serif;
}

a img {
	border: none;
}


ul {
	list-style-type: circle;
}

hr {
	width: 90%;
	text-align: center;
}

a:hover {
	text-decoration: none;
}



	/* Container area */
#container {
	margin: 0 auto;
	max-width: 700px;
	min-width: 330px;
}



	/* Header area */
header {
	height: auto;
	max-width: 700px;
}




	/* Navigation pane  */
nav {
}



	/* Article area */
article {
	clear: both;
}

.testimonial {
	font-style: italic;
}

.adjustRight {
    float: right;
    margin: -10px 10px 40px;
    text-align: right;
    width: 100%;
}

#articleHeader, #articleContent , #articleBottom  {
	padding: 1% 3%;
}

.articleSection {
	clear: both;
}

.contentLeft {
    float: left;
	padding: 1% 2%;
    width: 46%;
}

.imageDesc {
    float: left;
	padding: 2%;
    width: 26%;
	min-width: 150px;
}

.imageLeft {
	margin: 20px 0;
	text-align: center;
	vertical-align: top;
}


.contentRight {
	float: left;
	padding: 2%;
}

.imageRight {
	margin: 20px 0 0;
	text-align: center;
	vertical-align: top;
}

itcst {
	float: right;
	padding: 3% 0;
}

cap {
    float: right;
    font-size: 0.8em;
    font-style: italic;
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
}

.clear1em {
	clear: both;
	height: 1em;
}



	/* Footer formating  */
footer {
	clear: both;
	height: 26px;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	font-family: Arial,non-serif;
	color: white;
}

#footerLocation {
	font-size: 0.8em;
	margin: .5% 3%;
	float: left;
}
#footerLocation a:link, #footerLocation a:visited  {
	color: white;	
	text-decoration: underline;		/* or none  */
}

#footerNav {
	float: left;
	font-size: 0.8em;
	margin: 0.5% 0 0 11%;
}
#footerNav a:link, #footerNav a:visited {
	color: white;	
	text-decoration: underline;		/* or none  */
}

#footerLocation a:hover , #footerNav a:hover {
	color: white;	
	text-decoration: none;		/* or underline  */
}

#footerSitemap {
	float: right;
}
