.clear {
	clear: both;
}
body {
	background-color: #333333;
	background-image: url(http://www.family-church.org.uk/images/back_grad.png);
	background-repeat: repeat-y;
	background-position: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}


/* MAIN TEMPLATE */
#centerColumn {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#centerColumn #header {
}
#centerColumn #sunday-details {
	background: url(http://www.family-church.org.uk/images/sunday-meetings-bg.jpg) repeat-x;
	height: 50px;
}
#centerColumn #sunday-details img {
	float: left;
}
#centerColumn #sunday-details ul {
	float: left;
	height: 50px;
	margin-left: 5px;
}
#centerColumn #sunday-details ul li {
	float: left;
}
#centerColumn #sunday-details ul li a {
	background: url(http://www.family-church.org.uk/images/sunday-meetings-off.jpg) no-repeat bottom;
	display: block;
	height: 50px;
	float: left;
	width: 140px;
	margin-right: 5px;
	line-height: 46px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
#centerColumn #sunday-details ul li a:hover {
	background: url(http://www.family-church.org.uk/images/sunday-meetings-on.jpg);
}
#centerColumn #main_nav {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #111111;
	width: 780px;
	height: 30px;
}
#centerColumn #main_nav ul {
	list-style-type: none;
}
#centerColumn #main_nav ul li {
	float: left;
}
#centerColumn #main_nav a {
	display: block;
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#centerColumn #main_nav a:hover {
	color: #00FF33;
}
/* END OF MAIN TEMPLATE */



#centerColumn #content {
	float: left;
	width: 510px;
	margin-bottom: 10px;
}
#centerColumn #content #section {
	margin: 10px;
}
#centerColumn #content #section a {
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	font-size: 0.9em;
}
#centerColumn #content .body {
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#centerColumn #content .body h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
}
#centerColumn #content .body h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 5px;
}
#centerColumn #content .body p {
	font-size: 0.9em;
	color: #333333;
	line-height: 1.2em;
	margin-bottom: 8px;
}
#centerColumn #content .body p a {
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
}
#centerColumn #content .body p a:hover {
	color: #333333;
}
#centerColumn #content .body strong {
	font-size: 1em;
	font-weight: bold;
}
#centerColumn #content .body em {
	font-style: italic;
}
#centerColumn #content .title_image {
	border: 1px solid #999999;
	padding: 4px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

/* end of all pages */


/* FRONT SECTION */

#centerColumn #front {
	background-color: #FFFFFF;
	background-image: url(http://www.family-church.org.uk/images/content_top.png);
	background-repeat: repeat-x;
	overflow: auto;
}
#centerColumn #front #content #welcome {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 20px;
}
#centerColumn #front #content #welcome img {
	margin-right: 2px;
	margin-bottom: 2px;
}
#centerColumn #front #content #welcome h2 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
}
#centerColumn #front #content #welcome .donate {
	margin-top: 5px;
	margin-bottom: 5px;
	background: #FFF url(../images/h3-grad.png) repeat-x top;
	border: 1px solid #999;
}
#centerColumn #front #content #welcome .donate .donate_button {
	float: left;
	margin: 5px;
	height: 40px;
	width: 40px;
}
#centerColumn #front #content #welcome .donate p {
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	font-size: 1.1em;
	font-weight: bold;
}


/* end of front section */


/* EVENTS SECTION */

