@charset "utf-8";
/* CSS Document */

/* v1.0 | 20080212 */

body, html, div, span, applet, object, iframe,
 blockquote, pre,
 abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
	border-color: #000000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body {
	font-size:100%;
	background-color: #990000;
	line-height:2em;
}

#container {
	position:relative;
	margin: 30px auto;
	background-color:#fff;
	width:1000px;
	font-family: Verdana, Geneva, sans-serif;
	padding:0px 25px 0px 25px;
	}
	
#mainContent {
	width:380px;
	float:left;
	font-size:0.75em;
	margin-top: 9px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	}
#mainContent p {
	padding-right: 20px;
	line-height: 250%;
	}

#sideNote {
	width:530px;
	float:right;
	font-size:0.75em;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0;
}
#sideNote ul {
	padding:0px 0px 0px 20px;
	}
#sideNote ul li {
	padding-bottom:5px;
	}

#footer {
	font-size:0.65em;
	padding:0px 20px 20px 20px;
	text-align:center;
	}

#footer ul li{
	display: inline;
	margin-right:15px;
	padding: 0 5px;
	font-variant:small-caps;
	font-weight:bold;
	}
#footer ul li a{
	color: #1b80bf;	
	text-decoration: none;
	letter-spacing: .15em;
}
#footer ul li a:hover  {
	color: #000;
	font-weight:bold;
	}
	
#paypal {
	/*background-color:#CCC;
	text-align:center;*/
	}
	
a {
	font-weight:bold;
	text-decoration:none;
	color:#1b80bf;
	}
a:hover {
	color:#000;
	}	
h1 {font-size: 2em; margin: .67em 0;color:red;}
h2 {
	font-size: 1.5em;
	margin: .83em 0;
	color:red;
	line-height: 1.25em;
}
h3 {font-size: 1.17em; margin: 1em 0;}
h4 {font-size: 1em; margin: 1.33em 0;}
h5 {font-size: .83em; line-height: 1.17em; margin: 1.67em 0;}
h6 {font-size: .67em; margin: 2.33em 0;}

#sideNote h1 {font-size: 1.5em; margin: .5025em 0;color:red;}
#sideNote h2 {font-size: 1.125em; margin: .6225em 0;}
#sideNote h3 {font-size: .8775em; margin: .75em 0;}
#sideNote h4 {font-size: .75em; margin: 1.33em 0;}
#sideNote h5 {font-size: .6225em; line-height: .877em; margin: 1.25em 0;}
#sideNote h6 {font-size: .5025em; margin: 1.75em 0;}

.price {color:red;}
.title {
	font-weight:bold;
	font-style:italic;
}
.shadow{
box-shadow: 4px 4px 5px #000000;
-webkit-box-shadow: 4px 4px 5px #000000;
-moz-box-shadow: 4px 4px 5px #000000;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);}
