@charset "utf-8";

* { margin:0; padding:0; }

body {
	background: #D9B5D7 url(images/bg_scanlines.png) repeat;
	margin: 0; 			    /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	margin-top: 25px;
	font-family: "Brush Script MT";
	font-size: 1.5em;
	text-align: center;     /* this centers the container in IE 5* browsers */
}

h1, h2, h3, h4, h5, h6, p, ul {
	margin: 0;
	padding: 0;
}

#banner {
	width: 929px;
	height: 133px;
	margin: 0 auto;
	background-image: url(images/banner.png);
}

#container {
	width: 923px;
	background: #FFFFFF;
	margin: 0 auto;			/* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
}

#mainContent {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#mainContent h2 {
	margin: 0;
	font-size: 18px;
	padding-left: 10px;
	padding-bottom: 5px;
}

#mainContent p {
	margin: 0;
	padding-left: 10px;
}

#mainFloat {
	margin: 0;
	padding: 10px;
	float: left;
	width: 440px;
}

table.mine {
	font-family:"trebuchet MS", verdana, arial, sans-serif;
	font-size: 0.6em;
	border: 1px solid #6D7481;
}

table.mine td {
	border: 1px solid #6D7481;
	padding: 2px;
	width: 33%;
}

table.mine td.header{
	border: 1px solid #6D7481;
	padding: 2px;
	width: 33%;
	color: #fff;
	font-weight: bold;
}

/*columns start*/
.columns{
	width: 920px;
	margin: 7px 0 0 2px;
	background: url(images/table_bg.gif) repeat-y;
	font-family:"trebuchet MS", verdana, arial, sans-serif;
	font-size: 0.5em;
}
.columns .top-bg{
	width: 920px;
	background: url(images/table-top.png) no-repeat;
}
.columns .bot-bg{
	width: 920px;
	background: url(images/table-bot.png) no-repeat 0 100%;
	overflow: hidden;
	position: relative;
	padding: 0 0 45px;
	list-style-type: none;
}
.columns li{
	width: 174px;
	float: left;
	padding: 3px 6px 0 4px;
}
.columns .head{
	padding: 2px 0 4px 9px;
	background-repeat: repeat-x !important;
	min-height: 18px;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	line-height: 120%;
}
* html .columns .head{height: 18px;}
.columns .col-1 .head{background: #f45103 url(images/box-head-1.gif);}
.columns .col-2 .head{background: #662d91 url(images/box-head-2.gif);}
.columns .col-3 .head{background: #a5b402 url(images/box-head-3.gif);}
.columns .col-4 .head{background: #b8285b url(images/box-head-4.gif);}
.columns .col-5 .head{background: #03abb7 url(images/box-head-5.gif);}

.columns .body{
	width: 164px;
	margin: 5px 0px 0px 5px;
}
.columns .body .text{
	background: url(images/box-line.gif) repeat-x;
	margin: 5px 0 0 0px;
	font-size: 110%;
	line-height: 120%;
	padding: 8px 1px 0px 0px;
}
.columns .button{
	display: block;
	width: 53px;
	height: 20px;
	background-repeat: no-repeat !important;
	position: absolute;
	bottom: 15px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 20px 0 11px;
}
.columns .col-1 .button{
	background: url(images/more-button-1.gif);
	left: 85px;
}
.columns .col-2 .button{
	background: url(images/more-button-2.gif);
	left: 269px;
}
.columns .col-3 .button{
	background: url(images/more-button-3.gif);
	left: 452px;
}
.columns .col-4 .button{
	background: url(images/more-button-4.gif);
	left: 636px;
}
.columns .col-5 .button{
	background: url(images/more-button-5.gif);
	left: 821px;
}
/*columns end*/

#footer {
	height: 34px;
	width: 929px;
	margin: 0 auto;
	color: #FFFFFF;
	border-bottom: 2px solid #000000;
}

.clear {
	clear: both;
}