div#container {
				width: 1000px;
				margin: auto;
}
div#top		 {
				width: 1000px;
				height: 230px;
				background-image: url(/~pcrane/teamPage/imgs/horn.jpg);
}
div#logout	{
				width: 120;
				height: 25;
				position: relative;
				top: 115px;
				margin-left: auto;
				margin-right: auto;
}
div#meat		{
				width: 970px;
				background-repeat: repeat-y;
				padding-left: 15px;
				padding-right: 15px;
}
div#leftDiv	{
				width: 435px;
				padding-top:20px;
				float: left;
}
div#leftStats	{
				width: 350px;
				padding-top:20px;
				float: left;
}
div#text		{
				width: 435px;
				padding-top: 20px;
				float: right;
}
div#activeR	{
				width: 600px;
				padding-top: 20px;
				padding-left: 10px;
				padding-right: 10px;
				float: right;
}
div.arrowL	{
				width: 170px;
				height: 73px;
				float: left;
}
div.arrowR	{
				width: 170px;
				height: 73px;
				float: right;
}
.mainText 	{
				font-family: "century gothic";
				color: white;
				font-size: 15pt;
}
.stats		{
				text-shadow: 1px 1px 1px #800517;
				color: white;
				font-family: "century gothic";
				font-size: 25px;
}
.centerDiv	{
				position: relative;
				top: 30px;
				width: 1000px;
}
.actText{
				text-shadow: 2px 2px 2px #800517;
				color: white;
				font-family: "century gothic";
				font-size: 20px;
}

input#comF	{
				background-color: #181818;
				border-style: inset;
				border-color: #300000;
				color: white;
				font-family: "century gothic";
}
				
