/*
Designed by Damian Pang - http://www.graphicswerx.com. 
March 26, 2009
*/


/* Main */
body {
background:#160500 url(images/bg.jpg) repeat; 
color:#000; 
font:97% Georgia, "Times New Roman", Times, serif; 
line-height:1.3em; 
margin:0 auto; 
padding:0;
}

#wrap {
background:#160500; 
color:#202020; 
margin:0 auto; 
padding:0; 
width:780px;
}

a {
background:inherit; 
color:#6d2d11; 
text-decoration:none; 
font-weight:700;
}

a:hover {
background:inherit; 
color:#e8b051; 
text-decoration:underline;
}

a img {
border:0;
}

p {
margin:0 0 20px;
}

	   
/* Header */	   
#header {
background:url(images/header.jpg) no-repeat bottom left #160500; 
color:#505050; 
height:308px; 
margin:0 auto; 
padding:0;
}


/* Content Area*/
#contentarea {
background:url(images/contentbg.jpg) repeat-y top center #fff;
margin:0 auto;
padding:0;
width:780px;
overflow:hidden;
}

#contentfull {
line-height:1.3em; 
margin:10px 30px 0; 
padding:5px 15px 0; 
text-align:left;
}

#contentfull h1 {
font-family:Tahoma, Geneva, sans-serif;
font-size:1.7em; 
font-weight:bold;
line-height:1.1em;
letter-spacing:-1px;
margin:14px 0; 
padding:0;
text-align:center;
}

#contentfull h2 {
font-size:1.5em; 
font-weight:bold;
line-height:1.1em;
margin:16px 0; 
padding:0;
text-align:center;
}

#contentfull h3 {
font-size:1.2em; 
font-weight:bold;
line-height:1.1em;
margin:16px 0; 
padding:0;
}

#contentfull h4 {
font-size:1.1em; 
font-weight:normal; 
margin:16px 0; 
padding:0;
}


/* Footer */
#footer {
background:url(images/footer.jpg) no-repeat; 
clear:both; 
color:#fff; 
font-size:0.6em; 
margin:0 auto;
text-align:center; 
width:780px;
height:194px;
}

#footer p {
margin:0; 
padding:168px 0 0 0; 
}

#footer a {
background:inherit; 
color:#fff;
font-weight:400;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

/* Boxes */
.boxtop {
width:584px;
height:32px;
margin:0 auto;
padding:0;
background:#fff url(images/t-1.jpg) top left no-repeat;
}

.boxcontent {
width:584px;
margin:0 auto;
padding:0;
background:#fff url(images/t-2.jpg) repeat-y;
overflow:hidden;
}

.boxcontent p {
margin:0 20px 16px;
}

.boxcontent img {
border:3px solid rgb(255, 204, 102);
}

.boxbottom {
width:584px;
height:32px;
margin:0 auto;
padding:0;
background:#fff url(images/t-3.jpg) top left no-repeat;
}

.box2 {
width:550px;
margin:0 auto;
padding:10px 10px;
border:3px dashed rgb(255, 204, 102);
background:#fff url(images/t7.jpg);
overflow:hidden;
}

#navlist {
margin-left:0;
padding-left:0;
list-style:none;
}

#navlist li {
padding:0 0 20px 37px;
background-image:url(images/tick.jpg);
background-repeat: no-repeat;
background-position:0 0.5em;
}


/* Misc */
.center {
text-align:center;
}

.footerlinks {
font-size:0.8em;
margin:68px 0 0 0;
text-align:center;
}

.red {
color:red;
}

.left {
float:left; 
margin:10px 10px 5px 0;
}

.right {
float:right; 
margin:10px 0 5px 10px;
}

.bold {
font-weight:bold;
}

.highlight {
background-color:rgb(255, 255, 0);
}

.small {
font-size: 70%;
}
