/* Default site framework */

body {
    margin:					0px 0px 0px 0px;
	padding:				0px 0px 0px 0px;    
	background-image:		url(../images/common_images/main-site-background.gif);
	background-position:	left top;
	background-repeat:		repeat-x;
	text-align:				center;
}

#centered-container {
	width:					1026px;	
	margin:					0px auto 0px auto;
	padding:				0px 0px 0px 0px;	
	text-align:				center;
}

#tiled-borders {
	width:					1026px;	
	margin:					0px auto 0px auto;
	padding:				0px 0px 0px 0px;
	background-image:		url(../images/common_images/main-site-borders-tile.gif);
	background-position:	center top;
	background-repeat:		repeat-y;
	text-align:				center;	
	float:					left;
}

#bordered-block {
	width:					1000px;	
	margin:					0px auto 0px auto;
	padding:				0px 13px 0px 13px;	
	background-image:		url(../images/common_images/main-site-borders.gif);
	background-position:	center top;
	background-repeat:		no-repeat;	
	min-height:				1206px;		
	text-align:				left;					
}

#left-column {
	float:					left;
	width:					210px;
	background-color:		#ffffff;
}

#right-column {
	float:					left;
	width:					790px;
	background-color:		#ffffff;
}

#content-block-wrapper {
	float:					left;
	width:					781px;
	padding:				0px 0px 0px 9px;
	background-image:		url(../images/common_images/content-left-border.gif);
	background-position:	left top;
	background-repeat:		repeat-y;
}

#content-block {
	float:					left;
	width:					781px;
	border-bottom:			solid 1px #999999;
}

#footer {
	clear:					both;
	width:					790px;
}





/* Inside #left-column */

#logo {
	width:					183px;
	height:					111px;
	padding:				33px 0px 0px 27px;
}

#left-nav-top {
	width:					183px;
	min-height:				444px;
	height:					auto !important;
	height:					444px;
	margin:					0px 4px 0px 23px;
	padding:				0px;
}

#left-nav-bottom {
	width:					183px;
	margin:					0px 4px 0px 23px;
	padding:				1px 0px 0px 0px;
	background-image:		url(../images/common_images/dotted-line-01.gif);
	background-position:	left top;
	background-repeat:		no-repeat;
}

#blurb-01 {
	width:					168px;
	margin:					20px 12px 0px 30px;
	padding:				0px;
}

#left-column-top { /* replaces #left-nav-top to make editable left column */
	width:					183px;
	min-height:				444px;
	height:					auto !important;
	height:					444px;
	margin:					0px 4px 0px 23px;
	padding:				0px;
}





/* Inside #right-column */

/* Inside #top-section */

#top-section {
	width:					781px;
	height:					99px;
}

#top-nav-middle {
	float:					left;
	width:					568px;	
	padding:				52px 0px 0px 10px;
}
#top-nav-middle ul {
	list-style:				none;
	background-image:		none;
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 0px 0px;
}
#top-nav-middle li { 
	float:					left;
	background-image:		none;
	border-left:			solid 1px #0099ff;	
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 0px 0px;
}
#top-nav-middle li.special {
	border-left:			none;
}



#top-right-corner {
	float:					left;
	width:					203px;
	height:					99px;
}

#top-nav-right {
	width:					203px;
	height:					28px;
	padding:				8px 0px 0px 0px;
}
#top-nav-right ul {
	float:					left;
	list-style:				none;
	background-image:		none;		
	margin:					0px !important;
	padding:				0px !important;
}
#top-nav-right li {
	float:					left;	
	background-image:		none;
	margin:					0px !important;
	padding:				0px !important;
}




#search {
	clear:					both;	
	height:					32px;
}





/* Inside #content-and-right-nav */

#content-and-right-nav {
	clear:					both;
	width:					781px;
	margin:					33px 0px 0px 0px;
	min-height:				644px;	
	overflow:				hidden;
}
#content-and-right-nav-02 {
	clear:					both;
	float:					left;
	width:					781px;	
	min-height:				644px;	
	overflow:				hidden;
}

