/*
Theme Name: WordPress Theme 765
Theme URI: http://template-help.com/
Description: A theme from Template-Help.com Collection
Version: 2.7
Author: Template_Help.com 
Author URL: http://www.Template-Help.com/ 
*/
html					{height:100%}


/* ----------------------- Main styles ----------------------- */
body
{
	background-position: center;
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	background: #ffffff;
	background-repeat: repeat-x;
	height:auto !important; height:100%; min-height:100%;
}

#page {
	text-align: Center;
	
	}
	
.page-padding {padding:0 10px;}
.page-width {width:766px; margin:0 auto; text-align: Left; }

form {margin:0; padding:0;}

a {color:#3B7ECC;}


.clear {clear: both; font-size:0; line-height:0; height:0;}



.MainHeader
{
	height: 299px;
	vertical-align: middle;
	background-image: url('./images/main_01.jpg');
	background-repeat: no-repeat;
}
	
	
.MainContent
{
	
	height: 600px;
	background-image: url(   './images/main_02.jpg' );
	vertical-align: top;
	background-repeat:no-repeat ; 
}
	
.MainFuter
{
	height:30px; background-image: url('./images/main_03.jpg'); background-repeat: no-repeat;
	}
	

.LoginForm
{
	width: 400px; height:300px; margin:0 auto;
	}
		
.LoginHeader
{
	background-position: center top; background-image: url('./images/login_01.png'); background-repeat: no-repeat;
	height: 52px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	
	padding-left: 40px;
}
	
.LoginContent
{
	background-position: center top;
	background-image: url( './images/login_02.png' );
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-left: 40px;
	height: 150px;
}
	
.LoginFuter
{
	background-position:  center top; background-image: url('./images/login_03.png'); background-repeat: no-repeat;
	 height:100px;
	}
	
.TextTitle
{
	font-size: 18px;
	font-weight: bold;
	color: #9d080d;
}

.TextDescription
{
	background-position: bottom;
	padding: 3px;
	padding-top: 0px;
	vertical-align: top;
	background-image: url(   './images/line.jpg' );
	background-repeat: repeat-x;
	height: 100%;
}