/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: verdana,"Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	color: #150B00;
	background-color: #fff;
	font-size: 10.5pt;
}
div{
	margin: 0px;
	padding: 0px;
}
#lb{
	width: 1000px;
	height: 1px;
	background-color: #1A1A1A;
	color: #1A1A1A;/*ie hack for bg colour*/
	text-align: center;
	border: none;
	display: block;
	margin: auto;/*ie hack for center align*/
	margin-bottom: 14px;
	margin-top: 5px;
}
#boldlb{
	width: 100%;
	height: 10px;
	background-color: #1A1A1A;
	border: none;
	display: block;
	margin: auto;/*ie hack for center align*/
}
h1{
	font-size: 48px;
}

/*content************************************************************************************************/
#content{
	width: 1000px;
	margin: auto;
	text-align: left;
}

/*logo************************************************************************************************/
#logo{
	padding-top: 10px;
	background-color: #ededed;
	height: 118px;
	width: 100%;
}

/*buttons************************************************************************************************/
#buttons{
	padding-top: 5px;
	background-color: #ededed;
	background-position: bottom;
	height: 52px;
	width: 100%;
	background-image: url(../images/layout/topshadow.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.buttontable{
	border: none;
}
#buttons td{
	padding-left: 15px;
	padding-right: 15px;
}

/*bold************************************************************************************************/
#bold{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #282723;
	background-image: url(../images/layout/boldshadow.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
	min-height: 100px;
	color: #EFEFEF;
}

/*main************************************************************************************************/
#main{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	min-height: 100px;
	background-color: #fff;
	background-image: url(../images/layout/mainshadow.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #333333;
}

/*footer************************************************************************************************/
#bottom{
	width: 95%;
	margin: 0px;
	padding: 0px;
}

/*misc*************************************************************************************************/
a img{
	border: none;
}