/* stylesheet.css */
/* Style rule for the page body */
/* Body text and page background */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(tallback.jpg);
	background-repeat: repeat;
}
#wrapper {
	width: 1000px;
	background-color: #ffffff;
	height: 1400px;
	margin-top: auto;
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: 20px;
}
/* Page footer style */
#carebox{
	width: 450px;
	font-family: tahoma;
	border: 1px solid #666666;
	padding: 10px;
	float: right;
	height: 250px;
}
#joinbox{
	width: 205px;
	font-family: tahoma;
	float: left;
	height: 110px;
	text-align: center;
	valign: middle;
	border: thin solid #990000;
	padding: 2px;
}
#websitebox{
	width: 450px;
	font-family: tahoma;
	padding: 10px;
	height: 250px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border: thin;
}
#navbar {
	width: 990px;
	background-color: #ffffff;
	height: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 1000px;
	background-color: #FFFFFF;
	text-align: left;
	border-bottom: solid 1px #000000;
	height: 150px; /* Same as fixedtop height */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	vertical-align: middle;
}
#main {
	padding-top: 5px; /* Same as header height */
	height: 2200px;
}
#leftcol{
float:left;
/* Leaves 38em for rest of layout */
}
#rightcol{
	float:right;
	width:500px; /* Half of 38em */
	background-color:#ffffff; /* white */
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #000000;
	border-left-color: #990000;
}
#bottom {
	width: 1000px;
	background-color: #FFFFFF;
	text-align: center;
	height: 50px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000000;
}
#joinbox2 {
	width: 205px;
	font-family: tahoma;
	float: left;
	height: 110px;
	text-align: center;
	valign: middle;
	border: thin solid #990000;
	padding: 2px;
	margin-top: 15px;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
#mainbody {
	background-color: #FFFFFF;
	width: 600px;
	float: left;
	text-align: left;
	font-family: tahoma;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 5;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5;
}
#insideleftbox {
	width: 190px;
	font-family: tahoma;
	height: 780px;
	text-align: center;
	valign: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#insidebox {

	width: 175px;
	font-family: tahoma;
	float: left;
	height: 90px;
	text-align: center;
	valign: middle;
	border: thin solid #990000;
	padding: 2px;
	margin-top: 15px;
}
#main1 {

	padding-top: 5px; /* Same as header height */
	height: 2700px;
}
#podbox {
	width: 205px;
	font-family: tahoma;
	float: left;
	height: 40px;
	text-align: center;
	valign: middle;
	border: thin solid #990000;
	padding: 2px;
	margin-bottom: 15px;
}
