@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(Images/headerbg2.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 840px;
	margin: 0 auto;
}

#topnavigation {
	width: 840px;
	height: 36px;
	background-image: url(images/topnavbg.jpg);
	text-align: right;
}
	
#logo {
	width: 311px;
	float: left;
}
	
#testimonial {
	width: 529px;
	float: right;
	height: 100px;
	background-image: url(Images/testimonialbg.jpg);
}

#testimonialtext {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
		margin-top: 30px;
		margin-left: 70px;
		margin-right: 40px;
		text-align: justify;
		clear: both;
}

#tagline {
	clear: both;
}

#demo {
	width: 461px;
	float: left;
}

#pagetitle {
		height: 53px;
		width: 840px;
		background-image: url(Images/titles/subpagebg.jpg);
		background-repeat: repeat-x;
		clear: both;
}

#taglinegraphic2 {
	width: 379px;
	float: right;
}

#taglinegraphic3 {
	width: 840px;
	clear: both;
}

#main {
	width: 840px;
	clear: both;
	margin: 0 auto;
}

#column1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 264px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 40px 15px 20px; /* padding keeps the content of the div away from the edges */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}

#leftcolumn {
	float: left;
	padding: 15px 40px 15px 20px; /* padding keeps the content of the div away from the edges */
	width: 590px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}

#rightcolumn {
	float: right;
	width: 159px;
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}


#column2 { 
	margin-left: 314px; 
	margin-right: 190px;
	padding: 15px 30px 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}

#column3 {
	position: absolute;
	top: 0;
	right: 0;
	width: 159px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

#galleries {
	background-image: url(Images/photo.jpg);
	background-repeat: no-repeat;
	padding-left: 70px;
}

#archive {
	background-image: url(Images/archive.jpg);
	background-repeat: no-repeat;
	padding-left: 90px;
}

#potd {
	background-image: url(Images/potdbg.jpg);
	background-repeat: no-repeat;
	padding-left: 90px;
}

#bottomnav {
	clear: both;
	width: 100%;
	text-align: center;
	background-image: url(Images/bottomnavbg.jpg);
	background-repeat: repeat-x;
	background-color: #2c2e32;
}

#footer {
	clear: both;
	width: 100%;
	background-image:url(Images/footerbg.gif);
	background-repeat: repeat-x;
	background-color: #252429;
	height: 55px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

.bluetext {
		color: #1455ac;
}
