/* Syntax Hint: Up-px, Right-px, Down-px, Left-px */
/* Syntax Hint: Top-Left-px, Top-Right-px, Bottom-Right-px, Bottom-Left-px */
/* Syntax Hint: z-index: Smaller No., Lower Layer */

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {	
        /* background-color: #ffffff; */ /* Original Value */
        /* background: url('../images/wallpaper.jpg') top center repeat #FFFFFF; */
        
        /* Fix Background */
        /*background-attachment: fixed; */
  
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
        min-width : 780px; /* Added by SkyeyTECH */
}
body, td, th, input, textarea, select, a {
	font-size: 12px; /* Original is 12px */
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #38B0E3;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #74A107;
}
a img {
	border: none;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
        width: 780px; /* Original Value is 980px, Auto width should use 95% */
	min-height: 650px; /* Added by SkyeyTECH */
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	text-align: left;
	/* padding-left: 10px; */ /* Added by SkyeyTECH */
	/* padding-right: 10px; */ /* Added by SkyeyTECH */    
	background: url('../images/account.gif') top center no-repeat;
	/* background: #FFFFFF; */     
}

#column-left {
	float: left;
	width: 180px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 400px;
	margin-bottom: 0px;
	
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 195px;
}

#powered {
	margin-top: 5px;
        padding: 20px;       
	text-align: right;
	clear: both;
}
