/* CSS Document */

body {
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	font-family: 'Lucida Grande','Lucida Sans Unicode',geneva,verdana,sans-serif;
	line-height: 1.25em;
	letter-spacing: 0.01em;
	color: #333;
	margin: 0;
	padding: 0;
	background: #F6F1D5;
}
html>body { /* be nice to Opera */
	font-size: small;
}


a {

	color: #7A0D20;
	text-decoration: none;
}

a:hover {

	color: #333;
	text-decoration: none;
}



#wrap {
	margin : 0 auto;
	padding: 0;
	width : 630px;
}


#logo {
	float: right;
	width: 30px;
	height: 100px;
	background: url("../images/tab.gif") no-repeat;
}

#logo h1 {
	text-indent: -9000px;
}



#header {
	float: left;
	width: 600px;
	height: 100px;
	background: url("../images/header.gif") no-repeat;
}




#navbar {

	background: #EBE0A1;
	width: 575px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin-left: 0px;
	font-size: 100%;
	padding: 0px 0px 2px 25px;
}

#navbar ul {
	margin: 0;
	padding: 0;
}

#navbar ul li {
	margin: 0;
	padding: 0.6em 15px 0px 5px;

	list-style: none;
	display: inline;
}

#navbar li a {
	margin: 0;
	padding: 0;
	color: #333;
	text-decoration: none;
}

#navbar li a:hover {
	margin: 0;
	padding: 0;
	color: #7A0D20;
	text-decoration: none;
}







#masthead {
	width: 600px;
	margin: 0;
	padding: 0;
	height: 180px;
	border-bottom: 1px solid #fff;
}






#contentarea {
	float: left;
	width: 600px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	background: url("../images/bg_content.jpg") no-repeat;
}








#maincopy {
	float: left;
	font-size: 85%;
	width: 310px;
	margin: 25px 10px 0px 15px;
	padding-bottom: 30px;
}


#maincopy p {
	margin: 15px 0px 0px 0px;
}



#maincopy h2 {
	font-size: 125%;
	font-weight: bold;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Trebuchet MS', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #7A0D20;
	line-height: 1em;
	letter-spacing: 0em;
}

#maincopy h3 {

	font-size: 100%;
	font-weight: bold;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Trebuchet MS', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #7A0D20;
	line-height: 1em;
	letter-spacing: 0.1em;
	margin-bottom: -11px;
}

#maincopy .quote {

	font-weight: bold;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Trebuchet MS', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #7A0D20;
	letter-spacing: 0.1em;

	margin-bottom: 5px;
}

#maincopy .quotename {

	margin-bottom: 25px;
}





#panel {
	float: right;
	width: 240px;
	background-color: #D7B6BC;
	margin: 0;
	padding: 0px 0px 20px 0px;
}

#panel p {
	font-size: 85%;
	margin: 10px 20px 10px 17px;
	padding: 0;
}

#panel .authorname {
	font-size: 100%;
	font-weight: bold;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Trebuchet MS', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #7A0D20;
	line-height: 1em;
	letter-spacing: 0.1em;
	margin: 0px 20px 0px 17px;

}

#panel .authortitle {
	font-size: 85%;
	font-weight: bold;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Trebuchet MS', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #333;
	letter-spacing: 0.1em;
	margin: 0px 20px 0px 17px;
}



#panelpic {
	margin: 0;
	height: 95px;
	border-bottom: 1px solid #fff;
}


#panelquote {
	margin-bottom: 10px;
	padding: 0;
}


#panelswf {
	float: right;
	width: 240px;
	background-color: transparent;
	margin: 0;
	padding: 0px 0px 20px 0px;
}


#panelswf .authorname {
	font-size: 100%;
	font-weight: bold;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Trebuchet MS', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #7A0D20;
	line-height: 1em;
	letter-spacing: 0.1em;
	margin: 0px 20px 0px 0px;
}



#clearer {
	clear: both;
}

#clearleft {
	clear: left;
}

#clearright {
	clear: right;
}

#footer {
	background: #7A0D20;
	width: 575px;
	height: 20px;
	border-top: 1px solid #FFF;
	color: #fff;
	margin-left: 0px;
	font-size: 85%;
	padding: 0px 0px 0px 25px;
}