#content-block-01 {
	float:					left;
	width:					579px;
	padding:				0px 0px 0px 0px;	
	background-image:		url(../images/common_images/content-right-border-01.gif);
	background-position:	right top;
	background-repeat:		no-repeat;
}
#content-block-02 {
	float:					left;
	width:					579px;
	margin:					33px 0px 0px 0px;	
	background-image:		url(../images/common_images/content-right-border-01.gif);
	background-position:	right top;
	background-repeat:		no-repeat;
}

#content-bar-01 {
	width:					579px;
	height:					6px;
	background-color:		#0099ff;
	overflow:				hidden;
}
#content-bar-02 {
	width:					545px;
	height:					23px;
	padding:				8px 16px 0px 18px;
	background-color:		#0099ff;
	overflow:				hidden;
}

#content-01 {	
	width:					561px;
	max-width:				561px;
	padding:				4px 0px 20px 18px;	
	overflow:				hidden;
}
#content-02 {	
	width:					561px;
	padding:				4px 0px 20px 18px;	
	overflow:				hidden;
}
#content-03 {	
	width:					561px;
	padding:				0px 0px 20px 18px;	
	overflow:				hidden;
}


#content-04 {	
	width:					543px;
	padding:				0px 18px 20px 18px;		
	overflow:				hidden;
}



#right-column-01 {
	float:					left;
	width:					202px;
}
#right-column-02 {
	float:					left;
	width:					202px;
	padding:				33px 0px 0px 0px;
	background-image:		url(../images/common_images/nav-background-01.gif);
	background-position:	left top;
	background-repeat:		repeat-y;
}

#right-nav-01 {
	width:					174px;	
	overflow:				hidden;
	padding:				0px 0px 30px 0px;
}
#right-nav-02 {
	width:					174px;
	background-image:		url(../images/common_images/nav-background-01.gif);
	background-position:	left top;
	background-repeat:		repeat-y;		
	padding:				0px 0px 30px 0px;	
}

/* ad column styles */

#ad-column-01 {
	width:					180px;
	padding:				30px 0px 16px 0px;
	overflow:				hidden;
}
#ad-column-02 {
	width:					180px;
	padding:				0px 0px 16px 0px;
	overflow:				hidden;
}
.ad-right {
	position:				relative;
	padding:				10px 0px 0px 0px;
	overflow:				hidden;
}
.ad-right p {
	position:				relative;
	padding:				0px 0px 2px 8px;
	overflow:				hidden;
}

.ad-center {
	width:					515px;	
	padding:				10px 0px 0px 0px;
	margin:					0px 0px 0px 0px;
	overflow:				hidden;
	
}
.ad-center p {	
	padding:				0px 0px 0px 0px !important;;
	margin:					0px 0px 0px 0px !important;;	
}
.center-ad-table-01 {
	display:				block;
	
	width:					515px;
	padding:				0px 0px 0px 0px;
	margin:					0px 0px 8px 0px;
}
.center-cell-01 {
	width:					180px;
	padding:				0px 12px 0px 0px;
	margin:					0px 0px 0px 0px;
}
.center-cell-02 {
	width:					323px;
	padding:				0px 0px 0px 0px;
	margin:					0px 0px 0px 0px;
}
.center-cell-02 p, .center-cell-02 h1, .center-cell-02 h2, .center-cell-02 h3, .center-cell-02 h4, .center-cell-02 h5 {
	width:					323px;
	padding:				0px 0px 6px 0px !important;;
	margin:					0px 0px 0px 0px !important;;	
}





/* Inside #content */

.home-image-text-table-01 {
	display:				block;
	width:					545px;
	margin:					0px 0px 8px 0px;
}
.home-image-cell-01 {
	width:					180px;
	padding:				0px 12px 0px 0px;
}
.home-text-cell-01 {
	width:					353px;
}

.flash-container-01 {
	width:					578px;
	height:					426px;
	position:				relative;
	left:					-18px;
	padding:				0px;
}

/* sermon styles */

#sermon-list {
	width:					508px;
	border-top:				solid 1px #cdd6db;	
}
.sermon-cell-01 {
	width:					270px;
	padding:				8px 32px 6px 0px !important;
	border-bottom:			solid 1px #cdd6db;
}
.sermon-cell-02 {
	width:					116px;
	padding:				25px 0px 6px 0px !important;
	border-bottom:			solid 1px #cdd6db;
}
.sermon-cell-03 {
	width:					90px;
	padding:				14px 0px 6px 0px !important;
	border-bottom:			solid 1px #cdd6db;
}
#recent-sermons {
	padding:				14px 0px 20px 0px !important;
}
#recent-sermons h1 {
	padding-right:			0px !important;
}
.sermon-cell-01 p, .sermon-cell-02 p, .sermon-cell-03 p, .sermon-cell-01 h2 {
	margin:					0px 0px 0px 0px !important;
	padding:				0px 0px 3px 0px !important;
}
.pagination-01 {
	padding:				4px 53px 0px 0px;
	text-align:				right;
}

