/*

SoftCorp
Version 1.0
By AntonioWells.com of NAMYnot Multimedia Inc. www.namynot.com

*/
#wrapper{
	width:1000px;
	position:relative;
	margin-left: auto ;
 	margin-right: auto ;
	margin-top:0 auto;
}

/*#controllerleft{
	width:39%;
	float:left;
	margin:0px;
	padding:0px;
}


#controllerright{
	width:60%;
	float:right;
	margin-top:70px;
	padding:0px;
}*/

body {
background-color:		#222;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	/*padding: 0px;*/
	color: #000;
	background:url(../Images/ConcreteBG.jpg);
	padding: 20px;
}


a, a:link, a:active {
	color: #CE0000;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

/* Start Common Classes */



.ContentLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 50%;
	padding: 0px 0px;
	Z-index: 2;
}

.ContentRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	width: 46%;
	padding: 0px 0px;
}


.shiftcontainer{
position: relative;
left: 15px; /*Number should match -left shadow depth below*/
top: 15px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 1000px; /* container width*/
background: transparent url(../Images/bigshadow.jpg) no-repeat bottom right;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
height:400px;
background-color: black;
border: 1px solid #666666;
padding: 6px;
position: relative;
left: -15px; /*shadow depth*/
top: -15px; /*shadow depth*/
}

/* End Form Styles */
#pageWrap {
	width:					500px;
	background-color:		transparent;
	margin:					25px auto;
}

#pageBody {
	width:					100%;
}


h1 {
	font-size:		2.0em;
	margin:			0.5em 0;
}
p {
	padding-top:	10px;
	margin:			0.5em 0;
}

.clear	{ clear: both; }

html, body { height: 100%; margin-bottom: 1px; }

/*FADE BORDER*/
#top, #bottom, #left, #right {
	background: black;
	display: none;
	}
	#left, #right {
		position: fixed;
		top: 0; bottom: 0;
		width: 88px;
		}
		#left { left: 0;  background: url(../Images/left.png) left center repeat-y;}
		#right { right: 0; background: url(../Images/right.png) right center repeat-y;}
		
	#top, #bottom {
		position: fixed;
		left: 0; right: 0;
		height: 88px;
		}
		#top { top: 0px; background: url(../Images/top.png) top center repeat-x; }
		#bottom { bottom: 0px; background: url(../Images/bottom.png) bottom center repeat-x; }
		
* {
	margin: 0;
	padding: 0;
}


#load {
	display: none;
	position: absolute;
	background: url(images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

/*---------------------*/