/*
Charm by Pv
*/

/* General Components */

body {
 background: #2E2216 url('bg.png') repeat-x;
 color:#9C9084; font-style:normal; font-variant:normal; font-weight:normal; line-height:1.3; font-size:70%; font-family:Lucida Sans Unicode, Lucida Grande, Tahoma, Sans-Serif; background-color:#2E2216
}


/* Header Images */

#topImage {
 	position: absolute;
	left: 0px; 
	top: 0px; 
}

/* Layout Divs */

#content {
 position: absolute;
 width: 408px;
 top: 260px;
 left: 152px;
 text-align: left;
 background: none;
}

#footer {
 left: 232px;
 width: 408px;
 float : left;
 text-align : center;
}


/* Links */

a:link, a:active, a:visited {
 color: #6D8032;
 text-decoration: none;
 font-weight: normal;
 cursor: pointer;
}

a:hover {
 color: #C6D694;
 text-decoration: none;
 font-weight: normal;
 cursor: pointer;
}


/* Fonts Style*/

b, strong, i, italic, em, u {
 color: #af9d77;
}

h1 {
 font-family: Century Gothic, Verdana, Serif;
 font-size: 19px;
 margin: 10px 0 -2px 3px;
 letter-spacing: 1px;
 color: #6D8032;
 font-weight: normal;
}

/* List */

ul {
 list-style-image: url('bullet.gif');
 padding: 0;
 margin-left: 40px; margin-right:0; margin-top:0; margin-bottom:0
}