* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-color: #F6F6F6;
	background-image: url(../images/bg_gradient.gif);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
h1 {
font-family: Helvetica CE, Geneva, Verdana;
	font-size: 18px;
	margin-bottom: 10px;
	color: #666;
}
h2 {
	font-family: Helvetica CE, arial, Verdana;
	font-size: 30px;
	color: #a71c20;
	font-weight: 100;
	letter-spacing: -1px;

}
h3 {
	font-family: Helvetica CE, arial, Verdana;
	font-weight: lighter;
	color: #666;
	font-size: 18px;
	margin-bottom: 20px;
}
h4 {
	font-family: "Helvetica CE", arial, Verdana;
	font-weight: lighter;
	color: #a71c20;
	font-size: 18px;
	text-align: right;
	margin-top: 40px;
	margin-bottom: 20px;
}
.article {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 30px;
	margin-bottom: 25px;
}



p {
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	margin-bottom: 20px;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	color: #C00;
	text-decoration: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rc_content {
	margin-bottom: 30px;
}
.rc_content h1 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #a71c20;
	padding-bottom: 2px;
	font-weight: lighter;
	font-family: "Helvetica CE", arial, Verdana;
	;
}
.rc_content ul {
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
}
.rc_content ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a71c20;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.rc_content ul li a {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #a71c20;
}
.rc_content ul li a:hover {
	background-color: #999;
	color: #FFF;
}


body {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background-color: #900;
	margin-bottom: 60px;
	background-image: url(../images/top_header.jpg);
	height: 225px;
	width: 800px;
}
.before_header {
	width: 800px;
	height: 100px;
}


#div_blog {
	height: 80px;
	width: 166px;
	top: 19px;
	float: right;
	left: 800px;
	margin-top: 20px;
	margin-right: 35px;
}
.header ul {
	list-style-type: none;
}

.header ul li {
	display: inline;
	float: left;
}
.header ul li a {
	color: #fff;
	display: block;
	height: 20px;
	text-decoration: none;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 202px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 2px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #FFF;
}
.header ul li a:hover {
	background-color: #900;
}


#div_top_logo {
	margin-left: 35px;
	float: left;
	height: 80px;
	width: 215px;
	margin-top: 20px;
}


.content {
	width: 510px;
	text-align: justify;
	float: left;
	margin-left: 25px;
	margin-top: 35px;
	margin-bottom: 35px;
}
.r_column {
	width: 200px;
	margin-right: 25px;
	margin-top: 45px;
	float: right;
}
#twitter_wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}



.wrapper {
	min-height: 100%;
	height: auto;
	height: auto; /* the bottom margin is the negative value of the footer's height */
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	float: left;
}

.footer{
	height: 31px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	float: left;
	width: 740px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #FFF;
}
.footer a img {
	float: right;
}

.footer p {
	color: #900;
	font-size: 9px;
	float: left;
	margin-top: 10px;
}
.footer a {
	color: #900;
}
.footer a:hover {
	text-decoration: underline;
}
.article ul {
	line-height: 1em;
	list-style-image: url(../images/bullet_gray.gif);
	margin-left: 20px;
}
