﻿/* CSS layout */
html {overflow-y: scroll;}

body {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size:  70%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	background: url('/images/header2.png')  repeat-x;

}
#footer {
	clear: both;
}
	
#header1 {
	height: 16px;
	min-width: 800px;
	max-width: 1000px;
}
#header2 {
	height: 17px;
	width: 100%;
}
#header3 {
	height: 38px;
	min-width: 800px;
	max-width: 1000px;
}
#headerX {
	height : 45px;
	min-width: 800px;
	max-width: 1000px;
	text-align: left;
}
#headerX1 {
	height : 45px;
	width: 148px;
	margin-left: 2px;
	float: left;
	text-align: left;
}
#headerX2 {
	height : 45px;
	margin-left: 150px;
	text-align: left;
}
#header5 {
	height: 62px;
	min-width: 800px;
	max-width: 1000px;
}
a.headerX {
	text-decoration: none;
	color: white;
	font-size: xx-large;
}
a.headerX:hover {
	text-decoration: none;
	color: #FF6600 ;
	font-size: xx-large;
}

#container {
	min-width: 800px;
	max-width: 1000px;
}
#left_col {
	float: left;
	width: 150px;
}
#right_col {
	float: right;
	width: 180px;
}
#page_content {
	text-align: left;
	margin-right: 180px;
	margin-left: 150px;
}
a {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
a.nav {
	color: black;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: 400;
	border-color: #DEDEDE;
	border-style: solid;
	border-width: 0 0 0 5px;
	padding: 3px 0 3px 5px;
}
a.nav:hover {
	text-decoration: none;
	border-color: #FF6600 ;
	color: #FF6600 ;
}
div#photos img {
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}
div#photos {
	width: 680px;
	margin-bottom: 50px;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
.datetitle {
	padding-right: 2px;
	margin-top: 0px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 12px;
	background: #fff;
	margin-bottom: 1px;
	padding-bottom: 2px;
	color: #FF6600 ;
	line-height: 14px;
	padding-top: 2px;
	border-bottom: 0;
	letter-spacing: 0em;
	text-align: left;
	font-size: 1.5em;
	border-bottom: #FF6600  1px dashed;
}
ul { 
padding: 0; 
margin: 0; 
list-style: none; 
} 

li { 
padding: 0 0 0 20px; 
margin: 0; 
background: url(/blog/images/bullet.gif) 0 60% no-repeat; 
line-height:200%

}

h2 {
	font-size: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

