body {
	background: #B4F263;
	font-family: Helvetica, sans-serif;
	margin-top: 0px;
                margin-left: 0px;
}

a {
	background: #FFFFFF;
	text-decoration:none;
	color: #8B0F03;
}
h2 {
	font-family: Times,serif;
	width: 100%;
	border-bottom: 1px dashed;
	color: #E17422;
	clear:right;
}

#header {
	background-color: #FFFFFF;
	padding: 3px;
	margin-bottom: 5px;
	width: 737px;
	text-align: left;
}
#logo{
	margin: 0px
}

#container {
	
	background-color: #B4F263;
                background-position: 0 0;
                background-repeat: no-repeat;
                background-attachment: fixed;
	background-image: url('http://www.desalescatholicbookstore.com/images/Sept%20Background.jpg');

	margin-left: 0px;
                padding: 40px;
	height: 100%
}

#content {
	background: #FFFFFF;
	padding: 10px;
	width: 737px;
	text-align: left;
	clear: both;

	
}

#menu {
	background: #FA8900;
	margin: 0px;
	float: left;
	clear: both;
}
#nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	float: left;
	margin-right: 3px;
	text-align: center
}

#nav a {
	float:left;
	width: 95px;
	padding: 5px 0;
	background: #0085A8;
	text-decoration:none;
	color: #FFFCE9;
	font-weight: bold;
	font-variant:small-caps;
}

#nav a:hover {
	background: #FFFFFF;
	color: #E17422;
}

#nav a.active {
 background: #FFFFFF;
 color: #E17422;
}

contact{
	text-align: right;
}

#subnav {
	float: right;
	padding: 10px;
	margin: 5px;
	width: 150px;
	background: #E17422;
	color:#FFFFFF;
	font-weight:bold;
	font-variant: small-caps;
	font-size: smaller;
}

#subnav ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

#subnav li{
	border-bottom: 1px solid;
}

#subnav a{
	background:#E17422;
	color:#FFFFFF;
	width: 100%;
}

#subnav a:hover{
	background:#FFFFFF;
	color: #E17422;
}
#header .box{
	float:right;
	margin-right: 75px;
	font-weight: bold;
	font-size: 13px;

}

#footer{
	background: #FFFFFF;
	padding: 10px;
	width: 737px;
	text-align: center;
	clear: both;
	margin-top:10px;
	font-size: smaller;

}
.left{
	float: left;
	padding:4px;
}

.right{
	float: right;
	padding:4px;
}
