/* CSS Document */
#main_container {
	width:781px;
	margin:8px auto 0px auto;
	padding:0px;
}

body {
	margin:0px;/*This adds spacing around the entire website. If the design calls for there to be no spacing above the website the margin can be set at 0 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#666666;	
}

#header {
	float:left;
	width:781px;
	height:56px;
	background-image:url(http://www.digitalphotosoncanvasexpress.com/images/blog/header_top.jpg);
	padding:0px;
	margin:0px;
}

#header_links {
	float:left;
	padding:40px 55px 0px 310px;
}

#body_container {
	float:left;
	width:781px;
	background-image:url(http://www.digitalphotosoncanvasexpress.com/images/blog/bg_repeat.jpg);
	background-repeat:repeat-y;
	padding:0px;
	margin:0px;
}

#left_column_container {
	float:left;
	width:255px;
	padding:0px;
	margin:0px;
	padding:220px 0px 0px 0px;
	background-image:url(http://www.digitalphotosoncanvasexpress.com/images/blog/logo.jpg);
	background-repeat:no-repeat;
	background-position:55px 0px;
}

#right_column_container {
	float:left;
	width:525px;
	border-left:1px solid #999999;
	padding:0px;
	margin:0px;
}

#right_column_content {
	width:500px;
	padding:0px 15px 0px 10px;	
	margin:0px;
}

#footer {
	width:781px;
	height:56px;
	padding:0px;
	margin:0px;
	background-image:url(http://www.digitalphotosoncanvasexpress.com/images/blog/footer.jpg);
	background-repeat:no-repeat;
	font-size:9px;
	color: #CCCCCC;
	line-height: 14px;
	letter-spacing: 0.1em;
	padding-top:55px;
	text-align:center
}

#footer h5 {
	font-size:9px;
}

#footer a:link, #footer a:visited{
	color: #660000;
	text-decoration: none;
	font-size:9px;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #AECFFF;
}

.clr {
	clear:both;
}

a:link, a:visited   {
	text-decoration: none;
	color: #990000;
}
a:hover, a:active, a:focus {
	color: #666666;
}

#button_container {
	text-align:center;
	padding:20px 0px 0px 30px;
}

#button_container div {
	padding:10px 0px;
}

#how_it_works {
	width:205px;
	height:50px;
	background-image:url(http://www.digitalphotosoncanvasexpress.com/images/blog/howitworks.jpg);
	background-repeat:no-repeat;
}

#how_it_works:hover {
	background-image:url(http://www.digitalphotosoncanvasexpress.com/images/blog/howitworks_f2.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

#faqs {
	width:205px;
	height:50px;
	background-image:url(http://www.digitalphotosoncanvasexpress.com/images/blog/faqs.jpg);
	background-repeat:no-repeat;
}

#faqs:hover {
	background-image:url(http://www.digitalphotosoncanvasexpress.com/images/blog/faqs_f2.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

#place_order {
	width:205px;
	height:50px;
	background-image:url(http://www.digitalphotosoncanvasexpress.com/images/blog/place_order.jpg);
	background-repeat:no-repeat;
}

#place_order:hover {
	background-image:url(http://www.digitalphotosoncanvasexpress.com/images/blog/place_order_f2.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

#left_blog {
	float:left;
	width:350px;
}

#right_blog {
	float:left;
	width:135px;
	padding-left:15px;
	font-size:11px;
}

ul {
	padding-left:0px;
	margin-left:0px;
	list-style-type:none;
}

.profile-datablock {
	padding-left:0px;
	margin-left:0px;
}

.profile-data {
	padding-left:0px;
	margin-left:0px;
}