/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: right;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9.
*/
  overflow: hidden;
}







/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
  margin-right: auto;
  margin-left: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
  position: relative;
}

.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-right: 0;
}

.omega {
  margin-left: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
  width: 40px;
}

.container_16 .grid_2 {
  width: 100px;
}

.container_16 .grid_3 {
  width: 160px;
}

.container_16 .grid_5 {
  width: 280px;
}

.container_16 .grid_6 {
  width: 340px;
}

.container_16 .grid_7 {
  width: 400px;
}

.container_16 .grid_9 {
  width: 520px;
}

.container_16 .grid_10 {
  width: 580px;
}

.container_16 .grid_11 {
  width: 640px;
}

.container_16 .grid_13 {
  width: 760px;
}

.container_16 .grid_14 {
  width: 820px;
}

.container_16 .grid_15 {
  width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-right: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-right: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-right: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-right: 80px;
}

.container_12 .prefix_2 {
  padding-right: 160px;
}

.container_12 .prefix_4 {
  padding-right: 320px;
}

.container_12 .prefix_5 {
  padding-right: 400px;
}

.container_12 .prefix_7 {
  padding-right: 560px;
}

.container_12 .prefix_8 {
  padding-right: 640px;
}

.container_12 .prefix_10 {
  padding-right: 800px;
}

.container_12 .prefix_11 {
  padding-right: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
  padding-right: 60px;
}

.container_16 .prefix_2 {
  padding-right: 120px;
}

.container_16 .prefix_3 {
  padding-right: 180px;
}

.container_16 .prefix_5 {
  padding-right: 300px;
}

.container_16 .prefix_6 {
  padding-right: 360px;
}

.container_16 .prefix_7 {
  padding-right: 420px;
}

.container_16 .prefix_9 {
  padding-right: 540px;
}

.container_16 .prefix_10 {
  padding-right: 600px;
}

.container_16 .prefix_11 {
  padding-right: 660px;
}

.container_16 .prefix_13 {
  padding-right: 780px;
}

.container_16 .prefix_14 {
  padding-right: 840px;
}

.container_16 .prefix_15 {
  padding-right: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-left: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-left: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-left: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-left: 80px;
}

.container_12 .suffix_2 {
  padding-left: 160px;
}

.container_12 .suffix_4 {
  padding-left: 320px;
}

.container_12 .suffix_5 {
  padding-left: 400px;
}

.container_12 .suffix_7 {
  padding-left: 560px;
}

.container_12 .suffix_8 {
  padding-left: 640px;
}

.container_12 .suffix_10 {
  padding-left: 800px;
}

.container_12 .suffix_11 {
  padding-left: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
  padding-left: 60px;
}

.container_16 .suffix_2 {
  padding-left: 120px;
}

.container_16 .suffix_3 {
  padding-left: 180px;
}

.container_16 .suffix_5 {
  padding-left: 300px;
}

.container_16 .suffix_6 {
  padding-left: 360px;
}

.container_16 .suffix_7 {
  padding-left: 420px;
}

.container_16 .suffix_9 {
  padding-left: 540px;
}

.container_16 .suffix_10 {
  padding-left: 600px;
}

.container_16 .suffix_11 {
  padding-left: 660px;
}

.container_16 .suffix_13 {
  padding-left: 780px;
}

.container_16 .suffix_14 {
  padding-left: 840px;
}

.container_16 .suffix_15 {
  padding-left: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
  right: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
  right: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
  right: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  right: 80px;
}

.container_12 .push_2 {
  right: 160px;
}

.container_12 .push_4 {
  right: 320px;
}

.container_12 .push_5 {
  right: 400px;
}

.container_12 .push_7 {
  right: 560px;
}

.container_12 .push_8 {
  right: 640px;
}

.container_12 .push_10 {
  right: 800px;
}

.container_12 .push_11 {
  right: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
  right: 60px;
}

.container_16 .push_2 {
  right: 120px;
}

.container_16 .push_3 {
  right: 180px;
}

.container_16 .push_5 {
  right: 300px;
}

.container_16 .push_6 {
  right: 360px;
}

.container_16 .push_7 {
  right: 420px;
}

