﻿/* CSS layout */
body {
	margin: 30px 10px 30px 20px;
	padding: 0;
	background: #c00;
	background-image: url('../images/backgrounds/original-d.jpg');
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	font-family: "Futura Bk BT", Helvetica, Verdana, sans-serif, Arial;
	font-size: medium;
	font-weight: lighter;
	color: #333333;
}
@font-face {
font-family: CarbonType;
src: url(CarbonType.otf) format("opentype");
}
title {
	background: #ff9933;
	font-style: oblique;
	color: red;
}
img {
	border: 0 none;
}
a img {
	border: 0 none;
}
img {
	box-shadow: 10px 10px 20px #333;
	-moz-box-shadow: 10px 10px 20px #333;
	-webkit: 10px 10px 20px #000;
}
.noDropShadow {
	box-shadow: 0px 0px 0px ;
	-moz-box-shadow: 0px 0px 0px ;
	-webkit: 0px 0px 0px ;
}
table {
	width: 90%;
	border-style: none;
	padding: 0 33px 33px 33px;
}
td {
	padding: 20px;
}
tr {
	vertical-align: top;
}
.MyBagML {
	font-family: CarbonType;
	font-size: 800%;
	color: #000000;
	text-shadow: 4px 4px 7px #4a0002;
}
p {
	font-size: medium;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
}
h1 {
	font-family: "CarbonType", "Futura Bk BT", Helvetica, Verdana, sans-serif, Arial;
	color: black;
	font-size: 150%;
	letter-spacing: 3px;
	text-align: left;
	text-shadow: 4px 4px 7px #4a0002;
}
h2 {
	color: #f00;
	font-weight: lighter;
	font-size: 135%;
	text-shadow: 4px 4px 7px #000;
}
h3 {
	font-weight: 600;
	letter-spacing: 3px;
	color: #000;
	font-size: 100%;
	text-shadow: 0px 0px 5px #000;
}
h4 {
	color: #000;
	font-weight: lighter;
	font-size: 90%;
	letter-spacing: 2px;
	text-shadow: 4px 4px 4px black;
}
h5 {
	font-weight: normal;
	color: #000;
	font-size: 85%;
	text-shadow: 4px 4px 7px black;
}
h6 {
	color: #000;
	font-weight: lighter;
	font-size: 65%;
	text-shadow: 4px 4px 7px black;
}
.CarbonType {
	font-family: CarbonType;
}
a:link {
	color: #f96;
	text-decoration: none;
	text-align: center;
}
a:visited {
	color: #f96;
	text-decoration: none;
}
a:hover {
	color: #fff;
	border-bottom: 2px dotted #f00;
	background-image: url('../images/bg-translucent-colors/red.png');
}
a:active {
	color: #f96;
	text-decoration: none;
}
a img {
	opacity: .85;
	filter: alpha(opacity=80);
}
a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#content {
	top: 0em;
	float: right;
	margin-right: 50px;
	width: 85%;
	padding: 0;
	background-image: url('../images/bg-translucent-colors/red.png');
}
#left_col {
	top: 3.5em;
	width: 15%;
	float: left;
	position: fixed;
	margin-left: 10px;
	padding: 0px;
}
.nobreak {
	white-space: nowrap;
}
