/* ##== General ==## */

*
{
    border: 0;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
}

body
{
	background: #FBF3DE;
}

#wrap
{
    width: 800px;
	margin : 0 auto;
}

/* ##== Header ==## */
#header
{
    background-color: #FFDAAB;
    border: solid #C77C3F;
    border-width: 0 1px 1px 1px;
}

#header h1
{
    font-family: Arial , sans-serif;
    font-size: 48px;
    color: #C55050;
    margin-bottom: 0px;
}

#header h2
{
    font-family: Eurostile , sans-serif;
    font-size: 24px;
    color: #3b3bdd;
    position: relative;
    top: -10px;
    left: 40px;
    margin-bottom: 0px;
}

/* ##== Navigation ==## */

#nav
{
    background-color: #DAA981;
    border: solid #C77C3F;
    border-width: 0 1px 1px 1px;
    text-align: center;
	height:22px;
}

#nav a
{
    font-family: sans-serif;
    text-decoration: none;
	font-weight:400;
    border: solid #C77C3F;
    border-width: 0 1px 0 1px;
    padding: 0 25px 0 25px;
	margin-right: 20px;
	margin-left: 20px;
    background-color: #C77C3F;
    color: #DBAA82;
}

#nav a:hover
{	
	font-family: sans-serif;
    text-decoration: none;
	font-weight:400;
    border: solid #C77C3F;
    border-width: 0 1px 0 1px;
    padding: 0 25px 0 25px;
    background-color: #DBAA82;
    color: #C77C3F;
}

/* ##== Content ==## */

#content
{
    background-color: #FFDAAB;
    border: 1px solid #C77C3F;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-family: sans-serif;
    padding: 2px;
}

.border {border:1px solid #C77C3F;}

.normal
{
 	text-align: left;
	font: normal 18px Georgia, serif;
	color: #000;
}

#content h1
{
    text-align: right;
    font: normal small-caps 150% Garamond , serif;
    color: #000;
    margin: 0 2px 2px 2px;
    border-bottom: 1px dashed #000;
}

a:link
{
    font: normal 18px Georgia, serif;
	color: #993333;
	text-decoration: underline;
}

a:hover
{
    font: normal 18px Georgia, serif;
	color: #C55050;
    text-decoration: none;
}

a:visited
{
    font: normal 18px Georgia, serif;
	color: #993333;
	text-decoration: underline;
}

/* ##== Recip ==## */

a.recipOne{
	font-family: Verdana, Arial, sans-serif;
	text-decoration:none;
  	font-weight:400;
	font-size:12px;
	color:#445044;
}

a.recipOne:hover{
	font-family: Verdana, Arial, sans-serif;
	text-decoration:underline;
	font-size:12px;
	color:#445044;
}
  
a.recipOne:visited{
	text-decoration:none;
	font-size:12px;
	color:#445044;
}

a.recipTwo{
	font-family: Verdana, Arial, sans-serif;
 	text-decoration:none;
	font-weight:400;
	font-size:11px;
	color:#445044;
}

a.recipTwo:hover{
	font-family: Verdana, Arial, sans-serif;
 	text-decoration:underline;
	font-size:11px;
	color:#445044;
}

a.recipTwo:visited{
 	text-decoration:none;
	font-size:11px;
	color:#445044;
}

font.recip{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:11px;
	color:black;
}


/* ##== Copyright ==## */

#copyright
{
    clear: both;
    background-color: #DAA981;
    border: solid #C77C3F;
    border-width: 0 1px 1px 1px;
    text-align: right;
    font-size: x-small;
    color: #000;
    font-family: sans-serif;
    padding: 2px;
}

#copyright a
{	
	font-family: Verdana, Arial, sans-serif;
 	text-decoration:none;
	font-weight:400;
	font-size:10px;
    color: #993333;
}

#copyright a:hover
{
    font-family: Verdana, Arial, sans-serif;
	font-weight:400;
	font-size:10px;
	color: #C55050;
    text-decoration: underline;
}





