/* Carpickle CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#F38F21;
	line-height:20px;
}
img {
	border:0px;
}
body.home {
	background-image:url(images/bg_home_2.jpg);
	background-repeat:repeat-x;
}
.home #header {
	background-image:url(images/main_thin_2.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:296px;
	position:absolute;
	top:94px;
	left:0px;
}

.home #leftc {
	position:absolute;
	top:300px;
	left:47px;
	width:280px;
}
.home #rightc {
	position:absolute;
	top:300px;
	left:668px;
	width:280px;	
}
.home #middlec {
	position:absolute;
	top:300px;
	left:360px;
	width:280px;	
}
p {
margin:0px;
margin-bottom:15px;
}

small {
	font-size:10px;
	font-style:italic;
}

#main_menu {
	position:absolute;
	top:30px;
	left:450px;
	color:#4a5056;
	font-size:13px;
}
#main_menu a {
	margin-right:15px;
	margin-left:15px;
	color: #ffffff;
	text-decoration:none;
}
.home #main_menu a:hover, .home #main_menu a.active {
	color:grey;
}
.about #main_menu a:hover, .about #main_menu a.active {
	color:#cf7a74;
}.news #main_menu a:hover, .news #main_menu a.active {
	color:#c2cc4d;
}.family #main_menu a:hover, .family #main_menu a.active {
	color:#59a4c7;
}
.home a { 	color:#4a7728; }
.middlec a { 	color:#842f29; }
.leftc a { 	color:#838e20; }

.about strong {
	color:#842f29;
}

a:hover {
	text-decoration:none;
}
.home strong {
	color:#000000;
}

#content {
	position:absolute;
	top:200px;
	left:40px;
	width:425px;
}
#image {
	position:absolute;
	top:200px;
	left:500px;
	width:425px;
	
}
h1 {
	font-size:20px;
	font-weight:normal;
	font-family:Helvetica, Arial, Sans-Serif;
}
.home h1 { 	color:#4a7728; }
.middlec h1 { 	color:#842f29; }
.leftc h1 { 	color:#838e20; }
