/* CSS Document */

body,td,th {
	font-size:76%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #402F28;
}
body {
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	background-color: #372922;
	height:100%;
}
a:link {
	color: #44312A;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #402D27;
}
a:hover {
	text-decoration: underline;
	color: #513A31;
}
a:active {
	text-decoration: none;
	color: #44312A;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}

html,body
{
margin:0;
padding:0;
}

#container{
text-align:left;
width:1024px;
margin:0 auto;
padding-top:60px;
height:768px;
}

#navigation
{
float:left;
width:240px;
margin-left:-1024px;
}

#sideimage
{
float:left;
width:440px;
margin-left:-440px;
}
#calendar_sideimage
{
float:left;
width:140px;
margin-left:-140px;
}

#footer{
clear:left;
width:100%;
color:#F2CAD0;

}

#footer p {
padding-top:10px;
}

#wrapper
{
float:left;
width:100%;

}

#content
{
margin:0 450px 0 290px;
height:574px;
background:url(images/contentbg.jpg) no-repeat top center;
padding:15px 0 15px 17px;
}
#calendar_content
{
margin:0 150px 0 290px;
height:574px;
padding:15px 0 15px 17px;
}
.contentholder {
line-height:1.8;
overflow:auto;
width:252px;
height:520px;
padding-right:5px;
}

#navcontainer { 
width: 290px;
margin-top: 10px;
height:293px;
}

#navcontainer ul
{
margin-left: 40px;
list-style-type: none;
margin-right:30px;
}

#navcontainer a
{
display: block;
margin-bottom:20px;
width: 196px;
color:#F2CAD0;
}

#navcontainer a:link, #navlist a:visited
{
color:#F2CAD0;
text-decoration: none;
}

#navcontainer a:hover
{
color: #fff;
}

.logoimg {
margin-top:2px;
}

label {
float:left;
width:80px;
margin-right:5px;
font-size:.9em;
line-height:1.5em;
}
input[type="text"] {
width:140px;
height:1em;
}
.announcement {
background:#F2CAD0;
padding:10px;
border:2px solid #372922;
text-align:center;
line-height:1.5em;
}
.award { 
display:block;
width:90%;
margin: 1em .5em;
}
#Awards {
	width:150px;
	float:right;
}
.twitter {
margin-top:1px;
display:block;
background:url(images/follow_on_twitter.jpg) no-repeat top left;
height:120px;
width:150px;
text-indent:-9000px;
overflow:hidden;

}
.facebook {
margin-top:0px;
display:block;
background:url(images/fan_on_facebook.jpg) no-repeat top left;
height:110px;
width:150px;
text-indent:-9000px;
overflow:hidden;
}