/* CSS Document */
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #767674;
}
a:hover {
	text-decoration: underline;
	color: #B14463;
}
a:active {
 	text-decoration: none;
	color: #767674;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	background-color: #FFFF80;
}

/* page layout divs */

#wrapper {      
	margin-left: auto;    
	margin-right: auto; 
	margin-top: 0px;    
	}
	
	#border {
	margin-top: 10px;
	width: 779px;
	height: 696px;
	border: 1px solid blue;
	background-color: #FFF;
	}
	
	
	#banner {
	height: 69px;
	width: 779px;
	}
	#logo {
	float: left;
	padding-bottom: 10px;
	}
	#ani {
	width: 506px;
	height: 101px;
	float: left;
	}
	#buttons {
	clear: both;
	height: 28px;
	width: 696px;
	margin-left:20px;
	}
	
		#home { display: block; width: 114px; height: 19px; padding-bottom:5px; background-color:#400099; border: 1px solid #9166CC; color: #FFE500; float: left;}
		#selfstorage { display: block; width: 114px; height:19px; padding-bottom:5px; background-color:#400099; border: 1px solid #9166CC; color: #FFE500; float: left;}
		#services { display: block; width: 114px; height: 19px; padding-bottom:5px; background-color:#400099; border: 1px solid #9166CC; color: #FFE500; float: left;}
		#loading { display: block; width: 114px; height: 19px; padding-bottom:5px; background-color:#400099; border: 1px solid #9166CC; color: #FFE500; float: left;}
		#pricing { display: block; width: 114px; height: 19px; padding-bottom:5px; background-color:#400099; border: 1px solid #9166CC; color: #FFE500; float: left;}
		#contactus { display: block; width: 114px; height: 19px; padding-bottom:5px; background-color:#400099; border: 1px solid #9166CC; color: #FFE500; float: left;}

		#home:hover { background-color: #FFE500;	color: #9166CC;}
		#selfstorage:hover { background-color: #FFE500;	color: #9166CC;}
		#services:hover { background-color: #FFE500;	color: #9166CC;}
		#loading:hover { background-color: #FFE500;	color: #9166CC;}
		#pricing:hover { background-color: #FFE500;	color: #9166CC;}
		#contactus:hover { background-color: #FFE500;	color: #9166CC;}

.buttons {
  		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		padding-top: 7px;
}

#colleft {
	padding-top: 20px;
	float: left;
	width: 307px;
	padding-left: 30px;
	
}
#colright {
	padding-top: 20px;
	padding-left: 15px;
	float: left;
	width: 408px;
	height: 520px;
	overflow:auto;	
}

#pricingcolleft {
float: left;
padding-left: 15px;
width: 200px;
}

#pricingcolright {
padding-top: 20px;
float: left;
width: 520px;
padding-left: 20px;
height: 500px;
overflow:auto;	
}
	
		
		
	#main_footer {
	float:left;
	clear:left;
	}
		
	#footer {
	border-top: 1px solid #767674;
	padding-top: 4px;
	width: 800px;
	height: 16px;
	clear: left;
	}
	#facebook {
	padding-top: 4px;
	width: 800px;
	clear: left;
	}
		
/*  font formatting */

h1 { font-family:Verdana; font-size: 16px; color:#000080;}

p  {
	font-family: Verdana;
	font-size: 13px;
	color: #000;
	text-align: left;
}
.bodytext {
	font-family: Verdana;
	font-size: 13px;
	color: #000;
	text-align: left;
}
li {
	font-family: Verdana;
	font-size: 13px;
	color: #000;
	text-align: left;
	margin-left: -20px;
}
.redcentered {
	font-family: Verdana;
	font-size: 13px;
	color: #ff0000;
	text-align: center;
	font-weight: bold;
}

.imageborderblue {
	 border: 1px solid #0000A0;
	margin: 10px;
}
.footertextlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767674;
	text-align: left;
	padding-left: 9px;
}
.copyrighttext {
	margin-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	text-align: center;
}

.copyrighttext a:link {text-decoration: none;color: #808080;font-family: Helvetica;font-size: 12px;}
.copyrighttext a:active {text-decoration: none;color: #808080;font-family: Helvetica;font-size: 12px;}
.copyrighttext a:visited {text-decoration: none;color: #808080;font-family: Helvetica;font-size: 12px;}
.copyrighttext a:hover {text-decoration: underline;color: #B40735;font-family: Helvetica;font-size: 12px;}



