/*
00-----[ META ]-------------------------------------------------
	Title: tripplered.com CSS styles for screen media
	Author: Joachim Koll
	Date: 06/2006
	Modified by Christopher Doyle, February 2009
*/

/* 
01-----[ RESET BROWSER DEFAULTS ]------------------
	(CC) 2004 Tantek Celik. Some Rights Reserved.             
	http://creativecommons.org/licenses/by/2.0                   
*/

:link,:visited { 
	text-decoration: none;
	}

ul,li,h1,h2,body,html,p {
	margin: 0;
	padding: 0;
	}

a img,:link img,:visited img {
	border: none;
	}
	
a, a:active {
	outline: none;
	}

a:link, a:visited {
	color: #48403D;
	text-decoration: none;
	}
	
a:hover {
	color: #48403D;
	text-decoration: none;
	}	
	
/*
02-----[ BLOG ]------------------------------------------------
 */

body {
	background-color: #FFFFFF;
	font-family: "Courier New", courier, arial, sans-serif;
	font-size: 11px;
	color: #48403D; 
}

#redLetter {
	position: absolute;
	top: 170px;
	left: 180px;
	width: 600px;
	height: 120px;
	background: url(../images/blog/redLetter.jpg) 0px 0px no-repeat;
}

#redLetter1 {
	position: absolute;
	top: 38px;
	left: 150px;
	width: 609px;
	height: 93px;
	background: url(../images/blog/redLetter.gif) 0px 0px no-repeat;
}


#content {
	position: absolute;
	top: 370px;
	left: 180px;
	width: 614px;
	height: 185px;
	font-family: "Courier New", courier, arial, sans-serif;
	font-size: 15px;
	color: #F22710;
}

span.header {
	font-family: "Courier New", courier, arial, sans-serif;
	font-size: 25px;
	color: #F22710;
}

.tableClass {
	position: absolute;
	top: 308px;
	left: 52px;
	width: 700px;
	font-family: "Courier New", courier, arial, sans-serif;
}

.row {
	clear: both;
	position: relative;
	width: 700px;
}

.left {
	float: left;
	width: 138px;
	font-family: "Courier New", courier, arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

.right {
	float: left;
	width: 562px;
}

span {
	font-family: "Courier New", courier, arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #F22710;
}


