body {
	background-image: url(gfx/eixample_bg.png);
	font-family: Georgia;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	color: #6B1A16;
}

a:link {
	color: #163E6B;
	text-decoration: underline;
}

a:visited {
	color: #163E6B;
	text-decoration: underline;
}

a:hover {
	color: #9ACAFF;
	text-decoration: none;
}
a:active {
	color: #9ACAFF;
	text-decoration: none;
}

#nav {
	background-color: white;
	height: 165px;
	width: 990px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#nav img {
	display: inline;
	border: 0;
}
#nav a {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0;
}
#nav a:hover {
	background-color: white;
}
#nav a:active {
	background-color: white;
}

#space {
	height: 55px;
	background-color: none;
}

#content {
	float: left;
	width: 990px;
	background-color: white;
}

#posts {
	float: left;
	width: 820px;
	background-color: white;
}
.blog_post_container_red {
	float: left;
	position: relative;
	width: 260px;
	height: 260px;
	padding: 5px;
	background-image: url(gfx/post_container_bg_red.gif);
}
* .blog_post_container_red {  /* This is the Tan hack */
	width: 270px; 
	w\idth: 260px; 
}
.blog_post_container_grey {
	float: left;
	position: relative;
	width: 260px;
	height: 260px;
	padding: 5px;
	background-image: url(gfx/post_container_bg_grey.gif);
}
* .blog_post_container_grey {  /* This is the Tan hack */
	width: 270px; 
	w\idth: 260px; 
}
.blog_post_container_redred {
	float: left;
	position: relative;
	width: 270px;
	height: 270px;
	padding: 0px;
	background-image: url(gfx/post_container_bg_redred.png);
}
.blog_post_img {
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 2px;
}
#widgets {
	float: left;
	width: 170px;
	background-color: white;
}
.widget_top {
	float: left;
	width: 170px;
	height: 25px;
	background-image: url(gfx/widget_top.png);
	font-size: 1.0em;
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
}
.widget_content {
	float: left;
	width: 160px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(gfx/widget_bg.png);
}
* .widget_content {  /* This is the Tan hack */
	width: 170px; 
	w\idth: 160px; 
}
.widget_content p {
	width: 160px;
	text-align: center;
}
.widget_bottom {
	float: left;
	width: 170px;
	height: 20px;
	background-image: url(gfx/widget_bottom.png);
	background-repeat: no-repeat;
}
#footer {
	clear: left;
	width: 990px;
	height: 55px;
}
#footer_left {
	float: left;
	background-image: url(gfx/footer_bg_l.png);
	height: 55px;
	width: 13px;
	color: white;
}
#footer_content {
	float: left;
	background-image: url(gfx/footer_bg.png);
	height: 55px;
	width: 964px;
}
#footer_content p {
	text-align: center;
	color: white;
	padding-top: 5px;
}
#footer_content a:link {
	color: white;
	text-decoration: underline;
}

#footer_content  a:visited {
	color: white;
	text-decoration: underline;
}

#footer_content  a:hover {
	color: #FF9F9A;
	text-decoration: underline;
}
#footer_content  a:active {
	color: #FF9F9A;
	text-decoration: underline;
}
#footer_right  {
	float: left;
	background-image: url(gfx/footer_bg_r.png);
	height: 55px;
	width: 13px;
}


h1 {
	margin-top: 0px;
	margin-bottom: 2px;
	color: #4B130F;
	font-size: 1.0em;
}
h1 a:link {
	color: #4B130F;
	text-decoration: none;
}

h1 a:visited {
	color: #4B130F;
	text-decoration: none;
}

h1 a:hover {
	color: #FF9F9A;
	text-decoration: underline;
}
h1 a:active {
	color: #FF9F9A;
	text-decoration: underline;
}

h2 {
	border-top: 1px solid #6B1A16;
	font-weight: normal;
	margin-bottom: 5px;
	margin-left: 2px;
	font-size: 0.9em;
	color: #4B130F;
	position: absolute;
	bottom: 0;
}
.cb_input {
	border: 1px solid #4B130F;
	background-color: white;
	color: #6B1B16;
	width: 150px;
	font-family: Georgia;
}
.cb_textarea {
	border: 1px solid #4B130F;
	background-color: white;
	color: #6B1B16;
	font-family: Georgia;	
	width: 230px;
}
.cb_q {
	border: 1px solid #4B130F;
	background-color: white;
	color: #6B1B16;
	font-family: Georgia;	
	width: 20px;
}
.cb_select {
	border: 1px solid #4B130F;
	font-family: Georgia;
	color: #6B1B16;
	font-size: 1.0em;
}
.cb_btn {
	font-family: Georgia;
	color: #6B1B16;
	font-size: 1.0em;
}