/* all-sermons styles */
#all-sermons {
	padding:				10px 0px 20px 0px !important;
}
#all-sermons table td {
	padding:				0px 12px 4px 0px !important;
}
#all-sermons h1 {
	padding-bottom:			8px;
}
#all-sermons h2 {
	padding:				12px 0px 4px 0px !important;
}

/* sermon-individual styles */
#sermon-individual {
	width:					508px;
	border-bottom:			solid 1px #cdd6db;
	margin:					0px 0px 16px 0px;	
}
.sermon-individual-01a {	
	padding:				8px 12px 6px 0px !important;
	border-bottom:			solid 1px #cdd6db;
}
.sermon-individual-01b {	
	padding:				8px 0px 6px 0px !important;
	border-bottom:			solid 1px #cdd6db;
}
.sermon-individual-02 {
	width:					398px;
	padding:				15px 0px 6px 0px !important;	
}
.sermon-individual-03 {
	width:					110px;
	padding:				24px 0px 6px 0px !important;
}
.sermon-individual-04 {
	padding:				10px 10px 10px 0px !important;
}


/* sermon search styles */

#sermon-search-table {
	width:					508px;
	border-top:				solid 1px #cdd6db;	
	border-bottom:			solid 1px #cdd6db;	
}
.sermon-search-01 {
	width:					508px;
	padding:				2px 0px 0px 0px;
}
.sermon-search-02 {
	width:					148px;
	padding:				11px 5px 0px 95px;
}
.sermon-search-02b {
	width:					148px;
	padding:				0px 5px 0px 95px;
}
.sermon-search-02c {
	width:					190px;
	padding:				11px 5px 0px 40px;
}
.sermon-search-03 {
	width:					260px;
	padding:				11px 0px 6px 0px;
}
.sermon-search-03b {
	width:					260px;
	padding:				0px 0px 6px 0px;
}
.sermon-search-04 {
	width:					508px;
	padding:				0px 0px 10px 0px;	
}

/* courses table 1 */

.course-table-01 {
	width:					420px;
	border-top:				solid #5F5F60 1px;
	border-left:			solid #5F5F60 1px;
	border-right:			solid #5F5F60 1px;
}
.course-cell-01 {
	background-color:		#CDDA32;
	width:					50px;
	padding:				2px 7px 2px 7px;
	border-right:			solid #5F5F60 1px;
	border-bottom:			solid #5F5F60 1px;
}
.course-cell-02 {
	padding:				2px 7px 2px 7px;
	border-bottom:			solid #5F5F60 1px;
}


/* calendar tables */

.calendar-table-01, .calendar-table-02 {
	width:					550px;
	border-top:				solid #333333 1px;		
}
.calendar-table-01 td, .calendar-table-02 td {	
	font-size:				10px !important;
	line-height:			14px !important;
}
.calendar-table-01-cell-01 {
	background-color:		#e9f8f7;
	width:					34px;
	padding:				2px 0px 4px 6px;	
	border-bottom:			solid #999999 1px;
}
.calendar-table-01-cell-02 {
	background-color:		#e9f8f7;
	width:					30px;
	padding:				2px 0px 4px 0px;	
	border-bottom:			solid #999999 1px;	
	background-image:		url(../images/common_images/white-dote-01.gif);
	background-position:	right top;
	background-repeat:		repeat-y;
}
.calendar-table-01-cell-03 {
	background-color:		#ecf9f8;
	width:					60px;
	padding:				2px 0px 4px 6px;
	border-bottom:			solid #999999 1px;
	background-image:		url(../images/common_images/white-dote-01.gif);
	background-position:	right top;
	background-repeat:		repeat-y;
}
.calendar-table-01-cell-04 {
	background-color:		#daf3f2;
	width:					296px;
	padding:				2px 0px 4px 8px;
	border-bottom:			solid #999999 1px;
	background-image:		url(../images/common_images/white-dote-01.gif);
	background-position:	right top;
	background-repeat:		repeat-y;
}
.calendar-table-01-cell-05 {
	background-color:		#daf3f2;
	width:					104px;
	padding:				2px 0px 4px 6px;
	border-bottom:			solid #999999 1px;
}

