/*  CSS STYLE SHEET
    (c)TechTriad.com */

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
#wrapper	{
	clear: both;
	float: none;
	width: 900px;
	margin:0px auto;
}
.clearing {
	height: 0;
	font-size: 0;
	clear: both;
}
.skip {
	display: none;
}
.stripeTop	{
	background-image: url(../images/stripe_top.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
	width: 900px;
}
.stripeBot	{
	background-image: url(../images/stripe_bot.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
	width: 900px;
}

img, div { behavior: url(../iepngfix.htc) }

/*    * { behavior: url(iepngfix.htc) }  */
/* header */
#header {
	height: 180px;
	padding-top: 0;
	padding-bottom: 10;
}
#logo {
	float: left;
	width: 900px;
	height: 180px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo a {
	width: 275px;
	height: 180px;
	display: block;
}
#logo h1	{
	display:none;
}
#flowerHeader {
	background-image: url(../images/flowerHeader.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 145px;
	width: 530px;
	float: right;
	margin-right: 10px;
}

#tag	{
	float:right;
	background-image: url(../images/gsobeautiful_logo2.png);
	background-repeat: no-repeat;
	background-position: 30px;
	height: 150px;
	width: 110px;
	display: block;
	padding-left: 20px;
}
#tag h1 {
	display: none;
}
#tag a {
	height: 150px;
	width: 100px;
	display: block;
}
.donateButton {
	float: left;
	width: 160px;
	height: 50px;
	padding-top: 50px;
}
.donateButton2 {
	float: right;
	display:block;
	width: 160px;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* /header */


/* navigation */
#menu	{

}
/* /navigation */


/* content */
#content-wrapper {
	padding: 20px 15px 5px 15px;
	background-color: #fff;
}

#content a img, #content abbr {
	border: 0;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #2E633D;
}

#content a:hover {
	text-decoration: underline;
}

#content ul, #content ol {
	margin-left: 2em;
}
#content ul, #content ol, #content p {
	margin-bottom: 1em;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-bottom: 0.5em;
	line-height: 1em;
}
#content h1	{
	color: #333;
	font-size: 22px;
	letter-spacing: -1px;
	margin: 0;
}
#content h2 {
	color: #29623A;
	font-family: Arial, Helvetica, sans-serif;
}
#content h3 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}


#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #B2BB1E;
}
#content h5 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#content .caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
#content blockquote {
	text-align: justify;
	margin-top: 0px;
	margin-right: 200px;
	margin-left: 50px;
	color: #000;
	padding-top: 0;
	padding-right: 2em;
	padding-left: 2em;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #B4A457;
	border-bottom-color: #B4A457;
	/*border-left: 1px solid #ccc; */
}
/* /content */



/* sidebar */
#sidebar-wrapper {
	float: right;
	display: block;
	width: 250px;
	margin: 0 0 10px 10px;
	border: 1px solid #ccc;
}
#sidebar {
	display: block;
	padding: 10px 10px 0 10px;
}
/* /sidebar */

/* footer */
#footer {
	width: 798px;
	margin: 0 auto;
	padding-bottom: 12px;
	padding-top: 12px;
}

#footer p {
	padding: 10px 15px 0 0;
	font-size: 11px;
	color: #666;
	text-align: center;
}
#footer p a {
	color: #666;
}
/* /footer */
