/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #fc3;	/* full background color  fc3 f60 is darker orange*/
	font: normal small Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: rgb(206,23,30);  /*#B13413   #903*/
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

p {
	font-size:90%; 
}

a:link {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #3284B5;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 800px;	/*700*/
	height: 200px;
	margin: 0 auto;
	/*	background: url(images/img1.jpg) no-repeat;*/
	/*background:  url("images/sunset_test.jpg") no-repeat;*/
	/*background:  url("images/tn200_soles_logo_shadow.jpg") no-repeat;*/
	background:  url("images/tn200_soleslogo_rev.jpg") no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
/*	text-transform: lowercase; */
	font-weight: normal;
	/*color: darkred; */  /* #f30 *//* soles for Africa font */
}

#header h1 {
	float: right;
	padding: 170px 0px 0px 0px;
	color: rgb(206,23,30);  /*f60*/
	font-size: 150%;
	font-style:italic;
}
#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}

h4 {
	font-size: 120%;
}
/* Menu */

#menu {
	width: 800px; /*700*/
	height: 41px;
	margin: 0 auto;
	font-size:120%;
/*	background: #37AEF2 url(images/img2.gif)*/
	background: #f90;}



#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	color: rgb(206,23,30);	/*was 'red'*/
	/*background: url(images/img3.gif);*/
/*	color: #FFFFFF;*/
}

/* Content */

#content {
	width: 800px;  /*700*/
	margin: 0 auto;
/*	background: url(images/img4.gif); /* shaded grey background */
	background: url(images/img_grey.gif);
}

/* colOne is the Contact Us info on far right side*/
#colOne {
	float: right;
	width: 160px;
	padding: 20px 10px 0 10px;
}

#colTwo {
	float: right;
/*	width: 360px; */
	width: 450px; 
	padding: 20px 10px 0 10px;
}

/* area for photos that shows up on left side */
#colThree {
	float: right;
	width: 120px;
	padding: 10px;
	}
/*	
#colFour {
	float: right;
	width: 120px;
	padding: 10px;
	}
#colFive {
	float: right;
	width: 120px;
	padding: 10px;
	}
*/
/* Footer */

#footer {
	width: 800px; /*700*/
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: 95%;
}

#footer * {
/*	color: #666666; */
	color: #000000;
}