@charset "utf-8";
/* CSS Document */


body{
	background-color: #FFFFFF;
	font-size: 12px;
	color: #542F11;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}


#header {
	background-color: #FFFFFF;
	position: static;
	background-repeat: repeat-x;
	margin-top: 20px;
}


#topbar{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #336699;
	margin-top: 20px;
	padding-top: 5px;
}

#yourmove{
	background-color:#FFC223;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 150px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #336699;
	border-bottom-color: #336699;
}

#yourmovetext {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
}

#bottombar{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	height: 25px;
}

#bottombartext{
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: middle;
	padding-left: 100px;

	
}
#header #yourmove #yourmovetext #headerImage2 img {
	position: absolute;
	float: right;
	top: 10px;
	padding-left: 600px;
	z-index: 100;
}
#header #yourmove #yourmovetext #headerImage img {
	padding-left: 50px;
}

#container {
	background-image: url(images/imgPinstripe.gif);
	background-repeat: repeat;
}
#mainContent {
	background-color: #FFFFFF;
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;

}


#sidebar{
	float: left;
	width: 240px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	text-align: left;
	padding-top: 20px;
}

#mainText{
	margin-left: 260px;
	width: 450px;
	height: 900px;
	text-align: left;
	position: relative;
	padding-right: 10px;
	padding-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 40px;
	margin-right: 10px;
}


#rightSidebar{
	width: 150px;
	float: right;
	padding-right: 20px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
}
#container #mainContent #rightSidebar .right {
	padding-bottom: 5px;
}


#footer{
	background-color: #FFFFFF;
	text-align: right;
	width: 800px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 20px;

}

.footer{
	padding-right: 20px;
	padding-top: 5px;
	margin: 0px;
	color: #336699;
	font-size: 10px;
	line-height: 13px;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #542F11;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #542F11;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #542F11;
}
img {
	padding-right:10px;
	border: none;
}

a {
	color: #336699;
	font-size: 13px;
	text-decoration: none;
}

a:hover {
	color: #669900;
	font-size: 13px;
}

.bullet{
	font-size: 10px;
	
}

.right{
	float:right;
	width: auto;
}

.left{
	float:left;
	width: auto;
}
#wrap  #container  #sidebar  table td {
	text-align: left;
	
}

.footer img {
	padding: 0px;
}



