body {
	margin: 20px 0;
	background: #000000;
	color: #000000;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 -5px;
	padding: 0 5px;
	border-bottom: #CCCCCC 1px solid;
	line-height: normal;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
a {
	color: #669900;
	text-decoration: none;
}
a:hover {
	color: #336600;
	text-decoration: underline;
}
a:active {
	outline: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
img {
	border: none;
}

.clear {
	clear: both;
}
ul.tabs {
	width: 100%;
	margin: 5px -5px 0 0;
	padding: 0 0 0 5px;
	border-bottom: #333333 1px solid;
	list-style: none;
}
ul.tabs li {
	display: inline;
}
ul.tabs li a {
	position: relative;
	top: 1px;
	padding: 0 5px;
	background: #E6FF99;
	color: #000000;
	border: #333333 1px solid;
	line-height: 21px;
}
ul.tabs li a:hover {
	background: #333333;
	color: #FFFFFF;
	text-decoration: none;
}
ul.tabs li a.pressed {
	background: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
ul.tabs li a:hover.pressed {
	background: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
table.photos a:hover img {
	margin: -8px;
	padding: 7px;
	background: #F3F3F3;
	border: #CCCCCC 1px solid;
}
a.phototab {
	margin-bottom: 1px;
	padding-left: 5px;
	background: #F3F3F3;
	color: #0066CC;
	line-height: 25px;
	display: block;
}
a:hover.phototab {
	background: #ECECEC;
	text-decoration: none;
}

#header {
	width: 900px;
	height: 150px;
	margin: 0 auto;
	background: #7DA600 url(img/header_bg.png) repeat-x;
}
#header #title {
	height: 65px;
	padding: 45px 0 0 50px;
	color: #FFFFFF;
	font-size: 32px;
	font-weight: bold;
}
#header #title .letter {
	font-size: 46px;
}
#header #title a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu {
	padding-right: 10px;
	font-size: 18px;
	line-height: 40px;
}
#menu ul {
	margin: 0;
	padding: 0;
	float: right;
}
#menu ul li {
	list-style: none;
	display: inline;
}
#menu ul li a {
	padding: 0 10px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
}
#menu ul li a:hover {
	background: #000000;
}
#menu ul li a.pressed {
	background: #000000;
}
#content {
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF;
	border-top: #000000 5px solid;
	border-bottom: #B3B3B3 5px solid;
	line-height: 20px;
}
#main {
	width: 600px;
	padding: 20px 15px;
	float: left;
}
#side {
	width: 230px;
	margin: 10px 10px 10px 0;
	padding: 10px 15px;
	background: #F3F3F3;
	display: inline;
	float: left;
}
#footer {
	width: 860px;
	margin: 0 auto;
	padding: 20px;
	background: #404040;
	color: #CCCCCC;
}
#footer a {
	color: #99CC00;
}
#footer a:hover {
	color: #CCFF00;
}

/* For blog */
ul.NoBullet {
  list-style-type: none;
  padding:0;
  
}
.widgettitle {
	font-size: 16px;
}