/*
Theme Name: Password Resetter
Theme URI: http://passwordresetterreview.com
Description: Password Resetter
Version: 1.0
Author: passwordresetterreview.com
Author URI: passwordresetterreview.com
Tags: two columns
*/
body{
	background:url(images/bg.gif);
	margin:0;
	padding:0;
	color:#000;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

a:link, a:visited
{
	text-decoration: none;
	color:#066;
}

img{
	border:0;	
}


h1{
	font-size:20px;
	margin:0;
	padding:0;
}	

h2{
	margin:0 0 5px 0;	
	font-size:25px;
}

h3{
	margin:0 0 3px 0;	
	font-size:17px;
}

#wrapper{
	background:url(images/bg1.jpg) repeat-x;
	height:160px;
	width:100%;
 	
}
#header{
	width:900px;
	margin:0 auto 0 auto;
	padding-top:20px;
}

#index_wrapper{
	width:900px;
	margin:0 auto 0 auto;	
	text-align:justify;
	
}

#index_box{
	width:900px;
	margin:10px 0 13px 0;
	float:left;
	background:url(images/bg2.gif) no-repeat;
	background-color:#FFF;
	border-style:solid;
	border-width:1px;
	border-color:#CCC;		
}
#index_left{
	
	width:650px;
	float:left;
	margin:10px;

}

#index_right{
	width:200px;
	float:right;
	margin:10px;
}

#index_bottom{
	width:300px;
	margin:0 auto 0 auto;
	padding:10px;
	border-style:dashed;
	border-width:3px;
	border-color:#CCC;	
	color:#063;
	
}


#footer{
	width:900px;
	margin:0 auto 0 auto;	
	text-align:center;
}

