/* CSS Document */



body {

	background-image:url(images/bg2.jpg);
	
	background-repeat:repeat;
	
	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:0.74em;

	color:#333333;

	line-height:20px;

	cursor:default;
	
	text-align:center;

	margin:0;

}


.hide {

display:none;

}


#container {

	width:760px;
	
	height:500px;

	padding:10px;

	background-color:#FFFFFF;

	margin:10 auto 0 auto;
	
}

#header {

	width:760px;

	background-color:#3F4A3E;

	height:460px;

	color:#FFFFFF;

	font-family:"Courier New", Verdana, Times New Roman;

	font-size:130%;

	/*font-weight:bold;*/

	/*line-height:20px;*/

}

#header p {

	padding:5px;

	margin:0;

	margin-left:340px;

	margin-right:10px;

	text-indent:5px;
	
	text-align:center;

}


#price {

	width:760px;

	background-color:#3F4A3E;

	height:460px;

	color:#FFFFFF;
	
	font-family:"Times New Roman", Times, serif;
	
	font-size:120%;
	
	text-align:left;

}

#price p {

	padding:5px;

	margin:0;

	margin-left:340px;

	margin-right:10px;
}

#main_menu {

	width:760px;

	padding-top:5px;

	padding-bottom:5px;
	
	background-color:#CCCCCC;

	text-align:right;

	color:#FFFFFF;

	background-image: url("images/backgrounds/menubg.jpg");

	margin-bottom:10px;

}

#main_menu a {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:80%;

	font-weight:bold;

	text-transform:uppercase;

	color:#333333;

	text-decoration:none;

	padding-left:4px;

	padding-right:4px;

	padding-top:12px !important;

	padding-top:13px;

	padding-bottom:11px;

	margin-left:1px !important;

	margin-left:1px;

}

#main_menu a:hover {

	color:#FFFFFF;

	background-color:#3F4A3E;

	background-image: url("images/backgrounds/link.jpg");

}

#main_menu .aactive {

	color:#FFFFFF;

	background-color:#3F4A3E;

	background-image: url("images/backgrounds/link.jpg");

}

.leaves {

	border-right:2px solid #ffffff;
	
	margin-left: 0px;

	float:left;

}

#sidebar {

	width:150px;

	border:1px solid #cccccc;

	padding:5px;

	float:left;

	clear:left;

	background-image: url("images/backgrounds/article.jpg");

	background-position:bottom right;

	background-repeat:repeat-x;

}
#sidebar h1,h2,h3 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border:none;
	background-image:none;
}

.article {

	margin-left:170px;

	padding:10px;

	border: 1px solid #cccccc;

	background-image: url("images/backgrounds/articlenormal.jpg");

	background-position:top left;

	background-repeat:no-repeat;

	margin-bottom:10px;

}

.article:hover {

	background-image: url("images/backgrounds/article.jpg");

	background-position:bottom right;

	background-repeat:repeat-x;

	margin-bottom:10px;

}

.article p {

	margin:10px;

}

.article_info {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:10px;

	color:#666666;

	letter-spacing:2px;

	font-variant:small-caps;

	text-transform:lowercase;

}

.article_info a {

	font-weight:bold;

	text-decoration:none;

	color:#000000;

}

h1,h2,h3 {	

	font-family:Arial Narrow, Arial, Helvetica, sans-serif;

	letter-spacing:-1px;

	color:#000000;

	border-bottom:2px solid #cccccc;

	background-image: url("images/backgrounds/headers.jpg");

	background-position:top right;

	background-repeat:no-repeat;

	padding-bottom:5px;

	padding-top:5px;

}

.link {
	color:#9ACC53;
	text-decoration:none;
	border-bottom:2px solid #ff0000;
}
.link:hover {
	border-bottom:2px solid #ff0000;
	color:#000000;
}

a {
	color:#9ACC53;
	text-decoration:none;
}
a:hover {
}

img {
	border: 0px;
}