/* A Free Design by Bryant Smith (bryantsmith.com) */

html, body {
text-align: center;
}

p {text-align: left;}

a:link {
	color:#000000;
}      /* unvisited link black*/
a:visited {
	color:#808080;
}  /* visited link grey*/
a:hover {
	color:#404040;
}  /* mouse over link dark grey*/
a:active {
	color:#404040;
}  /* selected link same*/

body {
	margin: 0;
	padding: 0;
	background: #C1C1C1;
	background-image:url(background.png)
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F1F5F8;
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;}


html, body {
text-align: center;
}
p {text-align: left;}


#header h1, #header h1 a, #header h1 a:visited
{
	display:block;
	float:left;
	line-height:70px;
	margin-left:17px;
	width:230px;
	color:#FFFFFF;
	text-align:left;
	font-size:23px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	text-decoration:none;
}

#header ul {
	padding: 0px;
	list-style-type: none;
	height:21px;
	text-align:center;
	height:85px;
	overflow:hidden;
}

#header ul li , #header ul li a, #header ul li a:visited{
	display:block;
	float:left;
	margin: 0px;
	text-align:center;
	line-height:72px;
	width:133px;
	color:#FFFFFF;

	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#header ul li a:hover, #header h1 a:hover{
color:#CCCCCC;
}



#main 
{
margin-top:10px;
margin-bottom:10px;
}


#main .main_top
{
height:85px;
width:921px;
background-image:url(main_top.png);
background-repeat:no-repeat;
}

#main .main_body
{
padding-left:0px;
height:auto;
width:921px;
background-image:url(main_body.png);
background-repeat:repeat-y;
color:#000000;
padding-bottom:20px;
}


#main .main_top h1
{
font-size:24px;
line-height:85px;
color:#000000;
padding-left:25px;
background-image:url(header_h1_bg.png);
background-position:right;
background-repeat:no-repeat;
margin-right:25px;
}

#main .main_body p
{
line-height:19px;
letter-spacing:1px;
padding-bottom:15px;
padding-left:20px;
padding-right:20px;
}

#main .fb-like
{
line-height:19px;
letter-spacing:1px;
padding-bottom:15px;
padding-left:20px;
padding-right:20px;
}

#main .main_body p.thought
{
	position: relative;
	width: 200px;
	height: 100px;
	text-align: center;
	line-height: 36px;
	background-color: #fff;
	border: 8px solid #666;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
}

#main .main_body p.thought:before 
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: 30px;
	top: 115px;
	border: 30px solid;
	border-color: #666 #666 transparent transparent;
}
#main .main_body p.thought:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: 38px;
	top: 115px;
	border: 19px solid;
	border-color: #fff #fff transparent transparent;
}

#main .main_body ul
{
line-height:19px;
letter-spacing:1px;
padding-bottom:15px;
padding-left:40px;
padding-right:20px;
}

#main .main_img
{
padding-right:10px;
padding-bottom:0px;
height:auto;
background-image:url(main_body.png);
background-repeat:repeat-y;
color:#000000;
text-align:right;
}

#main .main_bottom
{
height:8px;
width:921px;
background-image:url(main_bottom.png);
background-repeat:no-repeat;
}


#page
{
  margin: 0 auto 0 auto; 
  margin-top:25px;
  display: block; 
  height:auto;
  position: relative; 
  overflow: hidden; 
  width: 921px;
}

#header
{
background-image:url(header.png);
background-repeat:no-repeat;
width:921px;
height:72px;
}



#footer {
display:block;
width: 921px;
height:74px;
background: url(footer.png) no-repeat;
text-align:right;
font-size:9px;
line-height:75px;
}

#footer p{
padding-right:20px;
text-align:right;
}

#footer, #footer a, #footer a:visited{
color:#FFFFFF;
}

#footer a:hover{
text-decoration:none;
color:#CCCCCC;
}