#centerColumn #events {
	background-color: #FFFFFF;
	background-image: url(http://www.family-church.org.uk/images/content_top.png);
	background-repeat: repeat-x;
	overflow: auto;
}
#centerColumn #events #content #events_list {
	margin-bottom: 10px;
	margin-left: 10px;
}
#centerColumn #events #content #events_list .events_listbox {
	float: left;
	width: 225px;
	margin-right: 10px;
	height: 120px;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #eeeeee;
	background-image: url(http://www.family-church.org.uk/images/content_top.png);
	background-repeat: repeat-x;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#centerColumn #events #content #events_list .events_listbox .calendar {
	float: left;
	margin-right: 10px;
	width: 60px;
	border: 2px solid #B32D2D;
}
#centerColumn #events #content #events_list .events_listbox .calendar .date {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3333;
	text-align: center;
	font-family: "Arial Black";
	padding-bottom: 3px;
	background-image: url(http://www.family-church.org.uk/images/content_top.png);
	background-repeat: repeat-x;
}
#centerColumn #events #content #events_list .events_listbox .calendar .month {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	background-color: #FFFFFF;
	text-align: center;
}
#centerColumn #events #content #events_list .events_listbox .event_image {
	margin-bottom: 10px;
}
#centerColumn #events #content #events_list .events_listbox .events_image_clean {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#centerColumn #events #content #events_list .events_listbox a {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-bottom: 5px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 0px;
	margin-left: 75px;
}
#centerColumn #events #content #events_list .events_listbox a:hover {
	color: #993333;
}

#centerColumn #events #content #events_list .events_listbox p {
	font-size: 0.9em;
	margin-left: 75px;
}

/* end of events */


/* LIFE SECTION */

#centerColumn #life {
	background-color: #FFFFFF;
	background-image: url(http://www.family-church.org.uk/images/content_top.png);
	background-repeat: repeat-x;
	overflow: auto;
}
#centerColumn #life #content #life_list {
	margin-bottom: 10px;
	margin-left: 10px;
}
#centerColumn #life #content #life_list a {
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
#centerColumn #life #content #life_article a img {
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
}
#centerColumn #life #content #life_article h3.church {
	display: block;
	clear: both;
	margin-top: 5px;
}
#centerColumn #life #content #life_article .web {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 40px;
	display: block;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
