/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	padding: 10px;
	font-family: verdana, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#article {
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer {
	margin-top: 20px;
}

#article_header {
/*	background-color: #fafae2;*/
	margin-bottom: 15px;
	padding: 10px;
	line-height: 1.35;
	overflow: hidden;
}

#article_header .thumbnail {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 15px;
}

.thumbnail {
	height: 74px;
	width: 75px;
/*	background-image: url(../img/thumbnail_board.png);*/
}

.thumbnail img {
	margin-top: 4px;
	margin-left: 5px;
	height: 66px;
	width: 66px;
}

#article_header h1 {
	font-size: 13px;
	margin-top: 5px;
}

#article_header p {
	color: #545454;
	font-size: 11px;
}

#article_header .date {
	margin-left: 30px;
}

#article_content p {
	color: #545454;
	font-size: 11px;
	line-height: 1.5;
	margin-bottom: 15px;
}

#article_content ul {
	margin-bottom: 20px;
}

#article_content li {
	color: #545454;
	font-size: 11px;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-left: 30px !important;
	list-style-type: square;
}

#footer {
	color: #545454;
	font-size: 11px;
	text-align: center;
}

#footer_nav_two {
	text-align: center;
	margin-bottom: 8px;
}

#footer_nav_two a {
	color: #66574a;
	text-transform: uppercase;
	margin-left: 20px;
	margin-right: 20px;
}