body {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	background:#fff url('images/bg.jpg') repeat-x 0 0;
	color: #666;
	text-align: center;
	margin: 0;
	padding: 0;	
	}

h2 a:hover, h3 a:hover {
	color: #0099ff;
	text-decoration: none;
	}
a {
	color: #0099ff;
	}	
#page {
	background: url('images/bg.png') repeat-y 0 0;
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 730px;	
	}

#header {
	background: url('images/tbg.png') no-repeat 0 center !important;
	margin: 0 5px;
	padding: 0;
	height: 160px;
	width: 720px;	
	}


#headerimg {
	margin: 0;
	height: 130px;
	width: 100%;
	}

#headerimg .description {
	font-size: 14px;
	text-align: center;
	margin-top: 6px;
	text-decoration: none;
	color: #666 !important;	
	}
#menu {
width: 720px;	
text-align:center;
}
#menu a{
padding: 5px 10px;
}
hr {
	display: none;
	}
	
h1 {
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	font-weight:normal;
	font-size: 40px;
	text-align: center;
	}
	
h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #000 !important;
	}
h1 {
	padding-top: 36px;
	margin: 0;
	}


h2 {
	margin: 10px 0 0;
	font-size: 16px;
	}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}	


h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	}


#content {
	margin:0 20px 30px 20px;
	}


#content p {
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4em;
	}
#content td{
padding:2px 0;
	}


#content td#a{
width:300px;
}
#content td#b,#content td#c{
width:150px;
}
#content td#d{
text-align:center;
}

label strong{
font-weight: normal;
}
#book{
width:200px;

float:right;
height:150px;
padding:5px;

}



.clear {
	clear: both;
}

#footer {
	padding: 15px 0 0;
	margin: 0 5px;
	width: 720px;
	font-size: 10px;
	clear: both;
	}
	

#footer p {
	margin: 0;
	padding: 10px 20px;
	text-align:center;
	}


#footer {
	background: url('images/fbg.jpg') repeat-x 0 bottom;
	border: none;
	color: #9C9C9C;
	}
#footer a{
	color: #9C9C9C;
	text-decoration:none;
}	
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	border:1px solid #E3F1FF;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
		border:1px solid #E3F1FF;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
		border:1px solid #E3F1FF;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}