.calendar-table-02-cell-01 {
	background-color:		#f2f9ec;
	width:					34px;
	padding:				2px 0px 4px 6px;	
	border-bottom:			solid #999999 1px;
}
.calendar-table-02-cell-02 {
	background-color:		#f2f9ec;
	width:					30px;
	padding:				2px 0px 4px 0px;	
	border-bottom:			solid #999999 1px;	
	background-image:		url(../images/common_images/white-dote-01.gif);
	background-position:	right top;
	background-repeat:		repeat-y;
}
.calendar-table-02-cell-03 {
	background-color:		#ebf5e2;
	width:					60px;
	padding:				2px 0px 4px 6px;
	border-bottom:			solid #999999 1px;
	background-image:		url(../images/common_images/white-dote-01.gif);
	background-position:	right top;
	background-repeat:		repeat-y;
}
.calendar-table-02-cell-04 {
	background-color:		#e1f0d5;
	width:					296px;
	padding:				2px 0px 4px 8px;
	border-bottom:			solid #999999 1px;
	background-image:		url(../images/common_images/white-dote-01.gif);
	background-position:	right top;
	background-repeat:		repeat-y;
}
.calendar-table-02-cell-05 {
	background-color:		#e1f0d5;
	width:					104px;
	padding:				2px 0px 4px 6px;
	border-bottom:			solid #999999 1px;
}


/* resources table css */

.resources-table-01 {
	width:					550px;
	margin:					0px 0px 24px 0px;
	border-top:				solid 1px #cdd6db;		
}
.resources-table-01-cell-01 {	
	width:					204px;
	padding:				0px 0px 0px 0px;
	text-align:				right;
}
.resources-table-01-cell-02 {	
	width:					346px;
	padding:				0px 0px 0px 10px;
}
.resources-table-01-cell-03 {
	padding:				6px 0px 0px 0px;	
}

/* resources table css */

.resources-table-02 {
	width:					550px;
	border-top:				solid 1px #cdd6db;
	margin:					0px 0px 0px 0px;		
}
.resources-table-02-cell-01 {	
	width:					204px;
	padding:				8px 0px 8px 0px;
	text-align:				right;
	border-bottom:			solid 1px #cdd6db;
}
.resources-table-02-cell-02 {	
	width:					346px;
	padding:				8px 0px 8px 10px;
	border-bottom:			solid 1px #cdd6db;
}


/* simple-table-01 */

.simple-table-01 {
	width:					370px;
	margin:					0px 0px 24px 0px;		
}
.simple-table-01-cell-01 {	
	width:					230px;
	padding:				0px 10px 0px 0px;
}
.simple-table-01-cell-02 {	
	width:					130px;
	padding:				0px 0px 0px 0px;
}


#sitemap {
	padding:				0px 20px 0px 0px;
}


/* new home template */

#content-home {
	width:					569px;
	padding:				0px 0px 20px 10px;	
	overflow:				hidden;
}

.home-content-01 {
	width:					569px;	
}
.home-content-01-left {
	width:					270px;
	padding:				14px 10px 0px 0px;
}
.home-content-01-right {
	width:					269px;
	padding:				14px 10px 0px 10px;
	border-left:			solid 1px #cdd6da;
}

#content-home hr {
	height:					1px;
	color:					#cdd6da;
	background-color:		#cdd6da;
	border:					none;	
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 0px 0px;	
}
#content-home div.hr {
	height:					1px;
	color:					#cdd6da;
	background-color:		#cdd6da;
	border:					none;	
	margin:					0px 0px 8px 0px;
	padding:				0px 0px 0px 0px;
	font-size:				1px;
	line-height:			1px;	
}