#centerColumn #life #content #life_article .body img {
	margin-bottom: 20px;
}
#centerColumn #life #content #life_article .body .form {
	margin-top: 20px;
}
#centerColumn #life #content #article .body .form .formline {
	margin-bottom: 4px;
	clear: both;
}
#centerColumn #life #content #article .body .form label {
	font-size: 0.8em;
	text-transform: uppercase;
	display: block;
	width: 100px;
	height: 20px;
	text-align: right;
	float: left;
	margin-right: 5px;
	line-height: 20px;
}
#centerColumn #life #content #article .body .form input {
	display: block;
	width: 350px;
	border: 1px solid #CCCCCC;
	height: 30px;
}
#centerColumn #life #content #article .body .form .zemSubmit {
	margin-left: 105px;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	width: 200px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	background-color: #0066CC;
	border-top-color: #0052A4;
	border-right-color: #0052A4;
	border-bottom-color: #0052A4;
	border-left-color: #0052A4;
}
#centerColumn #life #content #article .body .idea {
	text-transform: uppercase;
	display: block;
	padding-top: 20px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 1.8em;
	margin-bottom: 20px;
}
#centerColumn #life #content #article .body .idea_box {
	background-color: #eeeeee;
	background-image: url(http://www.family-church.org.uk/images/idea-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#centerColumn #life #content #article .body .idea_box h3 {
	font-size: 1.4em;
	display: block;
	margin-bottom: 10px;
}
#centerColumn #life #content #article .body .idea_box .name {
	font-size: 0.9em;
	font-weight: bold;
}
#centerColumn #life #content #article .body .idea_box .name a {
}
#centerColumn #life #content #article .body {
}
#centerColumn #life #content #article .body p {
	font-size: 11px;
	line-height: 14px;
	display: block;
	margin-bottom: 15px;
}
#centerColumn #life #content #article .body p strong {
	font-weight: bold;
}
#centerColumn #life #content #article .body ul {
	list-style-type: disc;
	display: block;
	margin-left: 15px;
	margin-bottom: 15px;
	color: #333;
}
#centerColumn #life #content #article .body ul li {
	font-size: 11px;
	line-height: 14px;
	color: #333;
	display: block;
	margin-bottom: 5px;
	list-style-type: disc;
}
#centerColumn #life #content #article .body ol {
	display: block;
	list-style-type: decimal;
	margin-bottom: 15px;
	margin-left: 15px;
	color: #333;
}
#centerColumn #life #content #article .body ol li {
	display: block;
	margin-bottom: 8px;
	color: #333;
	font-size: 11px;
	line-height: 14px;
	list-style-type: decimal;
}
#centerColumn #life #content #article .body .comments-wrapper {
}
#centerColumn #life #content #article .body .comments-wrapper .form_box {
	margin-bottom: 5px;
}
#centerColumn #life #content #article .body .comments-wrapper .form_details {
	margin-top: 20px;
	margin-left: 85px;
	margin-right: 40px;
}
#centerColumn #life #content #article .body .comments-wrapper .form_details ul {
	list-style-type: none;
	margin-left: 0px;
}
#centerColumn #life #content #article .body .comments-wrapper .form_details li {
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(http://www.family-church.org.uk/images/tick.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 15px;
}
#centerColumn #life #content #article .body .comments-wrapper label {
	display: block;
	width: 70px;
	float: left;
	text-align: right;
	margin-right: 10px;
	height: 27px;
	font-size: 0.9em;
	padding-left: 5px;
}
#centerColumn #life #content #article .body .comments-wrapper input {
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #bbbbbb;
	height: 25px;
	width: 350px;
}
#centerColumn #life #content #article .body .comments-wrapper textarea {
	background-color: #FFFFFF;
	width: 350px;
	border: 1px solid #bbbbbb;
}
#centerColumn #life #content #article .body .comments-wrapper #txpCommentPreview {
	float: left;
	margin-left: 85px;
	width: 100px;
	margin-right: 10px;
	background-color: #009966;
	background-image: url(http://www.family-church.org.uk/images/idea-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 0.9em;
	border-top-color: #00724D;
	border-right-color: #00724D;
	border-bottom-color: #00724D;
	border-left-color: #00724D;
}
#centerColumn #life #content #article .body .comments-wrapper #txpCommentSubmit {
	width: 100px;
	background-color: #CC3333;
	background-image: url(http://www.family-church.org.uk/images/idea-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	border-color: #9C2626;
}
#centerColumn #life #content #article .body .intern_intro {
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
}
/* end of life section */


/* MEDIA SECTION */

#centerColumn #media {
	background-color: #FFFFFF;
	background-image: url(http://www.family-church.org.uk/images/content_top.png);
	background-repeat: repeat-x;
	overflow: auto;
}
#centerColumn #media #content #featured {
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#centerColumn #media #content #featured h2, #centerColumn #media #content #article_list h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
}
#centerColumn #media #content #featured .featuredbox {
	float: left;
	background-color: #eeeeee;
	background-image: url(http://www.family-church.org.uk/images/content_top.png);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	width: 141px;
	padding: 5px;
	height: 190px;
}
#centerColumn #media #content #featured .featuredbox h3 {
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 5px;
	text-align: center;
}
#centerColumn #media #content #featured .featuredbox p {
	font-size: 0.8em;
	line-height: 1.2em;
}
#centerColumn #media #content #article_list {
	margin: 10px;
}
#centerColumn #media #content #article_list .articlelistbox {
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-image: url(http://www.family-church.org.uk/images/content_top.png);
	background-repeat: repeat-x;
	background-color: #eeeeee;
}
#centerColumn #media #content #article_list .articlelistbox .sundaymessage {
	background-image: url(http://www.family-church.org.uk/images/13t.jpg);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	width: 100px;
	height: 13px;
}
#centerColumn #media #content #article_list .articlelistbox h4 {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
#centerColumn #media #content #article_list .articlelistbox a {
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #999999;
	border: 1px solid #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 26px;
	width: 86px;
}
#centerColumn #media #content #article_list .articlelistbox a:hover {
	background-image: url(http://www.family-church.org.uk/images/listen.jpg);
	background-repeat: no-repeat;
	text-indent: -999px;
}
#centerColumn #media #content #article_list .articlelistbox p {
	font-size: 0.7em;
}
#centerColumn #media #content .body object {
	margin-top: 20px;
	background-color: #eeeeee;
	background-image: url(http://www.family-church.org.uk/images/content_top.png);
	background-repeat: repeat-x;
	padding: 5px;
	border: 1px solid #CCCCCC;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* end of media */

/* NEWS UPDATE SECTION */

#centerColumn #newsupdate {
	background-color: #FFFFFF;
	background-image: url(http://www.family-church.org.uk/images/content_top.png);
	background-repeat: repeat-x;
	overflow: auto;
}
#centerColumn #newsupdate #content .body {
	margin-top: 20px;
}
#centerColumn #newsupdate #content .newsupdate_box {
	background-image: url(http://www.family-church.org.uk/images/pencil.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
}
#centerColumn #newsupdate #content .newsupdate_box a {
	margin-left: 70px;
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#centerColumn #newsupdate #content .newsupdate_box a:hover {
	color: #993333;
}

