﻿/* generated by csscreator.com */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffff url('../img/e-wishes__bgr_main.png') repeat-x;
}

img {
    border: 0;
}


#pagewidth {
	width: 980px;
	text-align: left;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
/*	height: 129px;	*/
	min-height: 129px;
	background: #eaebef url('../img/e-wishes__bgr_header.png') repeat-x top left;
	width: 100%;
}

#headslogan {
    float: right;
}

#subheader {
    width: 100%;
	min-height: 41px;
	background: #1d96c2 url('../img/e-wishes__bgr_subheader.png') repeat-x top left;

	border-width: 2px 0 2px 0;
	border-color: #ffffff;
	border-style: solid;

/*
	border: 2px 0 2px 0 solid #ffffff;
*/

}


#twocols {
	width: 980px;
	float: right;
	position: relative;

	padding-top: 40px;
    /* keep the footer a little distant */
	padding-bottom: 10px;

	background: #ffffff url('../img/e-wishes__bgr_content.png') repeat-x top left;
}

#rightcol{
	width: 200px;
	float: right;
	position: relative;
	background: 0;
}

#maincol {
	background: 0;
	float: left;
	display: inline;
	position: relative;
	width: 710px;
	padding: 35px 35px 0 35px;
}

#maincol #teaser {
	position: relative;
	left: -35px;
}


#footer {
	background: #1d97c2 url('../img/e-wishes__bgr_footer.png') repeat-x left top;
	clear: both;
}

.ryanfaitclear {
/*	http://ryanfait.com/articles/breaking-floats-without-hacks/	*/
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	clear: both;
}



 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */



 /*printer styles*/
 @media print{

/*hide the right column when printing*/
#rightcol{display:none;}
#twocols, #maincol{width:100%; float:none;}
}

