@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/uploadbg.png);
	
}
a:link {
	color: #517D9B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3C6075;
}
a:hover {
	text-decoration: none;
	color: #5495BC;
}
a:active {
	text-decoration: none;
	color: #517D9B;
	text-align: left;
}
.oneColLiqCtrHdr #container {
	width: 960px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	height: 100%;
	background-image: url(images/uploadbg.png);
}
.oneColLiqCtrHdr #header {
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #3A5F74;
}
.oneColLiqCtrHdr #titleheader {
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 2px;
	border: 1px none #FFFFFF;
}
.oneColLiqCtrHdr #mainContent {
	border: thin solid #FFFFFF;
	width: 960px;
	height: 600px;
	background-color: #213340;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.oneColLiqCtrHdr #mainContentDynamic {
	border: thin solid #FFFFFF;
	width: 960px;
	height: 100%;
	background-color: #213340;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.oneColLiqCtrHdr #content {
	width: 920px;
	height: 540px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 20px;
	padding: 20px;
}
.oneColLiqCtrHdr #flashcontainer {
	width: 600px;
	height: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 0px;
	padding-right: 180px;
	padding-bottom: 5px;
	padding-left: 180px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.oneColLiqCtrHdr #games {
	width: 48%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	float: left;
}
.oneColLiqCtrHdr #toons {
	width: 48%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	float: right;
	clear: none;
}
.oneColLiqCtrHdr #extracontent {
	width: 60%;
	text-align: left;
	font-size: 12px;
	margin-left: 10%;
	float: left;
	padding: 2px;
	border: thin none #FFFFFF;
} 
.oneColLiqCtrHdr #backbttn {
	width: 40%;
	text-align: left;
	font-size: 12px;
	margin-left: 30%;
	float: left;
	padding: 2px;
	border: thin none #FFFFFF;
} 
.oneColLiqCtrHdr #credits {
	width: 25%;
	text-align: left;
	font-size: 12px;
	margin-left: 2%;
	margin-right: 2%;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
.oneColLiqCtrHdr #footer {
	width: 960px;
	text-align: center;
	font-size: 12px;
	float: left
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColLiqCtrHdr #copyright {
	width: 960px;
	text-align: center;
	font-size: 10px;
	color: #253E4B;
} 
.oneColLiqCtrHdr #statcounter {
	width: 960px;
	text-align: center;
	font-size: 8px;
	color: #0E161B;
}
.oneColLiqCtrHdr #uploader h1 {
	font-size: 24px;
	font-weight: bold;
	color: #3A5F74;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}
.oneColLiqCtrHdr #uploader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/uploadtablebg.png);
	margin: 0px;
	padding: 5px;
	height: auto;
	width: 960px;
}
.oneColLiqCtrHdr #uploadfiles {
	width: 100%;
	text-align: left;
	font-size: 12px;
	color: #253E4B;
	float: none;
	padding: 3%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #D0E6F0;
	border-right-color: #D0E6F0;
	border-bottom-color: #D0E6F0;
	border-left-color: #D0E6F0;
}
.oneColLiqCtrHdr #ulversion {
	margin: 0;
	font-size: 10px;
	font-weight: normal;
	color: #3A5F74;
	text-align: right;
}
.oneColLiqCtrHdr #filecontainer {
	width: 40%;
	text-align: left;
	font-size: 12px;
	color: #253E4B;
	padding-right: 30%;
	padding-left: 30%;
}
.oneColLiqCtrHdr #flash_links_content {
	height: 100%
}
.oneColLiqCtrHdr #container #mainContent div table tr th {
	text-align: left;
}
.oneColLiqCtrHdr #container #mainContent div p {
text-align: left;

}
.oneColLiqCtrHdr #newsSidebar {
	border: thin solid #FFFFFF;
	width: 220px;
	height: 100%;
	background-color: #213340;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: right;
	position: static;
}
.oneColLiqCtrHdr #newsContent {
	border: thin solid #FFFFFF;
	width: 750px;
	height: 100%;
	background-color: #213340;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
}
.oneColLiqCtrHdr #newsStuff {
	margin: 10px;
	
}
.oneColLiqCtrHdr #container #mainContent div table tr td {
	text-align: center;
}
.oneColLiqCtrHdr #container #mainContent div table {
	text-align: left;
}
.oneColLiqCtrHdr #container #mainContent div p {
	text-align: center;
}
.oneColLiqCtrHdr #newscontainer {
	width: 1000px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	height: 100%;
	background-image: url(images/uploadbg.png);
}
.oneColLiqCtrHdr #postdivider {
	width: 100%;
	text-align: center;
	font-size: 12px
}
.oneColLiqCtrHdr #newscontainer #newsSidebar div font  {
	color: #517D9B;
}
.oneColLiqCtrHdr #sidebarAboutMe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin: 10px;
}
.oneColLiqCtrHdr #newsProfileContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 200px;
	text-align: left;
}

.oneColLiqCtrHdr #profileText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: right;
	width: 110px;
}
.oneColLiqCtrHdr #profileImage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	width: 80px;
}