#centerColumn #newsupdate #content .newsupdate_box h5 {
	margin-bottom: 15px;
	margin-left: 70px;
	font-size: 0.8em;
	color: #006666;
	font-weight: normal;
}
#centerColumn #newsupdate #content .newsupdate_box p {
	margin-left: 70px;
}

/* end of news update */

/* MISSIONS SECTION */

#centerColumn #missions {
	background-color: #FFFFFF;
	background-image: url(http://www.family-church.org.uk/images/content_top.png);
	background-repeat: repeat-x;
	overflow: auto;
}
#centerColumn #missions #content .body hr {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#centerColumn #missions #content .mission_post {
	margin-bottom: 15px;
	background-image: url(http://www.family-church.org.uk/images/pencil_mini.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
#centerColumn #missions #content .mission_post a {
	font-size: 1.4em;
	text-decoration: none;
	margin-left: 25px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 4px;
	display: block;
}
#centerColumn #missions #content .mission_post h6 {
	display: block;
	margin-bottom: 10px;
	margin-left: 25px;
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
}
#centerColumn #missions #content .mission_post p {
	display: block;
	margin-left: 25px;
}
#centerColumn #missions #content .mission_post .link a {
	text-transform: uppercase;
	font-size: 9px;
	color: #903;
}
#centerColumn #missions #content #article .body h3 {
	display: block;
	margin-bottom: 10px;
	font-size: 2em;
}
#centerColumn #missions #content .other_posts a {
	font-size: 1em;
	font-weight: normal;
	color: #903;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #903;
	padding-left: 4px;
}
#centerColumn #missions #content .mission_post a:hover {
	color: #993333;
}
#centerColumn #missions #content .other_posts a:hover {
	color: #993333;
}


/* end of missions */

/* NEWS SIDEBAR */

