/* CSS Document - Mackenzie Red Angus & Jewel Red Angus */

body {
	background-color: #000000;
	background-image: url('../images/bg.jpg');
	margin-top:20px; 
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

#divbody{
	width:960px;
}

/* Header */

#header {
	width:960px;
	height:316px;
	background-image: url('../images/headerbg.jpg');
	background-position: center top;
	background-repeat:no-repeat;
	float:left;
}

/* Menu */

#menu{
	width:960px;
	margin-top:280px;
	height:39px;
	text-align:center;
	float:left;
}

/* Content */

#topmain{
	width:960px;
	height:31px;
	background-image: url('../images/topbg.jpg');
	background-position: center top;
	background-repeat:no-repeat;
	float:left;
}

#main{
	width:960px;
	background-image: url('../images/middlebg.jpg');
	background-position: center top;
	background-repeat:repeat-y;
	float:left;
}

/* Sidebar */

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

.sidebarcontent{
	margin-left:45px;
	margin-right:20px;
	font-family: Arial;
	font-size:12px;
	color: #000000;
	text-align:center;
	line-height:2.0;
}

/* Mainbar */

#mainbar{
	width:635px;
	float:left;
}

.mainbarcontent{
	margin-left:40px;
	margin-right:50px;
	margin-top:10px;
	font-family: Arial;
	font-size:12px;
	color: #000000;
	text-align:justify;
	line-height:1.5;
}

/* Misc */

.item{
	width:185px;
	margin-bottom:25px;
	text-align:center;
	float:left;
}

/* Footer */

#footer {
	width:960px;
	height:139px;
	background-image: url('../images/bottombg.jpg');
	background-position: center top;
	background-repeat:no-repeat;
	float:left;
}

#footermenu{
	margin-top:115px;
	margin-left:20px;
	font-family: Arial;
	font-size:11px;
	color: #000000;
	text-align:left;
}

p {
clear: both;
}



/* Text Properties */

.greenheading{
	font-family: Palatino Linotype;
	font-size:17px;
	color: #272916;
	font-weight:bold;
}

.blackheading{
	font-family: Palatino Linotype;
	font-size:17px;
	color: #000000;
	font-weight:bold;
}


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

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

a:hover{
	color: #000000;
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}


a.white:link{
	color: #2E311A;
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

a.white:visited{
	color: #2E311A;
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

a.white:hover{
	color: #000000;
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

a.footer:link{
	font-family: Arial;
	font-size:11px;
	color: #000000;
	text-decoration:none;
}

a.footer:visited{
	font-family: Arial;
	font-size:11px;
	color: #000000;
	text-decoration:none;
}

a.footer:hover{
	font-family: Arial;
	font-size:11px;
	color: #000000;
	text-decoration:underline;
}

a.item:link{
	font-family: Arial;
	font-size:11px;
	color: #000000;
	text-decoration:none;
}

a.item:visited{
	font-family: Arial;
	font-size:11px;
	color: #000000;
	text-decoration:none;
}

a.item:hover{
	font-family: Arial;
	font-size:11px;
	color: #000000;
	text-decoration:underline;
}


a.green:link{
	font-family: Palatino Linotype;
	font-size:17px;
	color: #1F3D3D;
	font-weight:bold;
	text-decoration:none;
}

a.green:visted{
	font-family: Palatino Linotype;
	font-size:17px;
	color: #1F3D3D;
	font-weight:bold;
	text-decoration:none;
}

a.green:hover{
	font-family: Palatino Linotype;
	font-size:17px;
	color: #000000;
	font-weight:bold;
	text-decoration:underline;
}

