/* CSS Document - Twin Butte Simmentals */

body {
	background-color: #990000;
	background-image: url('../images/bodybg.jpg');
	background-repeat: repeat;
	margin-top:0px; 
	margin-bottom:0px;
}

#divbody{
	width:911px;
	background-image: url('../images/mainbg.jpg');
	background-position: center top;
	background-repeat:repeat-y;
}

#leftmargin{
	width:103px;
	height:50px;
	float:left;
}

#contentbody{
	width:705px;
	background-image: url('../images/contentbg.jpg');
	background-position: center top;
	background-repeat:no-repeat;
	float:left;	
}

#rightmargin{
	width:103px;
	height:50px;
	float:left;
}

/* Header */

#header {
	margin-top:5px;
	width:705px;
	height:68px;
	text-align:left;
	float:left;
}

/* Menu */

#menu{
	margin-top:10px;
	width:705px;
	height:37px;
	background-image: url('../images/menubg.png');
	background-position: center;
	background-repeat:repeat-x;
	text-align:left;
	float:left;
}

/* Banner */

#banner {
	margin-top:85px;
	width:705px;
	height:135px;
	float:left;
}

#bannerleftmargin{
	width:20px;
	height:20px;
	float:left;
}

#bannertext{
	margin-top:px;
	width:290px;
	height:150px;
	text-align:justify;
	float:left;
}

#bannerrightmargin{
	width:375px;
	height:20px;
	float:left;
}

/* Sidebar */

#sidebar{
	width:272px;
	float:left;
}

#sidebarcontent{
	width:270px;
	margin-top: -5px;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	text-align:center;
	float:left;
}

#middlespacer{
	width:21px;
	height:20px;
	float:left;
}

#mainbody{
	width:412px;
	text-align:left;
	float:left;
}

#newmainbody{
	width:705px;
	text-align:left;
	float:left;
}

#mainbodycontent{
	width: 385px;
	margin-left: 5px;
	margin-top: 15px;
	font-family: Arial;
	font-size:12px;
	text-align:justify;
	line-height:1.5;
	color: #000000;
}

#newmainbodycontent{
	width: 695px;
	margin-left: 5px;
	margin-top: 15px;
	font-family: Arial;
	font-size:12px;
	text-align:justify;
	line-height:1.5;
	color: #000000;
}
.smalltext {
	font-size: 10px;
	color: #666666;
}
.pedtable {
	font-size: 9.5px;
	color: #333333;
}
/* Footer */

#footer {
	width:705px;
	height:37px;
	margin-top:20px;
	background-image: url('../images/menubg.png');
	background-repeat:repeat-x;
	float:left;
}

#footermenu{
	margin-top:12px;
	width:500px;
	height:37px;
	font-family: Arial;
	font-size:10px;
	color: #FFFFFF;
	text-align:left;
	float:left;
}

#copyright{
	margin-top:12px;
	width:205px;
	height:37px;
	font-family: Arial;
	font-size:10px;
	color: #FFFFFF;
	text-align:right;
	float:left;
}

br { clear: both; }

a:link{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	text-decoration:none;
}

a:visited{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	text-decoration:none;
}

a:hover{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	text-decoration:underline;
}

a.redlink:link{
	font-family: Arial;
	font-size:12px;
	color:#990000;
	font-weight: bold;
	text-decoration:none;
}

a.redlink:visited{
	font-family: Arial;
	font-size:12px;
	color:#990000;
	font-weight: bold;
	text-decoration:none;
}

a.redlink:hover{
	font-family: Arial;
	font-size:12px;
	color:#990000;
	text-decoration:underline;
}

.banner{
	font-family: 'Courier New', Courier, monospace;
	font-size:13px;
	color: #000000;
	font-weight:bold;
}

.sidebar{
	width: 255px;
	margin-top:20px;
	font-family: Arial;
	font-size:12px;
	color: #000000;
}

.redheading{
	font-family: Arial;
	font-size:15px;
	color: #990000;
	font-weight:bold;
}