* {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}
html, body {
	margin:0px;
	padding:0px;
	height:100%;
}
body {
	background-image:url(/images/bg.gif);
}
#downloadContent p { margin: 0; }
#downloadContent img { padding: 0 10px 0 0; }
#title {
	margin: 0;
	padding: 0;
	font-size: 1.8em; 
	font-weight: bold;
	text-align: center;
	color: #9F1E20;
}
#subTitle {
	text-align: center;
	color: #9F1E20;
}
ul {
	margin-top:12px;
	margin-bottom:0px;
}
li {
	list-style-image:url(/images/ul_star.gif);
	padding-left:6px;
	font-weight:bold;
	line-height:18px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#leftTableFrame, #rightTableFrame {
	background-repeat:repeat-y;
	width:13px;
}
#leftTableFrame {
	background-image: url(/images/bg_shadow_left.gif);
}
#rightTableFrame {
	background-image: url(/images/bg_shadow.gif);
}
#menuSidebar {
	background-image:url(/images/red_sidebar2.gif);
	width:219px;
}
#leftWrapper { 
	float: left;
	width: 310px; 
}
#rightWrapper {
	float: left;
	width: 220px;
}
.subhead {
	font-weight:bold;
	font-size:18px;
	font-family:Georgia, Times New Roman, Times, serif;
}
.georgia {
	font-weight:bold;
	font-size:12px;
	font-family:Georgia, Times New Roman, Times, serif;
}
.georgia14 {
	font-weight:bold;
	font-size:14px;
	font-family:Georgia, Times New Roman, Times, serif;
}
.clipbox {
	display:inline-table;
	border:1px solid #0F238B;
	background-image:url(/images/clipbox_bg.gif);
	background-repeat:repeat-y;
	padding:5px;
}
.photoText {
	font-size:11px;
	font-weight:bold;
	background-image:url(/images/phototext_bg.gif);
	background-position:right;
	background-repeat:repeat-y;
}
.buybox {
	color:#FFFFFF;
	font-size:13px;
	font-family:Georgia, Times New Roman, Times, serif;
}
.buybox a {
	color:#FFFFFF;
	text-decoration:none;
}
.buybox a:hover {
	text-decoration:underline;
}
.red {
	color:#CC0000;
}
.redText {
	color: #9F1E20;
}

/* Menu Star */
.pos1, .pos2, .pos3, .pos4, .pos5, .pos6, .pos7, .pos8 {
	z-index:1;
	position:absolute;
	display:none;
}
.pos1 {
	top:178px;
}
.pos2 {
	top:209px;
}
.pos3 {
	top:255px;
}
.pos4 {
	top:284px;
}
.pos5 {
	top:313px;
}
.pos6 {
	top:364px;
}
.pos7 {
	top:391px;
}
.pos8 {
	top:440px;
}
.clear { clear: both; }