body {
	margin: 0;
	padding: 0;
	background: #ffc url(img/header-bg.gif) repeat-x;
	}

img { border: 0; }

#wrap {
	width: 100%;
	height: 100%;
	text-align: center;
/*	background: url(img/wrap-bg.gif) repeat-y center; */
	}

/*
#header {
	height: 318px;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	background: url(img/header-bg.gif) repeat-x;
	}
*/

#page {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: center;

	background: #fffff2;
	}


/* sidebar */

#wrapsidebar {
	width: 180px;
	float:right;
	}

#sidebar {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	background: #d1e778 url(img/sidebar-bg.gif) repeat-x;
	width: 160px;
	margin: 0;
	padding:0;
	float:left;
	}

#sidebar h2 { color: #882; font-size: 16px; letter-spacing: -1px; margin: 0 10px 2px 10px; padding: 20px 0 0 0; border-style: solid; border-width: 0 0 1px 0; border-color: #882; }

#sidebar p { color: #777; margin: 0 10px 1px 10px; padding: 0; line-height: 150%; }

#sidebar a { color: #f70; text-decoration: none; }
#sidebar a:hover { color: #1b6; text-decoration: underline; }


/* content */

#wrapcontent {
	width: 520px;
	float: left;
	}

#content {
	font-family: Georgia, Garamond, Times New Roman, serif;
	font-size: 16px;
	color: #222;
	line-height: 125%;
	text-align: left;
	width: 500px;
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
	}

#content h2 { font-size: 36px; letter-spacing: -2px; font-family: Arial, Helvetica, Geneva, sans-serif; color: #0bb; margin: 15px 0 10px 0; line-height: 100%; }

#content p { margin: 0 0 15px 0; padding: 0; }

#content a { color: #f70; text-decoration: underline; }
#content a:hover { color: #1b6; text-decoration: none; }


/* footer */

#footer {
	clear:both;
	width: 750px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	letter-spacing: -1px;
	color: #777;
	background: #fffff2 url(img/footer-bg.gif) no-repeat;
	text-align: right;
	}

#footer p { margin: 0; padding: 5px 10px 0 0; }

#footer a { color: #000; text-decoration: underline; }
#footer a:hover { color: #f70; text-decoration: none; }