.container_16 .push_9 {
  right: 540px;
}

.container_16 .push_10 {
  right: 600px;
}

.container_16 .push_11 {
  right: 660px;
}

.container_16 .push_13 {
  right: 780px;
}

.container_16 .push_14 {
  right: 840px;
}

.container_16 .push_15 {
  right: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
  right: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
  right: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
  right: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  right: -80px;
}

.container_12 .pull_2 {
  right: -160px;
}

.container_12 .pull_4 {
  right: -320px;
}

.container_12 .pull_5 {
  right: -400px;
}

.container_12 .pull_7 {
  right: -560px;
}

.container_12 .pull_8 {
  right: -640px;
}

.container_12 .pull_10 {
  right: -800px;
}

.container_12 .pull_11 {
  right: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
  right: -60px;
}

.container_16 .pull_2 {
  right: -120px;
}

.container_16 .pull_3 {
  right: -180px;
}

.container_16 .pull_5 {
  right: -300px;
}

.container_16 .pull_6 {
  right: -360px;
}

.container_16 .pull_7 {
  right: -420px;
}

.container_16 .pull_9 {
  right: -540px;
}

.container_16 .pull_10 {
  right: -600px;
}

.container_16 .pull_11 {
  right: -660px;
}

.container_16 .pull_13 {
  right: -780px;
}

.container_16 .pull_14 {
  right: -840px;
}

.container_16 .pull_15 {
  right: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12,
.container_16 {
  zoom: 1;
}







/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-right: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 10px;
}







body {
    font-size: 14px;
	margin: 0 auto;
	background: #e3e3e3;
}
.black {
	border: #000 1px solid;
}
h1 {
	font-size: 20px;
	margin: 5px;
	line-height: 20px;
}
h2 {
 	font-size: 30px;
	line-height: 25px;
	font-weight: bold;
	}
h3 {
 	font-size: 20px;
	margin: 5px;
	line-height: 20px;
}
.backup-1 {
	font-size: 50px;
	line-height: 60px;
	color: #ffca7f;
}
.backup-2 {
 	font-size: 20px;
	margin: 0;
	line-height: 10px;
	color: #ffca7f;
}
.backup-3 {
 	font-size: 20px;
	margin: 5px;
	line-height: 20px;
}
.MainLabelBar {
	font-size: 50px;
	line-height: 60px;
	color: #ffca7f;
}
.SecondLabelBar {
 	font-size: 20px;
	margin: 0;
	line-height: 10px;
	color: #ffca7f;
}

.site {
  	background: #ffffff;
	border: double;
	border-width: 3px;
	border-color: #794d26;
	margin-top: 5px;
}

.site a{
	font-weight:bold;
}

.topBar {
	height: 95px;
	text-align: center;
	background: url("../images/topwood.jpg");
    margin-top: 0px;
    margin-bottom: 3px;
	display:block;
}
.smalltext {
	font-size: 11px;
	padding-top: 4px;
}
.topBar	a:hover {
	color:yellow;
	display:block;
}
.secondSearch {
	height: 70px;
	width: 620px;
	text-align: center;
    background-image: url("../images/secondSearch.png");
}
.topBar a, .rightMenuOrange a, .topMenuButtonHot a, .searchBox a, .letters a, .topletters a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.categories a {
	text-decoration: none;
}
.bottomBar {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
    margin-top: 5px;
	background: #ffca7f;;
	font-weight: bold;
}
.searchBox {
	
	background-image: url("../images/searchBoxBg.png");
	height: 100px;
    background-repeat: repeat-x;
}
.menuPhoto {
	float: right;
	margin-left: 5px;
}

.menu {
	width: 130px;
	height: 30px;
	background-image: url("../images/MenuButton.jpg");
	text-align: center;
	float: right;
	font-weight:bold;
	line-height: 30px;
	font-size: 15px;
	margin-left: 5px;
	margin-bottom: 5px;
	display:block;
}
.menu a {
	display: block;
    height: 100%;
    width: 100%;
	color: #fff;
    text-decoration: none;
}
.menu a:hover {
	background-image: url("../images/MenuButtonHover.jpg");
}

