body {
	margin: 0;
}

img {
	border: 0;
}

a {
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px solid blue;
	color: red;
}

a:hover {
	color: blue;
}

a.active {
	color: red;
}

div, p {
	font-family: "verdana","courier", "monaco", "Lucida Console","Courier new";
	font-size: 10.5px;
	line-height: 16px;
	font-weight: normal;
	word-spacing: -1px;
	letter-spacing: 1px;
	color: red;
}

.caption {
    margin-top: 8px;
    width: 330px
}

.tack {
    font-family: "verdana","courier", "monaco", "Lucida Console","Courier new";
    font-size: 9px;
    line-height: 14.5px;
    font-weight: normal;
	word-spacing: -1px;
	letter-spacing: 1px;
	color: red;
    padding-top: 1px;
    margin-bottom: 50px;
    width: 330px
}

.end {
    font-family: "verdana","courier", "monaco", "Lucida Console","Courier new";
    font-size: 20px;
    line-height: 14.5px;
    font-weight: normal;
	word-spacing: -1px;
	letter-spacing: 1px;
	color: red;
    padding-top: 1px;
    margin-bottom: 20px;
    width: 330px
}


.strike {
    font-family: "verdana","courier", "monaco", "Lucida Console","Courier new";
    font-size: 9px;
    line-height: 14.5px;
    font-weight: normal;
	color: red;
	text-decoration: line-through;
}


#main {
	position: absolute;
	left: 20px;
	top: 17px;
	min-width: 1100px;
	background: white
}

#header {
    margin-bottom: 50px;
}

#right {
	position: absolute;
	left: 250px;
	top: 0px;
	width: 452px;
	background: white
}

.blur {
	background-color: #ccc; /*shadow color*/
	margin-left: 4px;
	margin-top: 4px;
}

.shadow, .content {
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow {
	background-color: #999; /*shadow color*/
}

.content {
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
}

.framed {
	border: 1px solid #666; /*border color*/
}

.float {
    float: left;
    margin-right: 12px;
}

.clear {
    clear: left;
}

