body
{
	height:100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;	
	background-color: #000000;
	/*border: 1px solid red;*/
	
}	

a
{
	font-family: Arial;
	font-size: 12px;
	color: #12465e;
}

#outer_container
{
	height: 100%;
	width: 100%;
	text-align: center;
	/*border: 1px solid red;*/
}

#inner_container
{
	position: relative;
	top: 250px;
	width: 749px;
	margin:0 auto;
	text-align: left;
	/*border: 1px solid red;*/
}

#spacer
{
	height: 8px;
	/*border: 1px solid red;*/
}

#menu
{
	height: 28px;
	/*border: 1px solid red;*/
}

#home a
{
	width: 90px;
	height: 16px;
	background: url("../images/menu_home.gif") top no-repeat;
	float: left;
}

#home a:hover
{
	width: 90px;
	height: 16px;
	background: url("../images/menu_home.gif") top no-repeat;
	background-position: center -18px;
	float:left;
}

#subscribe a
{
	width: 90px;
	height: 16px;
	background: url("../images/menu_subscribe.gif") top no-repeat;
	float: left;
}

#subscribe a:hover
{
	width: 90px;
	height: 16px;
	background: url("../images/menu_subscribe.gif") top no-repeat;
	background-position: center -18px;
	float:left;
}

#archive a
{
	width: 90px;
	height: 16px;
	background: url("../images/menu_archive.gif") top no-repeat;
	float: left;
}

#archive a:hover
{
	width: 90px;
	height: 16px;
	background: url("../images/menu_archive.gif") top no-repeat;
	background-position: center -18px;
	float:left;
}

#media a
{
	width: 80px;
	height: 16px;
	background: url("../images/menu_media.gif") top no-repeat;
	float: left;
}

#media a:hover
{
	width: 80px;
	height: 16px;
	background: url("../images/menu_media.gif") top no-repeat;
	background-position: center -18px;
	float:left;
}

#fun a
{
	width: 70px;
	height: 16px;
	background: url("../images/menu_fun.gif") top no-repeat;
	float: left;
}

#fun a:hover
{
	width: 70px;
	height: 16px;
	background: url("../images/menu_fun.gif") top no-repeat;
	background-position: center -18px;
	float:left;
}

#contact a
{
	width: 80px;
	height: 16px;
	background: url("../images/menu_contact.gif") top no-repeat;
	float: left;
}

#contact a:hover
{
	width: 80px;
	height: 16px;
	background: url("../images/menu_contact.gif") top no-repeat;
	background-position: center -18px;
	float:left;
}


#welcome_table
{
	width:450px;
	height: 235px;
}

#subscribe_table
{
	width:720px;
	height: 235px;
}

#archive_table
{
	width:720px;
}

#latest_table
{
	width:270px;
	height: 235px;
}

#welcome_content
{
	width:100%;
	height:100%;
	background-color: #d1e3ec;
	border-left: 2px solid #0f6a94;
	border-right: 2px solid #0f6a94;
	line-height: 150%;
}

#welcome_content td
{
	font-size: 12px;
}

#latest_content
{
	width:100%;
	height:175px;
	overflow-y: auto;
	overflow-x: none;
}

#latest_content_cell
{
	width:100%;
	height:100%;
	background-color: #d1e3ec;
	border-left: 2px solid #0f6a94;
	border-right: 2px solid #0f6a94;
}

#latest_content_table td
{
	padding-bottom: 5px;
}

#latest_content_table a
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

#now_showing
{
	width:500px;
	height: 130px;
	position: relative;
	left: 125px;
	top: 18px;
}

#now_showing_text
{
	font-size: 11px;
	width: 380px;
	height:127px;
	float: left;
	line-height: 150%;
}

#now_showing_image
{
	width: 100px;
	height:127px;
	float: right;
}


#bottom_table
{
	position: relative;
	width:749px;
	height: 32px;
	background: url(../images/bottom_slice.gif);
	background-repeat: repeat-x top center;
}

#blog
{
	padding: 20px;
	background-color: #ffffff;
	font-size: 11px;
}

#blog
{
	line-height: 150%;
}

#blog_date
{	
	top: 13px;
	position: relative;
	width: 87px;
	text-align: center;
}

