﻿/* 0 BASIC TAGS */
body 
{
	
	background-color: #ded2c0;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1 
{
	font-size:2.4em;
}

h2
{
	font-size:1.5em;
}

p 
{
	font-size:1.2em;
	line-height: 150%;
}

hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

a {
	text-decoration: none;
	color: #990000;
}

a:link 
{
	color:#990000;
}

a:visited {
	
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

a:active {
	color: #990000;
}


img {
	border-width: 0;
}

/* 0 TOTAL*/

#total
{
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width:750px;
	overflow:hidden;
}

/* 1 HEADER & FOOTER*/

#header
{
	margin-bottom:5px;
	
}

#footer
{
	margin-top:5px;
	text-align:right;
}

#footer a:
{
	color: #663300;
	text-decoration: none;
}

#footer a:link 
{
	color: #663300;
}

#footer a:visited 
{
	color: #663300;
}

#footer a:hover {
	text-decoration: none;
	color: #663300;
}

#footer a:active {
	color: #663300;
}

/* 2 NAVIGATION */

#navigation
{		
	font-weight:lighter;
	
}

#navigation a:
{
	color:#663300;
	
}

#navigation a:link
{
	color:#663300;
}

#navigation a:visited
{
	color:#663300;
}

#navigation a:hover
{	
	color:#316532;
	text-decoration:none;
}

#navigation a:active
{
	color:#663300;
}

/* 3 MAIN CONTENT */

#maincontent
{
	 background-color:#ffffff;
	 border-style:solid;
	 border-width:2px;
	 border-color:#663300;
	 padding:10px 10px 10px 10px;
}

/* 4 LINKS */

.links
{
	font-size:small;
}

.SectionHeader
{
	margin: 0;
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	padding-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* 5 Site Settings Styles */
.SiteSettingsLabel 
{
	font-weight: bold;
}

.SiteSettingsTextbox 
{
}

/* 6 PORTFOLIO */

#portfolio
{
	font-size:medium;
	margin:20px 0 0 20px;
}

#portfolio a:
{
	font-size:large;
}

#portfolio a:link
{
	font-size:large;
}


#portfolio a:active
{
	font-size:large;
}

#portfolio a:hover
{
	font-size:large;
}

#portfolio a:visited
{
	font-size:large;
}

/* 7 PLACEHOLDER */
#placeholder
{
	text-align: center;
}