a:link{color:#efeeaa;}
a:active{color:#efeeaa;}
a:visited{color:#efeeaa;}
a:hover{color:#efeeaa;}
a.redLink:link, a.redLink:active, a.redLink:visited, a.redLink:hover{color:red;text-decoration:none}
body{
	background:url(images/bg2.jpg) #510707 repeat-y top left;
	text-align:center;
}
.mainWrapper{
	margin:0 auto 0 auto;
}
#topMenu,#bottomMenu{
	color:red;
	font-family:Arial;
	font-size:16px;
	text-align:left;
}
#topMenu ul, #bottomMenu ul{
	padding:0;
	margin: 0;
	list-style-type: none;
}
#topMenu ul li, #bottomMenu ul li{
	display: inline;;
}
#topMenu ul li a, #bottomMenu ul li a{
	padding:0 3px 0 0px;
	line-height:25px;
}
#topMenu ul li a:hover, #bottomMenu ul li a:hover{
	text-decoration:none;
}

#copyright{
	font-family:Arial;
	font-size:15px;
	color:#efeeaa;
}
#copyright a{
	color:red;
}


.img{
	text-align:center;border:none;
}

.commonFont{
	font-family:Arial;
}
.smallTxt{
	font-size:12px;
}
.normalTxt{
	font-size:16px;
}
.largeTxt{
	font-size:25px;
}

.whiteTxt{
	color:#efeeaa;
}
.redTxt{
	color:#ff0000;
}

.bold{
	font-weight:bold;
}

.clearboth{
	clear:both;
}
.clearLeft{
	clear:left;
}

.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}

.leftTxt{
	text-align:left;
}
.centerContent{
	text-align:center;
}
.rightTxt{
	text-align:right;
}

.w_500{
	width:500px;
}
.w_600{
	width:600px;
}
.w_690{
	width:690px;
}
.w_760{
	width:760px;
}
.book{
	border:1px solid gray;
}