body {
	background: url(../images/layout/bg_x.jpg) top center repeat-x #cecbac;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#636D72;
	font-size:12px;
}

div#wrapper {
	width: 820px;
	margin: 0px auto;
	background: url(../images/layout/bg_y.jpg) top center repeat-y;
}

div#header {
	
}
td{
	padding: 0px;
}
div#content{
	margin: 0px 40px;
}

div#footer {
	background: url(../images/layout/footer.jpg) no-repeat;
	margin: 0px auto;
	width: 820px;
	min-height: 57px;
}

h1, h2, h3, h4, h5, h6{
	margin: 0px;
}

h2 {
	border-bottom:1px solid #CCCCCC;
	font-size:16px;
	font-weight:bold;
	margin-bottom: 15px;
}

h3 {
	border-bottom:1px solid #CCCCCC;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 10px;
}

p{
	margin-top: 0px;
}

.main {
	width: 450px;
	text-align: justify;
	float: left;
}
.images {
	float: right;
	width: 250px;
	text-align: center;
}
.images .weather {
	height:200px;
	background:url(/public/images/layout/weather.jpg) top no-repeat;
	padding:10px;
	font-size:10px;
}


#links {
margin:0 30px;

border-top:1px solid #ccc;
font-size:10px;
text-align:center;
}
#links ul {
padding:5px;
margin:0;
list-style:none none outside;
display:block;
}
#links li {
display:inline;
padding:0 10px;
}
#links a {
color:#666;
text-decoration:none
}
#links a:hover {
color:#333333;
text-decoration:underline
}
#copyright {
text-align:center;
font-size:10px;
color:#666;

}

a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}


form fieldset {
  margin-bottom: 10px;
  border: none;
border-top:1px solid #999;
}
form legend {
  padding: 0 2px;
  font-weight: bold;
}
form label {
width:200px;
  display: block;
  line-height: 1.8;
  vertical-align: top;

}
form input, form textarea {

display:block;
width:350px;
border-top:1px solid #999;
border-left:1px solid #999;
border-bottom:1px solid #CCC;
border-right:1px solid #CCC;
}
form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset li {
  list-style: none;
  padding: 3px;
  margin: 0;
}
form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form fieldset fieldset label {
  display: block;
  width: auto;
}
form em {
  font-weight: bold;
  font-style: normal;
  color: #f90;
}
form fieldset fieldset label {
 width:200px;
 margin-left: 10px;
}




.style1 {
	color: #333333;
	font-weight: bold;
}
.style3 {color: #333333}
.weather h3 {
font-size:10px;
}


table.admin td
{
	padding: 4px;
}


/* OLD 


div {
	border: 0px solid #F00;
	padding:0;
}

body {
	padding:0;
	margin:0 auto;
	background:#939DA2 url(img/loop.jpg) center top repeat-y;
	padding:0;
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#636D72;
	font-size:12px;
}
#wrapper {
	width:805px;
	margin:0 auto;
}
#content {
	width:685px;
	margin:0 60px;
}
#inner {
padding:10px 30px 30px 30px;
}
#header {
	width:805px;
	height:193px;
}

.main {
width:400px;
text-align:justify;
float:left;
}
.images {
float:right;
width:200px;
}


.weather img {
float:right;
}
a.calendarButton {

}
img.calendarButton {
	float: left;
}


*/