* {margin: 0; padding: 0;}

body{	
	color: #3b2f29;
	background: #6d5b52 url(images/bg.gif) repeat-x;	
	font: 12px Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

a{
	color: #a43e43;
}

a:HOVER{
	text-decoration: none;
}

p{
	padding: 10px 15px 0px 15px;
	line-height: 16px;
}

textarea,  input{
	font: 14px Times New Roman, serif;
}

.clear{
	clear: both;
}

/*-- MAIN ELEMENTS --*/

.wrapper{
	width: 970px;
	margin: 0px auto 0px auto;
	text-align: left;
}

.main{	
	width: 721px;
	float: right;
}

.content{
	background: url(images/content_back.gif) repeat-y;
}

.holder{
	background: url(images/main_back.gif) no-repeat;
	padding-left: 10px;
	margin-right: 20px;
}

a.logo{
	background: url(images/logo.gif) no-repeat;
	width: 249px;
	height: 198px;
	display: block;
	text-indent: -9999px;
}

a.ad{
	background: url(images/ad_christmas_cards.gif) no-repeat;
	width: 249px;
	height: 316px;
	display: block;
	text-indent: -9999px;
}

a.ad:HOVER{
	background: url(images/ad_christmas_cards_over.gif) no-repeat;
}

/*-- NAVIGATION --*/

.nav{
	width: 249px;
	float: left;
}

.nav ul{
	width: 249px;
	list-style: none;
}

.nav a{
	width: 249px;	
	display: block;
	text-indent: -9999px;
}

.nav .nav_home a{
	background: url(images/nav_home.gif) no-repeat;
	height: 59px;
}

.nav .nav_home a:HOVER, .home .nav .nav_home a{
	background: url(images/nav_home_over.gif) no-repeat;
}

.nav .nav_products a{
	background: url(images/nav_products.gif) no-repeat;
	height: 58px;
}

.nav .nav_products a:HOVER, .products .nav .nav_products a{
	background: url(images/nav_products_over.gif) no-repeat;
}

.nav .nav_about a{
	background: url(images/nav_about.gif) no-repeat;
	height: 59px;
}

.nav .nav_about a:HOVER, .about .nav .nav_about a{
	background: url(images/nav_about_over.gif) no-repeat;
}

.nav .nav_contact a{
	background: url(images/nav_contact.gif) no-repeat;
	height: 60px;
}

.nav .nav_contact a:HOVER, .contact .nav .nav_contact a{
	background: url(images/nav_contact_over.gif) no-repeat;
}

/*-- HOME --*/

.home .pic{
	width: 229px;
	float: right;
	margin: 0px 0px 0px 0px;
}

.about .pic{
	width: 229px;
	float: right;
	margin: 0px 0px 0px 0px;
}

/*-- FOOTER --*/

.footer{
	color: #513f36;
	background: url(images/footer.gif) no-repeat;
	width: 721px;
	height: 58px;
	padding-top: 125px;
	text-align: center;
	font-size: 10px;
}
