@charset "utf-8";
.navigation{
	color: #ebebeb;
}
.navigation:hover {
	color: #FF9900;
}
/* CSS Document */

#container {
	font-family: "Lucida Sans";
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
	width: 900px;
	margin: auto;
}
#content {
	float: left;
	width: 900px;
}

#header {
	font-family: Pristina;
	font-size: 40px;
	color: #FFFFFF;
	background-color: #000000;
	float: left;
	width: 180px;
	font-weight: bold;
	height: 54px;
	padding-top: 43px;
	padding-bottom: 4px;
	text-align: center;
}
#header-right {
	color: #CCCCCC;
	float: left;
	width: 706px;
	height: 101px;
	background-image: url(../images/trainer.gif);
	background-repeat: no-repeat;
	margin-left: 14px;
}
#lowbanner {
	float: left;
	width: 900px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#nav-bar {
	float: left;
	width: 880px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#h-content-l {
	float: left;
	width: 400px;
	padding: 10px;
}
#h-content-r {
	float: left;
	height: 314px;
	width: 470px;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url(../images/starter.gif);
	background-repeat: no-repeat;
}
#h-content-u {
	float: left;
	height: 260px;
	width: 410px;
	padding: 10px;
	margin-left: 50px;
	margin-top: 10px;
}

#c-content-r {
	float: left;
	width: 400px;
	padding: 10px;
	margin-left: 60px;
	margin-top: 30px;
	height: 460px;
	background-image: url(../images/amrita.jpg);
	background-repeat: no-repeat;
}
#t-content-r {
	float: left;
	width: 470px;
	margin-left: 10px;
	margin-top: 30px;
	height: 314px;
	background-image: url(../images/graphic.gif);
	background-repeat: no-repeat;
}

#tr-content-r {
	float: left;
	height: 530px;
	width: 400px;
	margin-left: 60px;
	margin-top: 20px;
	background-image: url(../images/graphic2.gif);
	background-repeat: no-repeat;
}
#pr-content-r {
	float: left;
	width: 400px;
	margin-left: 30px;
	margin-top: 10px;
	text-align: center;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#p-titles {
	float: left;
	width: 340px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	text-align: left;
	padding-top: 10px;
	font-style: italic;
	font-weight: bold;
}
#p-titles-1 {
	float: left;
	width: 340px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	text-align: left;
	padding-top: 10px;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
}

#p-content {
	float: left;
	width: 340px;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
#p-content-b {
	float: left;
	width: 340px;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
.titles {
	font-size: 14px;
	color: #0099FF;
}

