/* @override http://www.jeremiahrich.com/style.css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
}
 /*-----------------------------------------------------------------------------------------------
	Root Elements
-----------------------------------------------------------------------------------------------*/
html {
	display: block;
	background-color: #495058;
}
body {
	display: block;
	margin: 0 auto;
	background-color: #495058;
	/* D2D2D2 */
}
#pageguide {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 900px;
}
#content {
	min-height: 400px;
	text-align: left;
	padding: 20px;
	color: #e4e4e4;
	background-color: #495058;
	line-height: 1.6;
	font-size: 15px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
#content-left {
	float: left;
	text-align: justify;
	width: 530px;
	line-height: 1.6;
}
#content-right {
	float: right;
	text-align: center;
	width: 300px;
}
#footer {
	min-height: 80px;
	height: auto;
	background-color: #495058;
	color: #9c9c9c;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 30px;
}
.right_top {
	background-color: #676767; color: white; font-size: 20px; font-weight: bold; padding: 4px; height: 28px;
	border-top-left-radius: 8px; -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px;
}
.right_content {
	background-color: #5f6562; color: white; padding: 10px;
	border-bottom-left-radius: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px;
}
.random_photos {
float: left;
}
 /*-----------------------------------------------------------------------------------------------
	Link Styles
-----------------------------------------------------------------------------------------------*/
:link, :visited, :link:active, :visited:active {
	text-decoration: none;
	color: inherit;
}
:link:hover, :visited:hover {
	text-decoration: underline;
	color: inherit;
}
.outline_image img{
	border: 3px solid #495058;
}
.outline_image:hover img{
	border: 3px solid #548b62;
}
.outline_image:hover{
	color: #00FF00; /* Dummy definition to overcome IE bug */
	border: none;
}
.outline_image:hover :link, :visited, :link:active, :visited:active{
	color: inherit;
	border: none;
	text-decoration: none;
}
.outline_image:hover{
	color: inherit; /* Dummy definition to overcome IE bug */
	border: none;
	text-decoration: none;
}	

.outline_album_image img{
	border: 3px solid transparent;
}
.outline_album_image:hover img{
	border: 3px solid #548b62;
}
.outline_album_image:hover{
	color: #00FF00; /* Dummy definition to overcome IE bug */
	border: none;
}















.random_photos img{
	border: 3px solid #495058;
}
.random_photos:hover img{
	border: 3px solid #548b62;
}
.random_photos:hover{
	color: #00FF00; /* Dummy definition to overcome IE bug */
	border: none;
}
.random_photos:hover :link, :visited, :link:active, :visited:active{
	color: inherit;
	border: none;
	text-decoration: none;
}
.random_photos:hover{
	color: inherit; /* Dummy definition to overcome IE bug */
	border: none;
	text-decoration: none;
}	
 /*-----------------------------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------------------------*/
#navigation_top {
	color: white;
	height: 20px;
	text-align: center;
	font-family: Trebuchet MS, Verdana, serif;
	font-size: 14px;
}
#navigation {
	height: 90px;
	text-align: center;
	background-color: #424242;
	border-bottom: 4px solid #3c3c3c;
}
#navigation ul, a:visited{
	list-style:none;
	margin:0;	
	padding-left:0px;	
	font-family: Trebuchet MS, Verdana, serif;
	border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px;
	border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px;
}
#navigation ul li {
	display: inline;
	margin:0;
	padding:0;
	list-style:none;  
	white-space:nowrap;
}
#navigation ul li a {
	display:inline;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	border:0;  
	text-decoration:none;
	background-color: #63706a;
	border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px;
	border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px;
}
#navigation ul li a:hover, #navigation ul li a:active, #navigation li.current_page a{
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:.95;
	background-color: #1e6490;
	color: white;
	text-decoration:none;
}
 /*-----------------------------------------------------------------------------------------------
	Block-Level Elements
-----------------------------------------------------------------------------------------------*/
h1 {
	color: #e4e4e4;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: -8px;
	margin-top: -8px;
	padding: 0px;
}
h2 {
	color: #a6a6a6;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: -8px;
	margin-top: 0px;
	padding: 0px;
}
 /*-----------------------------------------------------------------------------------------------
	Image Styles
-----------------------------------------------------------------------------------------------*/
.image_left {
	float: left;
	padding-right: 10px;
}
.image_right {
	float: right;
	padding-left: 10px;
}
#galleria {
width:470px;height:520px;margin:0px auto; margin-top: -20px;
}