.menuSpecial {
	width: 130px;
	height: 30px;
	background-image: url("../images/MenuButtonSpecial.jpg");
	text-align: center;
	float: right;
	font-weight:bold;
	line-height: 30px;
	font-size: 15px;
	margin-left: 5px;
	display:block;
}
.menuSpecial a {
	display: block;
    height: 100%;
    width: 100%;
	color: #000;
    text-decoration: none;
}
.menuSpecial a:hover {
	background-image: url("../images/MenuButtonHover.jpg");
}

.menuLast {
	width: 130px;
	height: 30px;
	background-image: url("../images/MenuButton.jpg");
	text-align: center;
	float: right;
	font-weight:bold;
	line-height: 30px;
	font-size: 15px;
}
.menuLast a {
	display: block;
    height: 100%;
    width: 100%;
	color: #fff;
    text-decoration: none;
}
.menuLast a:hover {
	background-image: url("../images/MenuButtonHover.jpg");
}

.subMenuLabel {
	text-align: right;
	height: 22px;
	margin-top: 3px;
    margin-bottom: 3px;
	font-weight:bold;
	line-height: 22px;
	font-size: 18px;
	text-decoration: underline;
}

.subMenu {
	background-image: url("../images/subMenuButton.jpg");
	text-align: right;
	height: 22px;
	margin-top: 3px;
    margin-bottom: 3px;
	padding-right: 15px;
	font-weight:bold;
	line-height: 24px;
	font-size: 12px;
}
.subMenu a {
	display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
	color: #000;
}
.subMenu a:hover {
	background-image: url("../images/subMenuButtonHover.jpg");
}

.subsubMenu {
	background-image: url("../images/subsubMenuButton.jpg");
	text-align: right;
	height: 22px;
	margin-top: 3px;
    margin-bottom: 3px;
	padding-right: 30px;
	font-weight:bold;
	line-height: 22px;
	font-size: 11px;
}
.subsubMenu a {
	display: block;
    height: 100%;
    width: 100%;
	color: #000;
    text-decoration: none;
}
.subsubMenu a:hover {
	background-image: url("../images/subsubMenuButtonHover.jpg");
}

.subMenuBold {
	background-image: url("../images/subMenuButton.jpg");
	text-align: center;
	height: 26px;
	margin-top: 10px;
    margin-bottom: 3px;
	font-weight:bold;
	line-height: 26px;
	font-size: 14px;
}

.subMenuBoldRed {
	background-image: url("../images/subMenuButtonRed.jpg");
	text-align: center;
	height: 26px;
	margin-top: 10px;
    margin-bottom: 3px;
	font-weight:bold;
	line-height: 26px;
	font-size: 14px;
}

.subMenuBold a, .subMenuBoldRed a {
	display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
	color: #000;
}

.subMenuBold a:hover, .subMenuBoldRed a:hover  {
	background-image: url("../images/subMenuButtonHover.jpg");
}

.leftPhotos {
	margin-bottom: 3px;
}

.leftFormText {
	text-align: center;
	height: 35px;
	font-size: 20px;
	font-weight:bold;
	line-height: 30px;
	text-decoration: underline;
	color: blue;
}
.leftForm {
	width: 281px;
	background-image: url("../images/leftForm.jpg");
	margin-top: 3px;
    margin-bottom: 3px;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	border: solid;
	border-width: 2px;
	border-color: orange;

}

.redoffer {
	background-image: url("../images/redoffer.jpg");
	margin-top: 4px;
	height: 65px;
    width: 280px;
	font-size: 23px;
	font-weight:bold;
	line-height: 60px;
	color: white;
}

.insideForm {
	padding-left: 5px;
	float: left;
	color: green;
}
.search {
    margin-top: 13px;
}

.mainForm {
	width: 450px;
	background-image: url("../images/mainform.jpg");
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 16px;
	font-weight: bold;
}

