html  {
}

body, h1, h2, h3, h4, h5, h6, p, a, ul, li, ol, table, tr, th, td, img {
	margin:	0;
	padding: 9;
	border: 0;
	vertical-align: text-top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
}


h1 {
	font-weight: 100;
	color: #B90025;
	font-size: 25px;
}

h2 {
	font-weight: lighter;
	color: #C30;
	margin: 2;
}

h3 {
	font-weight: bold;
	color: #C00;
}

a:link, a:visited  {
	color: #C00;
	text-decoration: none;
	outline: none;
	text-align: left;
}

a:hover, a:active;  {
	color: #DC8A02;
	text-decoration: none;
	outline: none;
}

#container {
	min-width:980px;
	width: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*
	Header
*/

#header {
	height: 120px;
	width: 100%;
	margin-top: 1px;
	text-align: left;
	background-repeat: repeat-x;
	background-position: left;
	padding: 0px;
	background-image: url(../images/header_bg.png);
}

#page-wrap {

min-width: 980px;

}

.logo {
	float: left;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/GarEdlogo.png);
	overflow: auto;
	margin: 15px;
	width: 350px;
	height: 75px;
}

/*
	Main Content
*/

.whiteCols  {
	float: left;
	min-height: 1px;
	width: 1%;
	background-color: #FFF;
}


#tearshapehead{
	padding: 3px 5px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 9px 3px 9px 3px;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	background-color: #F00;
	text-align: center;
}


#center {
	width: 830px;
	float: left;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #F8F9F4;
	margin-bottom: 20px;
	padding: 20px;
}

#center_default {
	width: 79%;
	float: left;
	margin-bottom: 20px;
	/*background: url('../images/content-bg.gif') repeat-x 0 1px;*/
}

p.padded  {
	clear: both;
	padding: 19px 0;
	font-style: italic;
	color: #999;
}

h2.padded  {
	margin-bottom: 10px;
}


#center_default  h1 {
	background: url('../images/h1_bg.gif') no-repeat top right;
	padding: 5px 10px;
	color: #fff;
	display: inline;
}

#center  h2 {
	padding: 10px;
	color: #fff;
	display: inline;
	margin-bottom: 10px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: right top;
}


#footer{
	height: 31px;
	position: fixed;
	bottom: 0px;
	background-image: url(../images/footerbar.png);
	background-repeat: repeat;
	width: 100px;
}

.fixedPage #footer{
	position:fixed;
	bottom:0px;
	width:100%;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;

}

.centerpanel {
	width: 830px;
	float: left;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #F8F9F4;
	margin-bottom: 20px;
	padding: 20px;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-top-color: #D7D4C5;
	border-right-color: #D7D4C5;
	border-bottom-color: #D7D4C5;
	border-left-color: #D7D4C5;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.tearpanel {
	padding: 3px 5px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 9px 3px 9px 3px;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	background-color: #F00;
	text-align: center;
}

#bookimage
{
	bottom: 0px;
	position: absolute;
	right: 0px;
	text-align: right;
	width: 183px;
	background-image: url(../images/booktile.png);
	height: 540px;
	background-repeat: no-repeat;
} 
