﻿/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #ffffff;
}

/* template display */
.template_preview {text-align: center; margin-top: 0.5em;}
.template_preview img {padding: 5px; background: #DDD;}

.template {background: #EFF6E8 url('/images/template.gif') repeat-y; float: left; width: 212px; margin: 0 10px 10px 0;}
.template_top, .template_bottom {height: 4px; font-size: 0; background: url('/images/template_corners.gif') no-repeat;}
.template_bottom {background-position: left bottom;}
.template_title {font: bold 1.2em sans-serif;}
.template_content {padding: 5px 10px; margin: 0;}
/* .template_thumb {margin-top: 5px; background: #FFF;}*/
.template_thumb img {display: block; padding: 2px; background: #FFF;}
.template_links {text-align: center; padding: 5px 0 10px; background: #FFF;}
.template_stats {margin-top: 5px;}


a:hover {
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

body {
	
	background: #FCFD5A url("Design1/images/back_all.jpg") repeat-x;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}


#content
{

	width: 1152px;
	text-align: left;
    margin: 0 auto;
}


#header {
	height: 525px;
	text-align: left;
	background: #ffffff url("Design1/images/top1.gif") repeat-x;
			
}

#menu
{
width: 952px;
height: 102px;
padding-left: 200px;
background: url("Design1/images/buttons.jpg") no-repeat center;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 147px;
	height: 27px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #893F0C;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	padding-top: 40px;
}

#menu a:hover {
	width: 147px;
	height: 27px;
	padding-top: 40px;
	color: #FFFFFF;
	text-decoration: underline;
	
}


#logo {
background: url("Design1/images/header_text.jpg") no-repeat;
width: 1152px;
height: 423px;
text-align:  right;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}
#logo H2 a
{
font-size: 12px;
}


#main
{
padding-top: 60px;
width: 800px;
margin: 0 auto;
padding-left: 20px;
}

#left
{
	width: 228px;
}

#left H3
{
width: 228px;
height: 38px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 25px;
text-transform: uppercase;
color: #893F0C;
background: url("Design1/images/title.jpg") no-repeat;
}

#left H4
{
color: #893F0C;
font-size: 11px;
}


#left ul {
	list-style: none;
	
}

#left li {
	background: #ffffff;
	border-left: 1px solid #974F10;
	border-right: 1px solid #974F10;
	border-bottom: 1px solid #974F10;
}

#left li ul {
	border: 0px;
	margin-left: 40px;
	margin-bottom: 10px;

}

#left li li {
	padding: 4px 20px;
    background: url("Design1/images/small.gif") no-repeat left;
	border: 0px;
}

#left a {
	color: #893F0C;
}
#left a:visited {
	color: #893F0C;
}


#right
{
float: right;
width: 530px;
padding-right: 10px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #893F0C;
}

#right a
{
color: #893F0C;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #893F0C;
}
.date {
	text-align: right;
	color: #893F0C;
	font-size: 11px;
}

.date a {
	color: #893F0C;
}



#footer {
	clear: both;
	padding-top: 40px;
	background: #ffffff url("Design1/images/footer.gif") repeat-x;
    height: 62px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #595959;

}

#footer a {
	color: #595959;
}
.m1  {
	background: url("Design1/images/title_back.gif") no-repeat;
	padding-top: 20px;
}

