
body {
	background: url(images/bg.gif) center repeat-y;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1em;
	margin-top:1em;
	}

a {
	text-decoration:none;
	color:#990000;
	}
	
a:hover {
	text-decoration:none;
	color:#000;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:800px;
	background:#ffffff;
	}
	
#header {
	height:200px;
	background:url(images/bg-header.gif) no-repeat;
	}
#menu {
	height:70px;
	line-height:15px;
	background: #000;
	background-image:url(images/border_light.gif);
	background-position:top; 
	background-repeat: repeat-x;
	padding:5px 10px;
	}
	
#sidebar {
	float:right;
	width:210px;
	border-left:solid thin;
	margin-right:20px;
	padding-left:20px;
	padding-right:10px;
	margin-top:20px;
	}
	
#content {
	float:left;
	width:740px;
	min-height:300px;
	margin:10px;
	padding-top:20px;
	padding-left:20px;
	}
	
	#content_home {
	float:left;
	width:490px;
	height:full;
	min-height:400px;
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:10px;
	padding-left:20px;
	}
	
#footer {
	clear:both;
	height:100px;
	background:#990000;
	}

/* Entries */

.entry {
	line-height:1.5em;
	font-size:10pt;
	color: #333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}
.entry-title {
	font-size:12pt;
	font-weight:normal;
	letter-spacing:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	}
	
	.entry-title-red {
	font-size:12pt;
	font-weight:normal;
	letter-spacing:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#990000;
	}
	
.caption {
	font-size:8pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666666;
	cursor:default;
	letter-spacing:1px;
	}
	
.title {
	font-size:16pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #990000;
	}
	
.footer_text {
	padding:5px 10px;
	text-align:center;
	line-height:1.75em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:10pt;
	}

/* Menu */

#menu p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	}

#menu p a {
	padding:10px 10px;
	color: #CCCCCC;	
	font-weight:700;
	margin-right:2px;
	}
	
	#menu p a:hover {
	padding:0 10px;
	color: #fff;
	font-weight:700;
	margin-right:2px;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
#sidebar-bottom {
	height:20px;
	background:url(http://www.librarycompany.org/Economics/2009conference/images/bg-sidebar-bottom.gif) no-repeat top center;
	}
#sidebar-bottom2 {
	background:#ffffff;
	}
	#sidebar h4 {
	background:#ffffff;


/* Footer */

#footer-valid {
	float:left;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}
	

