/* CSS Document */

@import url("ie.css");


body{
	margin:0;
	padding:0;
	font-family: "Crimson Text", georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	background: #B4EBFF url(../images/bkback.jpg) repeat-x;
	color:#999999;
}

#wrapper{
	width:100%;
	text-align:left;
	margin:0;
	padding:0;
	font-size:1.2em;
}

h3{
	color:#FF3399;
}

a:link{
	color:#FE96CA;
	text-decoration:none;
}

a:hover{
	color:#FF3399;
}

a:visited{
	text-decoration:none;
}

/*#navContainer{
	width:100%;
	height:50px;
	padding:0;
	margin:0;
	background: #FF3399 url(../images/nav_header_back.jpg) repeat-x;
	border:1px solid #f00;
}

#navContent{
	width:914px;
	margin: 0px auto;
	padding:10px 0px 0px 0px;

}

#navContent li{
	display:inline;
}
*/
#header{
	width:934px;
	height:262px;
	margin: 0 auto;
}

.story{
	margin:10px 0 10px 0;
	padding:10px 0 10px 0;
	border-bottom:1px dotted #FE96CA;
}


#contact ul{
	list-style-type:none;
}

#contact {
	border-top:1px dashed #B4EBFF;
	border-bottom:1px dashed #B4EBFF;
}


#content{
	width:934px;
	margin: 0 auto;
	padding:0px;
	font-size: 1.4em;
	line-height:150%;
	background:url(../images/contents_back.jpg) repeat-y;
}

#columnA{
	width:209px;
	text-align:right;
	margin:0;
	padding:15px;
	background:#D8F5FF;
	float:left;
	border-right:1px solid #B4EBFF;
}

#columnA ul{
	list-style-type:none;	
}


.leftChunk{
	border-bottom:1px dashed #B4EBFF;
}

.leftChunk ul{
	list-style-type:none;
}

#columnB{
	width:664px;
	height:auto !important;
	margin:0;
	padding:15px;
	background:#D8F5FF;
	float:left;
}
#columnB ul{
	list-style-type:none;
}


#columnB li{
	display:inline;
}
#footerAbove{
	margin:0;
	padding:0;
	clear:both;
}
#footerContainer{
	width:100%;
	height: 290px;
	padding:0;
	margin:0;
	background: #FF3399 url(../images/footer_back.jpg) repeat-x;
	clear:both;
}

#footerContainer a:link{
	color:#FFFF00;
	text-decoration:none;
}

#footerContent{
	width:914px;
	margin: 0px auto;
	padding:0px;

}
#footerContent p{
	 border-top:1px solid #FE96CA;
	 padding:15px 0px 10px 0px;
	 margin:0;
}

/*#twitter_update_list{
	list-style-type:none;
}*/

#twitter_update_list li{
	list-style-type:none;
	border-bottom:15px solid #D8F5FF;
}

