body, table, tr, td {
	font-family: verdana, tahoma, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0px;
	color: #333;
    background-image: url(images/grid.gif);
}

h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 28px;
	line-height: 28px;
	font-weight: 900;
	color: #ccc;
}

p {
    margin: 7px 0px 0px 0px;
}

#triple {
    margin: 21px 0px 0px 0px;
}

A {
	color: red;
	font-weight: 600;
    outline: none;
}
A:link {color: red;}
A:visited {color: red;}
A:hover {color: #cc0000;}

#title {
	position: relative;
	left: 210px;
}

#r-img {
    float: right;
    border: 1px solid black;
    margin: 5px 0px 5px 10px;
}

#Header {
	margin: 30px 0px 10px 0px;
	padding: 10px 10px 10px 220px;
	border-style: solid;
	border-color: black;
	border-width: 1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	background-color: #e0e0e0;
}

#Trailer {
    clear: both;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 220px;
	border-style: solid;
	border-color: black;
	border-width: 1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	background-color: #e0e0e0;
}

.Content {
	position: relative; /* Position declared "relative" to gain control of stacking order (z-index). */
	width: auto;
	min-width: 120px;
	margin: 0px 280px 10px 210px;
	padding: 1px 10px 10px 10px;
	border: 0px solid black;
	z-index: 3; /* This allows content to overlap sidebar in narrow windows (in good browsers). */
}

#Menu {
	position: absolute;
	top: 61px;
	left: 30px;
	/* For IE5/Win height = [correct height] + [top & bottom padding] + [top & bottom border widths] */
	height: 352px;
	/* For IE5/Win width = [correct width] + [left & right padding] + [left & right border widths] */
	width: 172px;
	padding: 10px;
	background-color: #eee;
	border: 1px dashed #999;
	z-index: 2;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style declaration. The incorrect IE5/Win value is above, while the correct value is below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 330px;	/* the correct height */
	width: 150px;	/* the correct width */
}
/* This is called the "be nice to Opera 5" rule. Basically, it feeds correct length values to user agents that exhibit the parsing error exploited above yet get the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include a "be nice to Opera 5" rule every time you use the Celik hack (above). */
body>#Menu {height: 330px; width: 150px;}

#copyright {
	position: absolute;
	width: 170px;	/* For IE5/Win */
	bottom: 10px;
	left: 5px;
	font-size: 9px;
	color: #000000;
/* Again, the Celik hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px;	/* the correct width */
}
/* Again, "be nice to Opera 5". */
body>#copyright {width: 150px;}

#Sidebar {
	position: absolute;
	top: 61px;
	right: 30px;
	height: 352px;	/* For IE5/Win */
	width: 242px;	/* For IE5/Win */
	border: 1px dashed black;
	background-color: #eee;
	padding: 10px;
	z-index: 1;
/* Again, the Celik hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 330px;	/* the correct height */
	width: 220px;	/* the correct width */
	}
/* Again, "be nice to Opera 5". */
body>#Sidebar {height: 330px; width: 220px;}

#act-now {
	position: absolute;
	width: 240px;	/* For IE5/Win */
	bottom: 10px;
	left: 5px;
	font-size: 10px;
	color: #000000;
/* Again, the Celik hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 220px;	/* the correct width */
}
/* Again, "be nice to Opera 5". */
body>#act-now {width: 220px;}

#webtechnics {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.author {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.action {
	color:red;
	font-weight:bold;
}

.larger {
	font-size: 17px;
	color: #000000;
	height: auto;
}
