/* CSS Document */

body {
	margin: 0 auto;
	text-align: center;
	background: url(../images/main_bg.jpg) repeat-y 49.7% top;
	background-color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 20px;
}

p {
	padding: 0px 15px 0px 20px;
	text-align: left;
}

#wrapper {
	width:850px;
    height: 700px;
	margin: 0 auto;
	text-align: center;
	/*background:url(../images/content_bg.jpg) repeat center;*/
	
}


#header {
	width:850px;
	height:200px;
}


#date_bar {
	width:848px;
	height:30px;
	clear: both;
	border-top: #9300B3 1px solid;
	border-bottom: #9300B3 1px solid;
	text-align: right;
	padding: 10px 0px 10px 0px;
	background:url(../images/availbg.jpg) top center repeat;
}

#left_menu {
	float: left;
	width: 185px;
    min-height: 800px;
	padding-left: 0px;
	background-color:#FFF;
}


#center_column {
	width:660px;
    min-height: 800px;
	float: left;
	background-color: #FFFFFF;
	border-left: 1px dotted #4e005e;
	border-right: 1px dotted #4e005e;
	text-align: left;
}


#clearing_div {
	clear: both;
	padding-bottom:0px;
}



#footer{
	width:900px;
	height:63px;
	background-color: #610074;
    color: #FFBCB9;
    letter-spacing: 1px;
	padding-top: 2px;
	border-top: #9300B3 1px solid;
	padding-bottom: 2px;
	border-bottom: #9300B3 1px solid;
	font-size: 9px;
	margin:auto;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}





/*-----------------  Right Menu Code ------------------------*/
.buttonscontainer {width: 175px; padding: 5px 0px 0px 3px;}

.buttons a {color: #FFF;
background-color: #222;
display: block;
border-left: 1px solid #A84DBB;
border-right: 1px solid #A84DBB;
font: 11px Verdana, sans-serif;
font-weight: normal;
text-decoration: none;
text-align: left;
height: 15px;
padding: 10px 0px 0px 5px;}

.buttons2 a:hover {background-color: #8d2ba2;
color: #FFF;
text-decoration: none;}
.style28 {color: #FFFFFF; font-size: 11px; font-weight: bold; padding-left: 5px;}



#marquee {
	background: url(../images/marquee_bg.jpg) center;
	height: 36px;
	white-space: 160px;
	padding-top: 5px;
	display: table;
}

#marquee_ie {
	background: url(../images/marquee_bg.jpg) center;
	height: 36px;
	white-space: 160px;
	padding-top: 5px;
	visibility:visible;
}

.right_menu {
	width:150px;
	height:63px;
    margin-left: 10px;
    border: 1px solid #000;
    padding-left: 10px;
}

.right_menu td {
    background-color:#fff;
	border:1px solid white;
	padding-left:13px;
}

.right_menu a {
	text-decoration:none;
	color: #FFFFFF;
}

.right_menu a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
.style29 {color: #FFFFFF}
.style30 {
	font-size: 12px;
	font-weight: bold;
}

h1 {
	padding: 0px 0px 0px 20px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	text-align: left;
}
.highlight {
	text-transform: uppercase;
	color: #7F019B;
}

#avail_box {
   margin: 0 auto;
   text-align: center;
   width: 395px;
   height: 25px;
   margin-left: 190px;  
   padding-top: 3px;
}

#congrats {
	/*background-image: url(../images/congrats.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	height: 500px;
}


#base_list ul{
	/*border: 1px solid #000;*/
	margin: 0;
	margin-left: 1em;
	width: 300px;
	padding: 0;
	list-style-type: none;
	font-size: 18px;
	padding-left: 1em;
	line-height: 0em;
	}
	

#base_list li {
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0em;
	padding: 1em;
	padding-left: 2.2em;
	padding-top: 1.5em;
    }


.content_img{
    border:2px solid purple;
    margin:-15px 10px 10px 10px;
    
}

#content img {
    border:2px solid purple;
}