/* A Free Design by Bryant Smith (bryantsmith.com) */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background: #FFFFFF;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;}

#container
{
  display: block; 
  height:auto;
  position: relative; 
  width: 950px;
  background-image:url(images/background.jpg);
  background-repeat:repeat-y;
  padding-left:17px;
  padding-right:17px;
  overflow:hidden;
}

#links
{
display:block;
float:right;	
margin-top:25px;
margin-right:10px;
}

#links a, #links a:visited
{
font-size:16px;
font-weight:bold;
margin-left:4px;
margin-right:4px;
color: #FFFFFF;
text-decoration:none;
}

#links a:hover
{
border-bottom:dotted 1px #FFFFFF;
}

#header
{
height:60px;

}

#header h1
{
margin-top:15px;
margin-left:10px;
font-size:33px;
color:#FFFFFF;
float:left;
}

.off
{
color:#F9D71C;
}

.picture
{
	background-image:url(images/imagebackground.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:1px;
	margin-top:1px;
}


.contenttext h2
{
color:#FFFFFF;
font-size:24px;
margin-bottom:10px;
	
}

.contenttext
{
	padding-left:10px;
	padding-right:10px;
}


#footer
{
font-size:12px;
color:#FFFFFF;
margin-top:10px;
width:750px;
text-align:center;
}
#footer a, #footer a:visited
{
	text-align:center;
color:#FFFFFF;
	text-decoration:none;
}

html, body {
text-align: center;
}

p {text-align: left;}