body
{
	font-size:       72%; /* reset 1EM to 10px */
	margin:          0;
	padding:         0;
	font-family: 	Georgia, "Times New Roman", Times, serif;
	background: #334a5a url('images/bg_body.jpg') repeat-y top center;
		
}




a {text-decoration:underline; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1em; color:#eee}
a:link {text-decoration:underline; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1em; color:#eee}
a:visited {text-decoration:underline; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1em; color:#eee}
a:hover {text-decoration:none; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1em; color:#eee}

#container
{
	margin:          0 auto;
	width:           775px;
	position:        relative;
	background:      url('images/bg_page.jpg') top left no-repeat;
	background-color:#294050;
		
}

#title
{
	height:          160px;
	background:      url('images/title.gif') no-repeat;
	position:relative;
	top: 90px;
	height: 220px;
	
}


#menu
{
	height:          25px;
	background:      #324a5a !important;
	text-align: right;
	color:ffe699;
	letter-spacing: .08em;
	font-family:     Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	float: right;
	width: 775px;
	
	
}

#menu ul
{
	margin:          0;
	padding-top:     7px;
		
}

#menu ul li
{
	list-style:      none;
	display:         inline;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited
{
	color:           #eee;	
	padding-right:   20px;
	font-size:       12px;
	font-family:     Georgia, "Times New Roman", Times, serif ;
	font-weight:     800;
	text-decoration: none;
	
}

#menu ul li a:hover
{
	color:           #ffe699;
	height:          25px;
}

/*BOTTOM MENU*/
#submenu
{
	height:          25px;
	text-align: right;
	color:#649bab;
	letter-spacing: .08em;
	font-family:     Georgia, "Times New Roman", Times, serif;
	float: right;	
	
}

#submenu ul
{
	margin:          0;
	padding-top:     15px;
	
}

#submenu ul li
{
	list-style:      none;
	display:         inline;
}

#submenu ul li a:link, #submenu ul li a:active, #submenu ul li a:visited
{
	color:           #649bab;	
	padding-right:         18px;
	font-size:       12px;
	font-family:     Georgia, "Times New Roman", Times, serif ;
	font-weight:     400;
	text-decoration: none;
	
}

#submenu ul li a:hover
{
	color:           #eee;
	height:          25px;
}

/*LEFT MENU*/
#leftmenu
{
	height:          25px;
	background:      #324a5a !important;
	text-align: right;
	color:#649bab;
	letter-spacing: .08em;
	font-family:     Georgia, "Times New Roman", Times, serif;
	float: left;
	padding-left: 8px;
		
}

#leftmenu ul
{
	margin:          0;
	padding-top:     8px;
	
}

#leftmenu ul li
{
	list-style:      none;
	display:         inline;
}

#leftmenu ul li a:link, #leftmenu ul li a:active, #leftmenu ul li a:visited
{
	color:           #649bab;	
	padding-right:         10px;
	font-size:       12px;
	font-family:     Georgia, "Times New Roman", Times, serif ;
	font-weight:     400;
	text-decoration: none;
	
}

#leftmenu ul li a:hover
{
	color:           #eee;
	height:          25px;
}



#insidecontent
{
	float:           right;
	width:           450px;
	margin-top: 8em;
	
}

#insidecontent p
{
	margin:          0;
	color:           #eee;
	font-family:     Georgia, "Times New Roman", Times, serif ;
	font-size:       1.1em;
	line-height:     160%;
	padding:         10px 25px 0px 0px;
	
}

#insidecontent ul
{
	margin:          0;
	color:           #eee;
	font-family:     Georgia, "Times New Roman", Times, serif ;
	font-size:       1.1em;
	line-height:     160%;
	padding-top: 10px;
	list-style: none;
	
	}


#sidebar
{
	padding:         0px 10px 10px 0px;
	float:           left;
	width:           225px;
	background:      #233644;
	position: relative;
	top: 125px;
	left: 45px;
	min-height: 250px;
	text-align:center;
		
}

#sidebar p
{
	margin:          0;
	color:           #eee;
	font-family:     Georgia, "Times New Roman", Times, serif ;
	font-size:       1.15em;
	line-height:     170%;
	padding:         10px 10px 6px 10px;
	
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited
{
	text-decoration: underline;
	color:           #eee;
}

#sidebar a:hover
{
	text-decoration: none;
}

h3
{
	margin:          0;
	font-size:       1.5em;
	font-weight:     normal;
	color:           #900;
	padding:15px 0px 0px 0px;
}

.bookplate {
	font-family: Georgia, "Times New Roman", Times, serif ;
	color:  #ccc;
	font-size: .8em;
	}

#footer
{
	margin-top:       2.5em;
	width:           775px;
	height:          45px;
	background:      url('images/bg_footer.jpg') bottom left repeat-x;
}

#footer span 
{
	display:         block;
	position:        relative;
	font-family:     Georgia, "Times New Roman", Times, serif ;
	font-size:       12px;
	padding:         13px 13px 0px 13px;
	color:           #ccc;
	text-align:center;
}