#content-home p {
	padding:				0px 0px 10px 0px !important;
	margin:					0px 0px 0px 0px;
}
#content-home h1 {
	font-family:			Georgia, Arial;	
	font-size:				18px;	
	line-height:			22px;
	color:					#333333;
	font-weight:			normal;	
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 4px 0px;	
}
#content-home h2 { 
	font-family:			Georgia, Arial;	
	font-size:				16px;	
	line-height:			20px;
	color:					#0631b1;
	font-weight:			normal;	
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 6px 0px;
}
#content-home h3 { 
	font-family:			Georgia, Arial;	
	font-size:				16px;	
	line-height:			20px;
	color:					#0631b1;
	font-weight:			normal;	
	margin:					0px 0px 0px 0px;
	padding:				2px 0px 8px 0px;
}



/* Inside #footer */

#social-bookmarks {
	float:					left;
	width:					270px;
	padding:				10px 0px 0px 30px;
}

#copyright {
	float:					left;
	width:					480px;
	padding:				10px 10px 0px 0px;
	text-align:				right;
}

#footer-links {
	clear:					both;
	width:					790px;
	padding:				154px 0px 0px 0px;
}

#hale-marketing {
	width:					590px;
	padding:				100px 0px 20px 0px;
	text-align:				center;
}









/* form styles */

form {
	margin:					0px;
}

select {
	font-size:				11px;		
	color:					#000000;
}

input {   
	color:					#000000;
}

input.search-field-main {
	width:					100px;
	height:					14px;
	padding:				2px 0px 3px 2px;
	margin:					0px 2px 0px 2px;
	border:					solid 1px #999999;	
	color:					#000000;
	vertical-align:			middle;	
}

input.radio-01 {
	margin-top:				4px;
	margin-bottom:			-2px;
}

textarea {
	width:					300px;
	height:					160px;	
	color:					#000000;
}

/* sermon search styles */

#sermon-search-table input {
	width:					220px;
	height:					15px;
	margin-bottom:			4px;
	line-height:			15px;
}
#sermon-search-table textarea {
	width:					170px;
	height:					80px;
	margin-bottom:			4px;
}
#sermon-search-table select {	
	margin-bottom:			4px;	
}
input.submit-button-02 {
	vertical-align:			middle !important;
	width:					27px !important;
	height:					32px !important;
}





/* bullet styles */

ul {
	list-style:				none;
	padding:				0px 66px 10px 8px;
	margin:					-8px 0px 0px 0px;
}

li {
	background-image:		url(../images/common_images/bullet-01.gif);
	background-repeat:		no-repeat;
	background-position:	0px 6px;
	padding:				0px 0px 6px 12px;
	margin-left:			0px;
}

ol {
	list-style:				decimal;
	padding:				6px 10px 14px 12px;
	margin:					0px 0px 0px 12px;
}

ol li {
	background-image:		none;
	padding:				2px 0px 2px 0px;
	margin-left:			10px;
}






/* special styles */

p {
	margin:					0px;
	padding:				0px 0px 14px 0px;
}

#left-column-top p {
	margin:					0px 0px 0px 0px;
	padding:				0px 5px 7px 7px;
}

#home-image-text-box-01 * p {
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 6px 0px;
}

img {
	border:					0px;
}

img.block {
	display:				block;
}

img.noindent {	
	position:				relative;
	left:					-18px;
}
#left-column-top img.noindent {
	display:				block;
	position:				relative;
	left:					-7px;
}

#ad-column-01 img.noindent {	
	position:				relative;
	left:					-8px;
}

img.submit-button {
	vertical-align:			middle;
}

img.arrow-01 {
	vertical-align:			middle;
}

img.MP3 {
	margin:					2px 5px 5px 0px;
	vertical-align:			middle;
}
img.WMA {
	margin:					6px 5px 5px 0px;
	vertical-align:			middle;
}
img.youth-nav-header {
	padding:				0px 16px 16px 7px;
	border-bottom:			solid 1px #666666;
	display:				block;
}

.break {
	height:					1px;
	clear:					both;
}

.right {
	text-align:				right;
}

.center {
	text-align:				center;
}

.noindent-block {
	position:				relative;
	width:					578px;
	overflow:				hidden;
	left:					-18px;
}

hr {
	height:					1px;
	color:					#cdd6db;
	background-color:		#cdd6db;
	border:					none;	
	margin:					0px 10px 5px 0px;
	padding:				0px 0px 0px 0px;
}

