/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #fffea9 center;
	color: #5b2058;
	font: .75em Verdana,Arial,Geneva,Helvetica,Sans-Serif;
	padding: 15px 0
}
a{
	color: #5b2058;
	text-decoration: underline
}
a:hover{
	text-decoration: none
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	font-size: 1.5em;
	margin: 0 0 1em
}
h3{
	font-size: 1.2em;
	margin: 0 0 1em
}
h4{
	font-size: 1em;
	margin: 0 0 1em
}
p{
	padding: 0 0 1em
}
/*=== Layout ===*/
#page{
	background: #5b2058;
	margin: 0 auto;
	width: 796px
}
#page-bot{
	background: url(../images/page-bot.gif) no-repeat top;
	height: 10px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999px;
	width: 796px
}
#page-bot *{
	margin: 0;
	padding: 0
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.jpg) repeat-x top;
	height: 160px
}
/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px;
	width: 110px
}
#header h1 a{
	display: block;
	height: 160px;
	text-decoration: none
}
#header h1 a:hover{
	text-decoration: none
}
/*- Slogan -*/
#header .slogan{
	text-indent: -9999px
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	font-size: 12px;
	font-weight: bold;
	height: 29px;
	padding: 0 0 0 20px
}
#nav1 li{
	float: left;
	line-height: 22px;
	padding: 0 4px 0 0;
	text-align: center
}
#nav1 li a{
	background: #9b4495;
	border: 3px solid #e2b5df;
	color: #ffffff;
	display: block;
	float: left;
	width: 99px
}
#nav1 li a:hover,
#nav1 li.active a{
	background: #b91598;
	border: 3px solid #f397de;
	text-decoration: underline
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	margin: 3px 0 0;
	padding: 0 7px 15px
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box, box2{
	margin: 0 0 6px;
	width: auto
}
.box .top,.box .bot{
	background: url(../images/box-top.gif) no-repeat top;
	clear: both;
	height: 19px;
	overflow: hidden
}
.box .bot{
	background: url(../images/box-bot.gif) no-repeat top
}
.box .content{
	background: url(../images/box-bgr.gif) repeat-y;
	height: 1%;
	padding: 10px 25px
}
/*- Box2 -*/
.box2 .top,.box2 .bot{
	background: url(../images/box2-top.gif) no-repeat top;
	clear: both;
	height: 17px;
	overflow: hidden
}
.box2 .bot{
	background: url(../images/box2-bot.gif) no-repeat top
}
.box2 .content{
	background: url(../images/box2-bgr.gif) repeat-y;
	height: 1%;
	padding: 15px 25px
}
/*=== Footer ===*/
#footer{
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 7px;
	text-align: center
}
#footer a{
	color: #ffffff;
	text-decoration: none
}
/*=== Misc. ===*/
hr{
	border-top: 1px solid #974494;
	clear: both;
	height: 1px;
	margin: 0 0 15px;
	overflow: hidden;
	width: 100%
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