#blog_month
{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#blog_day
{
	position: relative;
	top: 15px;
	color: #000000;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

#blog_info
{
	position: relative;
	left: 100px;
	width:500px;
	float: left;
	top: 3px;
}

#blog_subject
{
	font-size: 18px;
	font-weight: Bold;
}

#blog_submitted
{
	font-size: 13px;
	color: #666666;
	font-weight: Bold;
}

#blog_author
{
	font-size: 13px;
	color: #666666;
	font-weight: Bold;
}

#comment_header
{
	font-size: 18px;
	font-weight: Bold;
}

#comment_form_table
{
	font-size: 11px;
}


.blog_header
{
	background: url(../images/calendar.gif);
	background-repeat: no-repeat;
	height: 100px;
}

#footer
{
	font-size: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
}

#footer a
{
	font-size: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover
{
	color: #dddddd;
}

#footer td
{
	padding-right: 10px;
}

.content_bar_top
{
	background: url(../images/content_slice_top.gif);
}

.content_bar_bottom
{
	background: url(../images/content_slice_bottom.gif);
}

.content_bar_bottom_plain
{
	background-color: #d1e3ec;
	border-bottom: 2px solid #0f6a94;
}

.content_black
{
	font-family:Arial;
	font-size: 11px;
	color:#000000;
}	

.content_white
{
	font-family:Arial;
	font-size: 11px;
	color:#ffffff;
}	

.header_white
{
	font-family:Arial;
	font-size: 14px;
	color:#ffffff;
	font-weight: bold;
}


.padded
{
	padding: 10px;
}

.padded_left
{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.input_text
{
	width: 240px;
	border: 1px solid #145779;
}

.input_textarea
{
	width: 240px;
	height: 100px;
	border: 1px solid #145779;
}

.submit_button
{
	width: 130px;
	border: 1px solid #145779;
}

.subscribe_button
{
	width: 105px;
	height: 35px;
	margin:0 auto;
}

.subscribe_button a
{
	background: url(../images/button_subscribe.gif) top no-repeat;
	height: 53px;
	float: left;
}

.subscribe_button a:hover
{
	background: url(../images/button_subscribe.gif) bottom no-repeat;
	height: 53px;
	float: left;
}

#archive_month_table
{
	border: 1px solid #025B86;
	width: 100%;
}

#archive_month_table tr
{
	background-color: #A5CADD;
}

#archive_month_table td
{
	padding: 5px;
	border-top: 1px solid #025B86;
	border-bottom: 1px solid #E4F3FB;
}

#archive_month_table th
{
	padding: 5px;
	height: 30px;
	font-size: 18px;
	color: #ffffff;
	text-align: left;
	border-bottom: 1px solid #025B86;
	background: url(../images/archive_slice.gif);
}

#archive_month_header
{
	font-family: arial;
	font-size: 15px;
}

.comment_table
{
	border: 1px solid #0f77ac;
	background-color: #e2eef2;
	width: 710px;
	font-size: 11px;
	line-height: 150%;
}

.comment_table th
{
	background-color: #0f77ac;
	color: #ffffff;
	font-weight: Bold;
	text-align: left;
	padding: 5px;
}

.comment_table td
{
	padding: 5px;
}

/*
p
{
	line-height: 170%;
	font-family: Arial;
	font-size: 12px;
	font-color: #002200;
	margin:20px;
}

td
{
	font-family: Arial;
	font-size: 12px;	
}

a
{
	color: #000000;
}

.input_text
{
	font-family: Arial;
	font-size: 12px;	
	background-color: #FFFAC1;
	width: 240px;
	height: 20px;
	border: 1px solid #002200;
}

select
{
	font-family: Arial;
	font-size: 12px;	
	background-color: #FFFAC1;
	width: 240px;
	height: 20px;
	border: 1px solid #002200;
}

#container
{
	height: 100%;
	width: 100%;
	text-align: center;
}

#header
{	
	width: 100%;
	height: 110px;
	background: url(../images/header_slice.gif);
	text-align: center;
}

#content
{	
	background: url(../images/bottom_slice.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 490px;
	text-align: center;
}

#slider
{	

	text-align: center;
	width: 100%;
}

#slider_content
{	
	text-align: center;
	width: 500px;
	display: none;
	margin:0 auto;
}

#questions
{	
	text-align: center;
	width: 100%;
}

#questions_content
{
	text-align: center;
	width: 500px;
	display: none;
	margin:0 auto;
}

#slider_table
{
	width: 500px;
	height: 200px;
}

.slider_table_cell
{
	background-color: #C7E1E1;
}

#welcome
{	

	width: 500px;
	height: 500px;
	margin:0 auto;
}
#unsubscribe
{	

	width: 500px;
	height: 500px;
	margin:0 auto;
}

#welcome_content
{	
	text-align: center;
	width: 500px;
	height: 300px;
	display: none;
	margin:0 auto;
}

#welcome_table
{
	width: 500px;
	height: 300px;
}

.welcome_table_cell
{
	background-color: #C7E1E1;
}


.tab_welcome_selected
{
	width: 91px;
	height: 19px;
	background: url(../images/tab_welcome.gif);
	background-position: 0 0;
}

.tab_welcome_unselected
{
	width: 91px;
	height: 19px;
	background: url(../images/tab_welcome.gif);
	background-position: 0 38;
}

.tab_welcome_hover
{
	width: 91px;
	height: 19px;
	background: url(../images/tab_welcome.gif);
	background-position: 0 19;
}

.tab_aboutus_selected
{
	width: 91px;
	height: 19px;
	background: url(../images/tab_aboutus.gif);
	background-position: 0 0;
}

.tab_aboutus_unselected
{
	width: 91px;
	height: 19px;
	background: url(../images/tab_aboutus.gif);
	background-position: 0 38;
}

.tab_aboutus_hover
{
	width: 91px;
	background: url(../images/tab_aboutus.gif);
	background-position: 0 19;
}

.tab_contact_selected
{
	width: 91px;
	height: 19px;
	background: url(../images/tab_contact.gif);
	background-position: 0 0;
}

.tab_contact_unselected
{
	width: 91px;
	height: 19px;
	background: url(../images/tab_contact.gif);
	background-position: 0 38;
}

.tab_contact_hover
{
	width: 91px;
	background: url(../images/tab_contact.gif);
	background-position: 0 19;
}


.tab_login_selected
{
	width: 91px;
	height: 19px;
	background: url(../images/tab_login.gif);
	background-position: 0 0;
}

.tab_login_unselected
{
	width: 91px;
	height: 19px;
	background: url(../images/tab_login.gif);
	background-position: 0 38;
}

.tab_login_hover
{
	width: 91px;
	background: url(../images/tab_login.gif);
	background-position: 0 19;
}

#slider_confirm
{	
	text-align: center;
	width: 500px;
	height: 300px;
	display: none;
	margin:0 auto;
}

#confirm_table
{
	width: 500px;
	height: 300px;
}

.confirm_table_cell
{
	background-color: #C7E1E1;
}

#subscribe
{
	width: 123px;
	height: 35px;
	margin:0 auto;
}

#subscribe a
{
	width: 123px;
	height: 35px;
	background: url(../images/subscribe.gif);
	background-position: 0 0px;
	float: left;
}

#subscribe a:hover
{
	width: 123px;
	height: 35px;
	background: url(../images/subscribe.gif);
	background-position: 0 -35px;
	float: left;
}

#submit_button 
{
	width: 104px;
	height: 50px;
	margin:0 auto;
}

#submit_button a
{
	width: 104px;
	height: 50px;
	background: url(../images/submit.gif);
	float:left;
}

#submit_button a:hover
{
	width: 104px;
	height: 50px;
	background: url(../images/submit.gif);
	background-position: 0 -52px;
	float:left;
}

#admin_home_container
{
	margin-top: 10px;
	margin-left: 20px;
}

#login_submit 
{
	width: 77px;
	height: 38px;
	margin:0 auto;
}

#login_submit_button a
{
	width: 77px;
	height: 38px;
	background: url(../images/login_submit.gif);
	float:right;
}

#login_submit_button a:hover
{
	width: 77px;
	height: 38px;
	background: url(../images/login_submit.gif);
	background-position: 0 -37px;
	float:right;
}
*/
