/** CSS - Shivaree - November 21st, 2008
==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}

/** Body
==============================================================================*/

body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height: 20px;
color: #5b5b5b;
margin: 0 auto;
background: url(../images/body_bg.jpg) top center no-repeat #fffde4;
}

/** Main Containers
==============================================================================*/

#container {
width: 762px;
margin: 0 auto;
}

#contentheadermain {
float: left;
margin-top: 73px;
width: 742px;
height:300px;
border-top: solid 10px #ffffff;
border-left: solid 10px #ffffff;
border-right: solid 10px #ffffff;
background-color: #fffde4;
}


#contentheaderhome {
float: left;
margin-top: 73px;
width: 742px;
height:200px;
border-top: solid 10px #ffffff;
border-left: solid 10px #ffffff;
border-right: solid 10px #ffffff;
background-color: #fffde4;
}

#contentheaderbig {
float: left;
margin-top: 73px;
width: 742px;
height:300px;
border-top: solid 10px #ffffff;
border-left: solid 10px #ffffff;
border-right: solid 10px #ffffff;
background-color: #fffde4;
}

#contentheaderadmin {
float: left;
margin-top: 73px;
width: 742px;
height:100px;
border-top: solid 10px #ffffff;
border-left: solid 10px #ffffff;
border-right: solid 10px #ffffff;
background-color: #fffde4;
}

#contentheader {
float: left;
margin-top: 73px;
width: 742px;
height: 2px;
border-top: solid 10px #000;
border-left: solid 10px #000;
border-right: solid 10px #000;
background-color: #fffde4;
}

#contentcenter {
float: left;
width: 662px;
border-top: solid 10px #fff;
border-left: solid 10px #fff;
border-bottom: solid 10px #fff;
border-right: solid 10px #fff;
padding: 40px 40px 40px 40px;
}

/** Logo
==============================================================================*/

#logo {
margin-bottom: 25px;
}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

a img {
border: none;
}

p {
margin-bottom: 15px;
}


#note {
border: 1px solid #f0eed0;
padding: 15px;
text-align: center;
margin-bottom: 15px;
}

/** Headings
==============================================================================*/

h1 {
font-size: 22px;
line-height: 26px;
color: #8d0e3a;
margin-bottom: 25px;
}

h2 {
font-size: 16px;
color: #f0a24d;
text-transform: uppercase;
}

h3 {
font-size: 16px;
margin-top: 15px;
color: #a07d65;
}

/** Links
==============================================================================*/

a:link {
color: #8d0e3a;
text-decoration: none;
}


a:visited {
color: #b2ca7f;
text-decoration: none;
}

a:hover {
color: #000;
text-decoration: none;
}


/** Navigation
==============================================================================*/

.mainNav ul {
	float: right;
	postion: relative;
	right: 150px
	margin-left; -2.5em;
}

.mainNav li {
	list-style-type: none;
	float: right;
	width: 5em;
	text-align: center;
}

.mainNav a {
	text-decoration; none;
	display: block;
	border: none;
}



/** Left Columns
==============================================================================*/

#leftcol, #leftcol2 {
float: left;
width: 312px;
}

#leftcol2 ul, #leftcol2 ol {
margin: 0 0 25px 40px; 
}



/** Right Column
==============================================================================*/

#rightcol {
float: right;
width: 343px;
}

#rightcol2 {
float: right;
width: 600px;
}



#rightcol img {
border: solid 6px #ffffff;
}

/** Footer
==============================================================================*/

#contentfooter {
float: left;
width: 762px;
height: 15px;
}

#footer {
float: left;
width: 762px;
height: 98px;
background: url(../images/footer_bg.jpg) top center no-repeat #fffde4;
}

#footer p{
margin-top: 2px;
text-align: center;
font-size: 12px;
color: #5b5b5b;
}

#footer a:link {
color: #a07d65;
}
