@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 38px;
	color: #06F;
	margin-top: 2px;
	margin-bottom: 0px;
	font-style: italic;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #390;
	font-weight: normal;
	font-style: italic;
	text-transform: capitalize;
}
h3 {
	font-family: "Century Gothic", Calibri, Tahoma, Arial;
	margin: 0px;
	font-weight: normal;
}
h4 {
	font-family: "Segoe UI", Tahoma, Verdana;
	margin: 0px;
	font-size: 16px;
	color: #000;
	font-weight: normal;
}


h6 {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 0px;
}



img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #03C;
	font-weight: normal;
	text-decoration: none;
}
.data_yellow {
	background-color: #FFC;
	font-weight: bold;
}
#container #right_big_col .right_big_content table tr td blockquote {
	padding-left: 10px;
	margin: 0px;
}



#container {
	width: 1024px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-image: url(../images/container_bgd.gif);
	background-repeat: repeat-y;
}
#header {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/head_bgd.gif);
	background-color: #FFF;
}
#link_wrapper {
	height: 57px;
	width: 1024px;
}
#banner_main {
	background-image: url(../images/main_banner_bgd.gif);
	background-repeat: no-repeat;
	background-color: #3297fb;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center center;
	padding-left: 1px;
}
#spiceplayer {
	background-image: url(../images/spiceplayer_bgd.gif);
	background-repeat: repeat-x;
	background-color: #3297fb;
	width: 1009px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 8px;
	height: 20px;
	background-position: center;
}
.left_col {
	float: left;
	width: 261px;
	padding-left: 11px;
}
.left_red_wrap {
	width: 238px;
	margin-left: 8px;
	background-image: url(../images/left_grd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ea3131;
}
.left_blue_wrap {
	width: 238px;
	margin-left: 8px;
	background-image: url(../images/left_blue_grd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3e90eb;
}


#container .left_col .left_content_wrap .side_content table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
}

.right_col {
	float: right;
	width: 261px;
	padding-right: 11px;
}
.right_yellow_wrap {
	width: 238px;
	background-image: url(../images/right_grd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-left: 15px;
	background-color: #e3ea31;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#container .left_col .left_red_wrap .side_content a {
	color: #C00;
}

.right_green_wrap {
	width: 238px;
	background-image: url(../images/right_green_grd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-left: 15px;
	background-color: #9ce30c;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.side_content {
	width: 224px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-right: 6px;
	padding-left: 6px;
	font-family: "Segoe UI", Tahoma, Verdana;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#center_col {
	margin-right: 20em;
	margin-left: 20em;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: justify;
	font-family: "Segoe UI", Tahoma, Verdana;
	font-size: 14px;
	color: #333;
}

.center_content {
	height: auto;
	width: 463px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.center_break {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3297fb;
	margin-top: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer_content {
	background-image: url(../images/footer_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 261px;
	width: 1004px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-top: 40px;
	padding-left: 20px;
	background-color: #FFF;
}
#right_big_col {
	margin-right: 0em;
	margin-left: 20em;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: "Segoe UI", Tahoma, Verdana;
	font-size: 14px;
	color: #333;
}
.right_big_content {
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 30px;
}
#annoucement {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C00;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: center;
	text-transform: capitalize;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}
#header_ad {
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C00;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: center;
	text-transform: capitalize;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}
#footer_content a {
	color: #333;
}
.yellow_bgd {
	background-color: #FFC;
}#bod_col {
	margin: 20px;
	font-family: "Segoe UI", Tahoma, Verdana;
	font-size: 14px;
}
#banner_queen {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 1px;
	height: 566px;
	width: 1009px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #3297fb;
	background-image: url(/images/queen/queen_banner_bgd.jpg);
	background-repeat: no-repeat;
}


/* begin styles for RSS Feed */
#blog {

}
#blog a{
	font-size: 16px;
	color: #F90;
	font-weight: bold;
}

#blog ul li {
}
#blog img {
	width: 100%;
}


.rss-items {
	margin-top:0px;
	padding:0.5em;
0.5em;
	margin-left:0px;
}

.rss-item  {
	list-style:none;
	padding-bottom:1.5em;
}

.rss-item a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-weight: normal;
	font-style: italic;
	color:#ff910f;
	font-size: 14pt;
	}
	
.rss-item a:visited {
	color:#ff910f;
}

.rss-date {
	font-size: 9pt;
	color: gray;
	}