.topletters {
 	margin-top: 5px;
	width: 100%;
    word-spacing: 20px;
    font-size: 25px;
	margin-bottom: 5px;
	font-weight:bold;
}
.letters {
    margin-top: 10px;
    width: 100%;
    word-spacing: 20px;
    font-size: 25px;
	text-align: center;
	background-color: grey;
	box-lines:multiple;
}
.special {
    margin-top: 10px;
}
.bibleText {
    font-size: 14px;
	font-style: oblique;
	color: grey;
	margin-bottom: 10px;
	padding-right: 10px;
}
.randomDream {
    height: 250px;
}
.wordList {
    margin-top: 10px;
	height: 420px;
	float: right;
	width: 310px;
	list-style-type: none;
	display: block
}
.RegularList {
  	float: right;
	list-style-type: none;
	display: block
}
.list {
width: 620px;
height: 860px;
}
.wordList li {
	list-style-type:circle;
	text-align:right;
}
.RegularList li {
	list-style-type:circle;
	text-align:right;
}
/*.wordList li {
	width: 270px; 
	float: right;
	display: inline;
}*/
.bigLetter {
    font-size: 25px;
}
.bigLetter2 {
    font-size: 14px;
}
.label {
    text-align: center;
	margin-bottom: 10px;
}
.centered {
    text-align: center;
}

@import url(http://www.google.com/cse/api/branding.css);

.categoryImage {
	float:right; 
	margin-left: 10px;
}
.lineSpace {
	margin-bottom: 10px;
	}

.buttom_nav {
text-decoration: none;
color: #000;
}

#searchTipBox {
visibility:hidden;
position: absolute;
width: 2800px;
height: 52px;
top: 136px;
left: auto;
background-image: url("../images/menuButtonHot.png");
z-index: 100;
}
.facebook {
  	border: solid;
	border-width: 1px;
	border-color: #78dffc;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 5px;
	background-color: #e5f9ff;
}
.goog {
	margin-top: 5px;
}
.textDay {
	line-height: 28px;
}

.offer {
	width: 460px;
	height: 60px;
	background-image: url("../images/offer.jpg");
	margin-top: 15px;
    margin-bottom: 15px;
	font-size: 20px;
	text-align: center;
	color: blue;
	font-weight: bold;
	line-height: 30px;
	display:block;
}

.offer a {
	display: block;
    height: 100%;
    width: 100%;
	color: blue;
    text-decoration: none;
}

.offer a:hover {
	background-image: url("../images/offerHover.jpg");
	display: block;
    height: 100%;
    width: 100%;
	color: #04be72;
    text-decoration: none;
}


.photolabel {
	width: 300px;
	padding: 4px;
	margin-top: 15px;
    margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	border: solid;
	border-width: 2px;
	border-color: #c5784c;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}

.rightPhotos {
	width: 134px;
	padding: 2px;
    margin-bottom: 3px;
	border: solid;
	border-width: 1px;
	border-color: #c5784c;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 10px;
}

.photolabeltips {
	width: 200px;
	padding: 4px;
	margin-top: 15px;
    margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	border: solid;
	border-width: 2px;
	border-color: #c5784c;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}


.forumTableLabel {
	margin-top: 3px;
    margin-bottom: 3px;
	border: solid;
	border-width: 1px;
	border-color: #9b542a;
	width: 298px;
	text-align: center;
	background-color: #9b542a;
	color: #ffffff;
}
.forumTable {
	border: solid;
	border-right: none;
	border-left: none;
	border-bottom: none;
	border-width: 1px;
	border-color: #9b542a;
	width: 293px;
	text-align: right;
	background-color: #ffffff;
	color: #000000;
	padding-right: 5px;
	float: right;
	padding-top: 2px;
	padding-bottom: 2px;
}
.forumTableDate {
	float: left;
	font-size: 10px;
	line-height: 25px;
	padding-left: 5px;
}

.workersTableLabel {
	margin-top: 3px;
    margin-bottom: 3px;
	width: 618px;
	text-align: center;
	background-color: #9b542a;
	color: #ffffff;
}
.workersTablePhoto {
	margin-top: 5px;
    margin-bottom: 5px;
	padding-top: 8px;
	width: 140px;
	background-color: #ffffff;
	float: right;
	color: #000000;
	background-color: #fce9db;
	text-align: center;
	height: 130px;
}
.workersTableData {
	margin-top: 5px;
    margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 5px;
	width: 455px;
	margin-right: 20px;
	float: right;
	color: #000000;
	background-color: #fce9db;
}



