/*
LILAC
   Designed & Distributed by: Eden Design Studio http://www.edendesignstudio.com
*/
/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
* { padding: 0; margin: 0; }
body {
 font-family: Georgia, "Times New Roman", serif;
 font-size: 13px;
 color: #796D7C;
 background: #D2C6D5;
}

img.left {
margin: 0px 10px 0px 0px;
border: 1px solid #D2C6D5;
}

img.right {
margin: 0px 0px 0px 10px;
border: 1px solid #D2C6D5;
}

#listed li {
margin-left: 35px;
line-height: 20px;
list-style-image: url(images/bullet.gif);
}

hr {
border: none 0;
border-top: 1px dashed #D2C6D5;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
margin: 8px 0px;
}

a {
	color: #796D7C;
	text-decoration: none;
	border-bottom: 1px dotted #D2C6D5;
}

a:hover {

	color: #D2C6D5;
}

/*------------------------------------------------------------*
**  Wrapper
**------------------------------------------------------------*/
#wrapper { 
 margin: 0 auto;
 width: 738px;
 background: #D2C6D5 url(images/bg.jpg);
}
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header {
 color: #333;
 width: 738px;
 float: left;
 height: 122px;
 margin: 0px;
 background: #D2C6D5 url(images/header.jpg) no-repeat top;
}

#header h1 {
margin: 10px 0px 0px 10px;
font-size: 36px;
font-style: italic;
color: #F3EDF5;
font-weight: normal;
}

#header h1 a {
color: #F3EDF5;
border-bottom: 0px;
}

#header h1 a:hover {
color: #796D7C;
border-bottom: 0px;
}

#header h2 {
margin: -5px 0px 0px 60px;
font-size: 14px;
color: #796D7C;
font-weight: normal;
letter-spacing: 2px;
}

#header h2 a {
color: #796D7C;
border-bottom: 0px;
}

#header h2 a:hover {
color: #F3EDF5;
border-bottom: 0px;
}

/*------------------------------------------------------------*
**  Navigation and Side Bar
**------------------------------------------------------------*/
#leftcolumn { 
 color: #333;
 margin: 0px;
 width: 200px;
 float: left;
}

#leftcolumn ul {
	list-style: none;
}
#leftcolumn ul li {
	list-style: none;
}
#leftcolumn ul li a {
	background: url('images/nav.jpg') no-repeat;
	color: #796D7C;
	display: block;
	font-size: 14px;
	height: 22px;
	width: 160px;
	border: 1px solid #D2C6D5;
	text-decoration: none;
	padding: 4px 0px 0px 35px;
	letter-spacing: 1px;
}
#leftcolumn ul li a:hover {
	background: url('images/nav.jpg') no-repeat;
	font-style: italic;
	text-decoration: none;
}
.sidehighlight {
background: #D2C6D5;
width: 167px;
padding: 0px 12px 8px 18px;
font-size: 10px;
text-align: justify;
color: #796D7C;
}

.sidehighlight hr {

border: none 0;
border-top: 1px dashed #F3EDF5;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
margin: 8px 0px;

}


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#rightcolumn { 
 float: right;
 color: #796D7C;
 margin: 0px;
 padding: 10px 40px 0px 10px;
 width: 480px;
 display: inline;
 text-align: justify;
}

#rightcolumn h1 {
font-size: 24px;
color: #796D7C;
font-weight: normal;
margin-bottom: 8px;
letter-spacing: 2px;
}

#rightcolumn h2 {
font-size: 16px;
color: #403A42;
font-weight: normal;
font-style: italic;
}

#rightcolumn p {
margin: 8px 0px;
line-height: 20px;
}
#rightcolumn li {
margin-left: 35px;
line-height: 20px;
list-style-image: url(images/bullet.gif);
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer { 
 width: 738px;
 height: 50px;
 clear: both;
 color: #fff;
 padding: 20px 0px 0px 0px;
 background: #D2C6D5 url('images/footer.jpg') no-repeat;
 text-align: right;
 font-size: 10px;
}

#footer a {
 color: #fff;
 text-decoration: none;
}
#footer p {
margin: 0px 40px 0px 0px;
}