#centerColumn #news {
	float: right;
	margin-bottom: 10px;
	width: 250px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#centerColumn #news .listbox {
	margin-top: 10px;
}
#centerColumn #news .listbox .sundaymessage {
	background-image: url(http://www.family-church.org.uk/images/13.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 240px;
	text-indent: -999px;
	margin-bottom: 2px;
}
#centerColumn #news .listbox .churchnews {
	background-image: url(http://www.family-church.org.uk/images/15.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 240px;
	text-indent: -999px;
	margin-bottom: 2px;
}
#centerColumn #news .listbox .specialevent {
	background-image: url(http://www.family-church.org.uk/images/20.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 240px;
	text-indent: -999px;
	margin-bottom: 2px;
}
#centerColumn #news .listbox .socialevent {
	background-image: url(http://www.family-church.org.uk/images/19.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 240px;
	text-indent: -999px;
	margin-bottom: 2px;
}
#centerColumn #news .listbox .newsupdate {
	background-image: url(http://www.family-church.org.uk/images/22.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 240px;
	text-indent: -999px;
	margin-bottom: 2px;
}
#centerColumn #news .listbox .empowermag {
	background-image: url(http://www.family-church.org.uk/images/24.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 240px;
	text-indent: -999px;
	margin-bottom: 2px;
}
#centerColumn #front #news .listbox .message_wrap {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: url(http://www.family-church.org.uk/images/play.jpg) no-repeat 0px 5px;
	padding-left: 25px;
	padding-top: 5px;
}
#centerColumn #news .listbox a {
	font-size: 1.1em;
	text-decoration: none;
	color: #333333;
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}
#centerColumn #news .listbox a:hover {
	color: #0C3;
}
#centerColumn #news #tradeconnections {
	height: 160px;
	width: 240px;
	margin-top: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

/* end of news sidebar */


/* BANNER and FOOTER SECTIONS */

#banner {
	width: 780px;
}

#footer {
	height:200px;
	margin-top: 4px;
	background-image: url(http://www.family-church.org.uk/images/footer_strip.png);
	background-repeat: repeat-x;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 10px;
	text-align: left;
}
#footer h4 {
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-left: 14px;
}

#box_1 {
float:left;
width:170px;
}

#box_2 {
	float:left;
	width:160px;
}

#box_3 {
	float:left;
	width:300px;
}
#box_3 form.zemContactForm {
	margin: 0px;
	font-size: 0.9em;
	font-weight: bold;
	color: #CCCCCC;
	width: 300px;
}
#box_3 .zemContactForm .formbox {
	width: 300px;
	margin-bottom: 2px;
}
#box_3 .zemContactForm label {
	display: block;
	width: 50px;
	float: left;
	height: 16px;
	font-size: 9px;
	font-weight: bold;
}
#box_3 .zemContactForm input {
	width: 220px;
}
#box_3 .zemContactForm textarea {
	width: 222px;
	height: 40px;
}
#box_3 .zemContactForm input.zemSubmit {
	width: 60px;
	font-size: 0.8em;
	background-color: #0033CC;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-left: 50px;
	margin-top: 5px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
}
#box_3 ul.zemError {
	font-size: 0.9em;
	color: #CC3333;
	list-style-type: none;
}

#box_2 img {
	border: 1px solid #FFFFFF;
	margin-left: 14px;
}

#box_4 {
	float:left;
	width:150px;
}

#box_1 p, #box_2 p {
	font-size:9px;
	color:#CCCCCC;
	padding-left: 14px;
	padding-right: 20px;
	padding-bottom: 6px;
}

#box_1 h2, #box_2 h2 {
	color:#CCCCCC;
	font-size:11px;
	padding-left: 14px;
}

#box_3 a {
	font-size:10px;
	color:#3CF;
	display: block;
	margin-bottom: 2px;
}
#box_3 h2 {
	color:#CCCCCC;
	font-size:11px;
}

#box_1 a, #box_2 a, #box_3 a {
	text-decoration: none;
	font-size: 9px;
	color: #AEC0CC;
}

#box_1 a:hover, #box_2 a:hover, #box_3 a:hover {
	color: #FFFF99;
}

#box_1 ul, #box_2 ul {
	list-style:none;
	margin-left: 0;
}

#box_1 li, #box_2 li  {
	font-size:.8em;
	list-style-type: none;
}
#box_4 img {
	margin-top: 5px;
	margin-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#box_4 p {
	font-size:9px;
	color:#CCCCCC;
	padding-right: 20px;
	padding-bottom: 6px;
}

#box_4 h2 {
	color:#CCCCCC;
	font-size:11px;
}
