html {
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
	background-repeat: repeat;
	background-image: url(../images/argyle.gif);
	
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 800px;
	min-height: 800px;
	padding: 5px;
	border-color: #e6e6e6;
	border-style: solid;
	border-width: 2px;
	background-color: #FFFFFF;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(100);
}

#header {
	font-family: "Zapf Chancery", "Comic Sans MS", cursive;
	font-weight: bold;
	font-style: italic;
	color: black;
	background-repeat: no-repeat;
	background-image: url(../images/header1.jpg);
	text-align: left;
	font-size: 36px;
	height: 200px;
	border-color: #e6e6e6;
	border-width: 2px;
	border-style: solid;
	margin: 2px;
	padding: 2px;
}

#nav {
	margin-left: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-top: 2px;
	float: left;
	width: 160px;
	padding: 2px;
	background-color: white;
}

#nav_header {
	font-family: "Zapf Chancery", "Comic Sans MS", cursive;
	margin-top: 4px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 4px;
	border-bottom-color: #ffccff;
	border-bottom-style: double;
	border-bottom-width: 2px;
	font-size: 14px;
	border-bottom: 2	
}

#nav_links a {
	color: #66ccff;
	font-weight: bold;
	padding: 2px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-decoration: none;
}

#nav_links a:hover {
	margin-left: 3px;
	color: #ffccff;
	font-weight: bold;
	padding: 2px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-decoration: none;
}

#entry {
	border-width: 2px;
	margin-left: 170px;
	margin-bottom: 10px;
	margin-right: 2px;
	margin-top: 10px;
	border-style: solid;
	border-color: #cccccc;
	padding: 4px;
	background-color: white;
}

#entry_header {
	text-decoration: none;
	float: none;
	font-weight: bold;
	border-bottom-color: #ffccff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	color: #66ccff;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#entry_header a {
	text-decoration: none;
	font-weight: bold;
	color: #66ccff;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#entry_header a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #66ccff;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#entry_header a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ffccff;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#entry_content {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding:  10px;
	font-style: normal;
}

#entry_date {
	padding-left: 4px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	right: 0px;
	position: relative;
	float: none;
	color: black;
	font-weight: bold;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#entry_pictures {
	margin: 6px;
	border-width: 0px;
	text-align: center;
}

#entry_pictures img {
	margin: 6px;
	padding: 3px;
	background-color: #e6e6e6;
	border-color: #99cccc;
	border-style: solid;
	border-width: 2px;
}

#entry_pictures img:hover {
	margin: 6px;
	padding: 3px;
	background-color: #66ccff;
	border-color: #99cccc;
	border-style: solid;
	border-width: 2px;
}

-moz-opacity: .7;
	opacity: .7;
	filter: alpha(70);