body{
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/*font_weight: normal;*/
	line-height: 120%;
	background-color: rgb(6, 74, 61);
}

#page{
	background-color: rgb(255, 234, 153);
	width: 960px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#top{
	background-color: rgb(153,51,0);
	padding: 0px;
	margin: 0px;
}

#mast{
	height: 175px;
	margin: 0px;
	padding: 0px;
}

#topnav{
	color: white;
	height: 30px;
	background-color: rgb(153,51,0);
	margin: 0px;
	padding: 0px;
	line-height: 170%;
	text-align: center;
}

#main{
	background-color: rgb(255, 234, 153);
	width: 960px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#groups{
	background-color: rgb(255, 234, 153);
	width: 960px;
	/*float: right;*/
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.summary{
	background-color: rgb(255, 234, 153);
	width: 780px;
	float: right;
	background-image: url(images/defman_soloside.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: normal;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 160px;
	margin: 0px;
	margin-top: 0px;
}

.visual{
	background-color: rgb(255, 153, 102);
	border: thin solid black;
	width: 200px;
	padding: 10px;
	margin: 20px;
	margin-bottom: 10px;
	text-align: center;
	float: right;
}

#sidebar{
	/*font_weight: normal;*/
	background-color: rgb(255, 234, 153);
	/*background-color: rgb(225, 214, 153);*/
	/*width: 300px;*/
	line-height: 100%;
	padding: 0px;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 0px;
}


#bottom{
	clear: right;
	width: 960px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#botnav{
	height: 30px;
	background-color: rgb(225, 214, 153);
	width: 960px;
	margin: 0px;
	margin-bottom: 0px;
	line-height: 170%;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

#credits{
	color: white;
	padding: 0px;
	padding-top:  0px;
	height: 100px;
	width: 960px;
	background-color: rgb(153,51,0);
	margin: 0px;
	margin-top: 0px;
	line-height: 170%;
	text-align: center;
}

#botright{
	float: right;
	padding-right: 10px;
}

#botleft{
	float: left;
	padding-left: 10px;
}

#txthere{
	font-weight: bold;
}
#youarehere{
	font-weight: bold;
	padding: 20px;
	margin-top: 20px;
	margin-left: 0px;
	background-color: rgb(255, 234, 153);
}

.center{
	text-align: center;
}

.title{
	font-style: italic;
}

.author{
	font-weight: bold;
	font-style: italic;
	font-size: 105%;
}

.price{
	font-size: 150%;
	font-weight: bold;
}

.em{
	font-size: 100%;
	font-weight: bold;
}

.emi{
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

p{
	padding: 0px;
	margin: 0px;
}

ul{
	border: thin solid black;
	background-color: rgb(255,255,255);
	padding: 10px;
	padding-left: 30px;
	padding-bottom: 12px;
	margin: 0px;
	/*margin-left: 150px;*/
	/*margin-right: 150px;*/
	margin-left: 100px;
	margin-right: 150px;
	margin-bottom: 10px;
	clear: right;
}

li{
	list-style-position: outside;
}

.sectionhead{
	padding-top: 10px;
	font-weight: bold;
	font-size: 220%;
	line-height: 90%;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

dt{
	font-weight: bold;
	font-size: 150%;
	line-height: 100%;
}
h1{
	font-size: 210%;
	line-height: 120%;
}

h2{
	padding-top: 10px;
	font-size: 190%;
	line-height: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h3{
	font-size: 170%;
	line-height: 120%;
}

h4{
	font-size: 150%;
	line-height: 120%;
}

h5{
	font-size: 125%;
	line-height: 120%;
}

h6{
	font-size: 100%;
}

a:link{
	font-weight: normal;
	color: navy;
}

a:visited{
	font-weight: normal;
	color: green;
}

a:hover{
	font-weight: normal;
	color: lime;
}

#topnav a:link{
	color: orange;
}
#topnav a:visited{
	color: lime;
}
#topnav a:hover{
	color: red;
}

