/***** Body and main container *****/

body       {
	color: #FFF;
	margin: 0 auto;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	line-height: 110%;
	background-color: #FFF;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center top;
}

#wrap      {
	color: #333;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0;
	width: 850px;
	height: 570px
}
#header     {
	color: #fff7ce;
	background-color: #FFF;
	background-image: url("images/name2.gif");
	background-repeat: no-repeat;
	background-position: 0 15px;
	text-align: left;
	margin: 0;
	padding: 5px 0;
	height: 130px;
	vertical-align: bottom
}
.welcome { text-align: right; margin-top: 80px }
/***** Navbar *****/

div#navbar     { font-weight: bold; background-color: #616f59; text-align: right; padding-top: 8px; padding-bottom: 3px; width: 100%; height: 25px }

#navbar ul li a:link, #navbar ul li a:visited    { color: #ddcf6e; text-decoration: none; display: inline; margin-right: 0; padding: 3px 12px 3px 20px }

#navbar ul li a:hover, #navbar ul li a.current   { color: #fff327; text-decoration: none; border-bottom: 10px none #578ac3 }

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: inline;
}

#navbar ul {
margin: 0px;
padding: 0px;
}


/***** Left sidebar *****/
#left   {
	background-color: #fdeca8;
	width: 300px;
	height: 404px;
	float: left
}
#quotes  {
	color: #333;
	font-size: 110%;
	font-style: italic;
	line-height: 140%;
	text-align: center;
	width: 300px;
	margin: auto;
	padding-top: 15px;
}
/***** Main content *****/
#centrewrap   {
	width: 850px;
	height: 420px;
	text-align: center;
}
#content     {
	line-height: 1.7em;
	text-align: justify;
	margin: 10px 20px 10px 10px;
	padding: 0;
	width: 495px;
	height: 380px;
	overflow: auto
}
/***** Footer *****/

#footer      {
	color: #666;
	font-size: 80%;
	font-weight: bold;
	background-color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 845px;
	height: 10px;
	float: right;
	clear: both
}
#footer p {
padding:0;
margin:0;
}

#footer a {
color:#808080;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

/***** Various tags *****/

a   { color: #616f59; text-decoration: none }

a:hover  { color: #c42241; text-decoration: underline }

a img {
border:0;
}

p {
margin:0 0 16px 0;
}


/***** Various classes *****/

.left {
margin:10px 10px 5px 0;
float:left;
}

.right {
margin:10px 0 5px 10px;
float:right;
}

.textright {
text-align:right;
margin:-10px 0 4px 0;
}

.center {
text-align:center;
}

.small   { font-size: 85%; text-indent: 10px }

.large  { color: #9c8a63; font-size: 1.2em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; padding-left: 80px }
.less_large { color: #9c8a63; font-size: 1em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; padding-left: 80px }
.bold {
font-weight:bold;
}
