/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

.ultrasmall {
	text-align: right;
	font: 9px Arial, Helvetica, sans-serif;
	color: #999999;
}

#frontwrap {
	width: 860px;
	margin: 0px auto;
	position: relative;
	top: auto;
	text-align: center;
	padding-top: 20px;
	padding-left: 10px;
	height: 100%;
}

#frontleftwrap {
	float: left;
	height: 593px;
	width: 360px;
	text-align: left;
	position: relative;
}

#frontrightwrap {
	float: right;
	height: 593px;
	width: 480px;
	position: relative;
	text-align: right;
}

.widget_side {
	left:-550px;
	position:absolute;
	top:-500px;
}

a:link {
	color: #1D2A33;
	text-decoration: none;
}
a:visited {
	color: #1D2A33;
	text-decoration: none;
}
a:hover {
	color: #C21414;
	text-decoration: underline;
}
a:active {
	color: #1D2A33;
	text-decoration: none;
}


