body
{
  background:#612323 url(images/bg.gif) fixed repeat-y;
	font-family: Arial, san-serif;
	color:#000000;
	font-size:11px;
}

a {color: #99203A; text-decoration:none;}
a:visited {color:#99203A; text-decoration:none;}
a:hover {color:#000000; text-decoration:underline;}





/* ********** TOP SECTION  ********** */
/* logo */
.logo
{
 top:0px;
 left:0px;
 height:74px;
 width:329px;
 background:url(images/poejects.gif) no-repeat;
}

/* ********** links at the top ********** */
.linkBox
{
 margin-top:-17px;
 z-index:3;
 width:329px;
 height:14px;
 font-size:10px;
 text-align:center;
}


.links
{
  float:left;
 	height:14px;
	width:82px;
	text-align:center;
}
/* ******************************* */




/* ********** flower image ********** */
.leftImg
{	
 position:absolute;
 top:0px;
 left:0px;
 height:331px;
 width:157px;
 background:url(images/flower.jpg) no-repeat;
}

/* ******************************* */



/* ********** CONTENT ********** */
/* container */
#container
{
  position:absolute;
	top:0px;
	left:160px;
	width: 328px; 
	text-align: left;
	padding:0px;
	padding-bottom:20px;
}

/* **replacement for paragraph tag** */
.text
{
	line-height:18px;
	text-align:justify;
	margin:15px;
}


/* inner links */
.pLinks
{
 float:left;
 height:130px;
 width:130px;
 margin-right:15px;
 border-right:1px dashed #612323;
}



.copyright
{
 margin-top:15px;
 font-size:9px;
 text-align:center;
 color:#612323;
}

/* *************IMAGES************** */
img
{
 border:none;
}


