/*
Design by Bryant Smith
http://www.bryantsmith.com
Free use with link
*/

body {
	text-align:center;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color:#CCCCCC;
	height:100%; /* 100 % height */
}
*
{
  margin: 0 auto 0 auto; 
}
html>body #wrap {height:100%;} /* 100 % height */
#wrap {	width:870px;	margin:0 auto;}
#header {
	display:inline;
	text-align:left;
/*	position:relative;*/
	width:800px;
	height:130px;
	margin-left:48px;
	background: url(../images/header_warm.png) no-repeat;
}

html>body #header {	position:absolute;
	z-index:10; /* Prevent certain problems with form controls */ }html>body #content-wrap {height:100%;} /* 100 % height */html>body #content {padding:100px 1em;} /* 10em = height of #header + 1em, 1em = give the content some breathing space */
#page
{
  text-align:left;
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative;
/*overflow: hidden;*/ 
/*background: #252F33 url(../images/background.png) repeat-y;*/
  background: #FFEBCD url(../images/background_warm.png) repeat-y;
  width: 870px;
}

.title
{
position:relative;
left:0px;
top:5px;
text-align:left;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:42px;
font-weight:bold;
color:#333300;
}

.subtitle
{
position:relative;
left:200px;
top:-10px;
text-align:left;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:30px;
font-weight:bold;
color:#333300;
}


.articleTitle
{
position:relative;
clear:both;
text-align:left;
margin-left:25px;
margin-top:160px;
margin-bottom:10px;
/*color: #112539;*/
color: #333300;
/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:26px;
font-weight:bold;
}

.articleContent
{
width:auto;
position:relative;
margin-left:25px;
color:#333300;
text-align:left;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
/*font-family:Arial, Helvetica, sans-serif;*/
font-size:14px;
line-height:27px;
}

#bar
{
	margin:95px 94px;
	position:absolute;
	width: 710px;
	height:35px;
	z-index:11;
}

.menuLink
{
	
	height:35px;
	line-height:35px;
	width: 118px;
	text-align:center;
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	
}

.menuLink a
{
	color:#999999;
}

.menuLink a:hover
{
	display: block;
	width:118px;
	height:35px;
	line-height:35px;
	color:#cccccc;
	background-image:url(../images/tab_ani_warm1.gif);
}




a
{
text-decoration:none;
color:#252F33;
}

#pageContent
{
margin:0 auto 0 auto;
width: 680px;
height:auto;
}

#footer {
width: 885px;
height:42px;
background: url(../images/footer_warm.png) no-repeat;
}


.bryantsmith
{
text-align:center;
font-size:10px;
color:#2C639A;
background-image:none;
}

.bryantsmith a
{
color:#2C639A;
}