/* homestyle.css */
/* stylesheet for iXora Web Design home page */
/* Frankie Bailey, 6/21/2008 */

body{
	margin:0; /* removes auto white margin space around page */
	padding:0;
	color:#8B4513; /* sienna - text color */
	background-color:#E4FEFE; /* light blue*/
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
}
 
a:link{color:#FF4040;} /* red-orange */
a:visited{color:#FF7F50; /* coral */
	outline-style:none;
}

a:hover{color:#8B4513; /* sienna */}

/* {border:thin dotted red;}*/

/* page header */

#header{
	height:150px; 
	width:100%; 
	background-image:url("../graphics/hbacktile.jpg");
	background-repeat:repeat-x;
	border-bottom:thin solid #E9DEC0; /* tan */
}

#wrapper{
	width:750px;
	margin:auto;
	position:relative;
}

/* page footer */
 #footer{ 
	height:100px; 
	width:100%;
	background-image:url("../graphics/backtile2.jpg");
	background-repeat:repeat-x; 
	border-top:thin solid #E9DEC0; /* tan */
	position:relative;
	top:50px;	
}


#main{
	width:550px;
	float:right;	
	padding:15px;
	border:thin solid #E9DEC0; /* tan */
	background:white;
}

h3.header{
	color:#00008B; /* dark blue */
	text-align:center;
}
	


#sidebar{
	width:140px;
  	margin-top:20px;	
} 


#unique{
	font-family:Courier,monospace;
	font-size:10pt;	
	width:400px;
	margin-left:200px;
	margin-top:100px;
}


p.addrs{
	font-size:8pt;
	font-weight:bold;
	color:#00008B; /* dark blue */
	width:120px;
	position:relative;
	left:5px;
} 

p.regb{
	font-weight:bold;	
}


p.credits{ 
	font-size:8pt;
	text-align:center;
}
	
img{
	border:none; 
}

img.logo{
	margin-left:105px; 
} 

img.wee{
	border:none;
	position:relative;
	left:5px;	 
}

img.promise{
	position:absolute;
	z-index:5;
	margin-top:-15px;
	margin-left:300px;
}
