body {
	font-family: Verdana;
	font-size:13px;
	color: #000000;
	background-color: #503F2B;
	background-image:url('bg.jpg');
	background-attachment:fixed;
	text-align:center;
	}

img {
	margin:5px;
	border:2px solid #F1E1E4;
}


/* MAIN BODIES
-------------------------*/

#container
	{
	width:800px;
	background-color:#F1E1E4;
	margin-left: auto; margin-right: auto;
	text-align: justify;
	border:5px solid #F1E1E4;
	}


#header {
	height:150px;
	text-align:center;
	background-image:url('header.png');
	}

#menu {
	background: #F1E1E4; 
	border-bottom: 4px solid #F1E1E4;
	border-top: 4px solid #F1E1E4;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	text-align: left;
	}
#menu ul
	{
	background: #F1E1E4; 
	border-bottom: 4px solid #F1E1E4;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	text-align: left;
	}
#menu li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	text-align: left;
	}		
#menu li a { 
	text-decoration: none; 
	color: #FFF;
	background-color: #503F2B;
	border-right: 4px solid #F1E1E4; 
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#menu li a:hover { background-color: #FFF; color: #DE5576; }
#menu li a.menu_current { background-color: #FFF; color: #DE5576; }



#main {
	padding:10px;
	background-color:#FFF;
	}


#footer {
	background-color: #FFF;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-size:11px;
	}

#product {
	margin:15px;
	padding:10px;
	border:1px solid #F1E1E4;
	}




/* LINKS
-----------------------------------*/
a {
	text-decoration: none;
        font-weight:bold;
        color:#F7A4F6;
	}

a:hover {	
	text-decoration:underline;
	background-color:#F1E1E4;
	}

h3 {
	font-size:16px;
	color:#503F2B;
	}

h4 {
	color:#DE5576;
	}
	

b {
	color:#DE5576;
	}

i {
	color:#DE5576;
	}