@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image:url(Images/headertile.gif);
	background-repeat:repeat-x;
}

a {
	text-decoration:none;
}
img {
	border: 0px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: normal;
	color: #3D7873;
	text-decoration: none;
	font-weight: normal;
	margin-left: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	margin-left: 10px;
	color: #4C8D87;
}

#container {
	position:relative;
	width: 800px;
	margin:auto;
}

#header {
	background-image:url(Images/header.gif);
	height: 200px;
}

#sidebar {
	position: absolute;
	left: 0px;
	width: 200px;
	height: 600px;
	padding: 5px;
}

#sidebar ul {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style: none;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 30px;
	padding-left: 10px;
	padding-right: 0px;
	border-right-style: solid;
	border-right-color: rgb(95,156,154);
	border-right-width: 1px;
}

#sidebar li {
	line-height: 40px;
}

#sidebar ul a {
	color: rgb(95,156,154);
}

#sidebar ul a:hover {
	color: rgb(71,41,42);
}

#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
	margin-left:10px;
	padding-right: 15px;
}


#sociallinks {
	border-top-style:solid;
	border-top-color: rgb(95,156,154);
	border-top-width: 1px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 10px;
	padding: 10px;
	padding-left: 20px;
}

#sociallinks img{
	margin: 5px;
}

#content {
	position: relative;
	left: 200px;
	width: 600px;
	height 500px;
	border-style: solid;
	border-width: 1px;
	border-color:rgb(71,41,42);
	margin: 5px;	
}
#thumbimageleft {
	position: absolute;
	left: 200px;
	width: 195px;
	border-style: solid;
	border-width: 1px;
	border-color:rgb(71,41,42);
	margin: 5px;
	margin-top: 0px;	
}
#thumbimagecenter {
	position: absolute;
	left: 402px;
	width: 195px;
	border-style: solid;
	border-width: 1px;
	border-color:rgb(71,41,42);
	margin: 5px;
	margin-top: 0px;		
}
#thumbimageright {
	position: absolute;
	left: 605px;
	width: 195px;
	border-style: solid;
	border-width: 1px;
	border-color:rgb(71,41,42);
	margin: 5px;
	margin-top: 0px;		
}

#footer {
	position: absolute;
	left: 206px;
	width: 600 px;
	top: 800px;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: rgb(71,41,42);
}

#textbox {
	width: 300px;
	height: 400px;
	float: left;
}

#textbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 10px;
}

#textbox a {
	color: #3D7873;
	text-decoration: none;
}

#textbox a:hover {
	color: #4E2228;

}

form {
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.adjust {
	margin-left: 10px;
}

#poductinfo {
	width: 300px;
	height: 400px;
}
.jordanlink {
	color: #FF0000;
}
li {
	list-style: none;
}