.transparent-01 {
	width:					578px;
	position:				relative;
	left:					-18px;
	overflow:				hidden;
	padding:				0px 0px 16px 0px;
	filter:					alpha(opacity=72);
	-moz-opacity:			0.72;
}




/* youth template variations */

#tiled-borders-youth {
	width:					1026px;	
	margin:					0px auto 0px auto;
	padding:				0px 0px 0px 0px;
	background-image:		url(../images/common_images/youth-site-background.gif);
	background-position:	center top;
	background-repeat:		repeat-y;
	text-align:				center;	
	float:					left;
}

#left-column-youth {
	float:					left;
	width:					210px;
}

#right-column-youth {
	float:					left;
	width:					790px;
}

#content-block-wrapper-youth {
	float:					left;
	width:					781px;
	padding:				0px 0px 0px 9px;
	background-image:		url(../images/common_images/youth-left-border.gif);
	background-position:	left top;
	background-repeat:		repeat-y;
}

#content-block-youth {
	float:					left;
	width:					781px;
	border-bottom:			solid 1px #666666;
}

#logo-youth {
	width:					183px;
	height:					101px;
	padding:				33px 0px 0px 27px;
}

#left-nav-top-youth {
	width:					183px;
	min-height:				444px;
	height:					auto !important;
	height:					444px;
	margin:					0px 4px 0px 23px;
	padding:				0px;
	filter:					alpha(opacity=62);
	-moz-opacity:			0.62;	
}

#left-nav-bottom-youth {
	width:					183px;
	margin:					0px 4px 0px 23px;
	padding:				1px 0px 0px 0px;
	background-image:		url(../images/common_images/dotted-line-01.gif);
	background-position:	left top;
	background-repeat:		no-repeat;
}

#top-nav-middle-youth {
	float:					left;
	width:					568px;	
	padding:				52px 0px 0px 10px;
}
#top-nav-middle-youth ul {
	list-style:				none;
	background-image:		none;
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 0px 0px;
}
#top-nav-middle-youth li { 
	float:					left;
	background-image:		none;
	border-left:			solid 1px #0099ff;	
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 0px 0px;
}
#top-nav-middle-youth li.special {
	border-left:			none;
}


#top-nav-right-youth {
	width:					203px;
	height:					28px;
	padding:				8px 0px 0px 0px;
}
#top-nav-right-youth ul {
	list-style:				none;
	background-image:		none;		
	margin:					0px;
	padding:				0px;
}
#top-nav-right-youth li {
	float:					left;	
	background-image:		none;
	margin:					0px;
	padding:				0px;
}

#content-and-right-nav-youth {
	clear:					both;
	float:					left;
	width:					781px;
	margin:					33px 0px 0px 0px;	
	background-image:		url(../images/common_images/content-right-border-02.gif);
	background-position:	578px top;
	background-repeat:		repeat-y;
}

#content-block-02-youth {
	float:					left;
	width:					579px;
	margin:					0px 0px 0px 0px;	
	min-height:				644px;	
}

#content-01-youth {	
	width:					561px;
	padding:				4px 0px 20px 18px;	
	overflow:				hidden;
}
#content-02-youth {	
	width:					561px;
	padding:				4px 0px 20px 18px;	
	overflow:				hidden;
}

#content-01-youth p, #content-01-youth h1, #content-01-youth h2, #content-01-youth h3, #content-01-youth h4, #content-01-youth h5, #content-01-youth h6 {	
	padding:				0px 46px 18px 0px;		
}
#content-02-youth p, #content-02-youth h1, #content-02-youth h2, #content-02-youth h3, #content-02-youth h4, #content-02-youth h5, #content-02-youth h6 {		
	padding:				0px 46px 18px 0px;	
}

#right-nav-01-youth {
	width:					174px;
	overflow:				hidden;
	padding:				0px 0px 30px 0px;
}

#right-text-column-youth {
	width:					202px;
	padding:				0px 0px 20px 0px;
	overflow:				hidden;
}

#social-bookmarks-youth {
	float:					left;
	width:					270px;
	padding:				10px 0px 0px 30px;
	filter:					alpha(opacity=22);
	-moz-opacity:			0.22;
}

#copyright-youth {
	float:					left;
	width:					480px;
	padding:				10px 10px 0px 0px;
	text-align:				right;
	color:					#666666;
}