@charset "UTF-8";

body {
	font: Georgia, Times New Roman, Times, serif;
	background-image: url(images/bg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
.oneColElsCtr #container {

	width: 700px;;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	
	font: Georgia, Times New Roman, Times, serif;
	font-size:12px;
	width: 700px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

a:link, a:visited {

	text-decoration: underline;
	font-weight: normal;
	color: #FFCC66;
	font-size:12px;
	text-transform: uppercase;
}

a:hover {

	text-decoration: none;
	color: #666666;
	font-size:12px;
	text-transform: uppercase;
}


#top_story {

	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font: Georgia, Times New Roman, Times, serif;
	color: #999999;
	font-size:12px;
	font-weight: bold;
	text-align:left;
	vertical-align:top;

}

#top_story.text {
	
	padding-left:0px;
	padding-top:0px;
	padding-right:10px;
	width: 265px;
	font: Georgia, Times New Roman, Times, serif;
	color: #AAAAAA;
	font-size:14px;
	font-weight: normal;
	text-align:left;
	vertical-align:top;
	line-height: 1.30em;
	letter-spacing: 1px;

}

#top_story.release-body {
	
	padding-left:10px;
	padding-top:0px;
	padding-right:10px;
	font: Georgia, Times New Roman, Times, serif;
	color: #AAAAAA;
	font-size:14px;
	font-weight: normal;
	text-align:left;
	vertical-align:top;
	line-height: 1.30em;
	letter-spacing: 1px;

}

#top_story.friends {
	
	padding-left:10px;
	padding-top:0px;
	padding-right:10px;
	font: Georgia, Times New Roman, Times, serif;
	color: #AAAAAA;
	font-size:14px;
	font-weight: normal;
	text-align:left;
	vertical-align:top;
	line-height: 1.30em;
	letter-spacing: 1px;
	width:440px;

}

#top_story.form-body {
	
	padding-left:10px;
	padding-top:0px;
	padding-right:10px;
	font: Georgia, Times New Roman, Times, serif;
	color: #AAAAAA;
	font-size:14px;
	font-weight: normal;
	text-align:left;
	vertical-align:top;
	line-height: 2em;
	letter-spacing: 1px;

}


#top_story.img {
	
	padding-top:0px;
	font: Georgia, Times New Roman, Times, serif;
	color: #FFFFFF;
	font-size:14px;
	text-transform:uppercase;
	font-weight: bold;

}

#top_story.h2 {

	font: Georgia, Times New Roman, Times, serif;
	color: #FFFFFF;
	font-size:14px;
	text-transform:uppercase;
	font-weight: bold;
	letter-spacing: .1em;

}

#hrule {
	
	text-align: center;
	width: 680px;
	height: 5px;
	border-top:1px dashed #CCCCCC;
	
}

#small_story.h2 {
	
	padding-left:10px;
	padding-top:10px;
	padding-right:5px;
	padding-bottom:5px;
	width: 210px;
	font: Georgia, Times New Roman, Times, serif;
	color: #FFFFFF;
	font-size:13px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:left;
	vertical-align:top;
	line-height: 1.30em;
	letter-spacing: 1px;

}

#small_story {
	
	padding-left:10px;
	padding-top:10px;
	padding-right:5px;
	padding-bottom: 10px;
	width: 210px;
	font: Georgia, Times New Roman, Times, serif;
	color: #999999;
	font-size:13px;
	font-weight: normal;
	text-align:left;
	vertical-align:top;
	line-height: 1.30em;
	letter-spacing: .05em;
}

#footer {
	
	padding-left:0;
	padding-top:10px;
	padding-right: 0spx;
	padding-bottom: 10px;
	text-align: center;
	width: 685px;
	font: Georgia, Times New Roman, Times, serif;
	color: #AAAAAA;
	font-size:11px;
	font-weight: normal;
	vertical-align:top;
	line-height: 1.30em;
	text-transform: uppercase;

}

#caption {
	
	text-align: inherit;
	font: Georgia, Times New Roman, Times, serif;
	color: #666666;
	font-size:11px;
	font-weight: normal;
	vertical-align:top;
	line-height: 1.30em;
	text-transform: uppercase;
	border-bottom: 1px dashed #FFFFFF;
	width: 100%;

}