body{
	margin: 0px auto;
	width: 500px;
	text-align: justify;
	font-family: 'Droid Sans';
	font-size: 10.5px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
}

h1 {
	padding-top: 30px;
	color: #1a1a1a;
}

h2 {
	color: #1a1a1a;
}

h3 {
	color: #1a1a1a;
}

a:link {
	 background: none;
	 color: #1793d1;
	 text-decoration: none;
}

a:active {
	background: none;
	color: #1a1a1a;
	text-decoration: none;
}

a:visited {
	background: none;
	color: #1793d1;
	text-decoration: none;
}

a:hover {
	background: none;
	color: #1a1a1a;
	text-decoration: none;
}

#menu a:link {
	background: none;
	text-decoration: none;
}

#menu {
	width: 496px;
	height: 16px;
	margin-top: 16px;
	margin-bottom: 10px;
	padding-left: 2px;
	color: #cccccc;
	background: #e8e8e8;
	font-size: 10.5px;
	font-weight: bold;
	border: 1px solid #cccccc;
}

#menu a:active {
	text-decoration: none;
}

#menu a:visited {
	background: none;
	text-decoration: none;
}

#menu a:hover {
	background: #1793d1;
	color: #ffffff;
	text-decoration: none;
}

img {
	border: none;
}

.solid_bordered_box {
	border: 1px solid #cccccc;
	padding: 5px 15px 15px 15px;
}

.dashed_bordered_box {
	border: 1px dashed #d5d5d5;
	padding: 0px 90px 5px 15px;
}

#footer {
	padding: 20px 0px 0px 0px;
	text-align: center;
	font-size: 9px;
	color: #808080;
}

#blog_container {
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 520px;
}

.blog_entry {
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	background: #ffffff;
	padding: 2px;
}

.blog_head {
	margin: 0px auto;
	border: 1px solid #cccccc;
	padding: 2px;
	background: #e8e8e8;
	text-align: left;
}

.blog_title {
	font-weight: bold;
	font-size: 12px;
}

.blog_date {
	font-size: 10px;
}

.blog_content {
	text-align: justify;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 11px;
}

.blog_foot {
	margin: 0px auto;
	border: 1px solid #cccccc;
	padding: 2px;
	background: #e8e8e8;
	text-align: right;
}																				

