@charset "UTF-8";
/* CSS Document */
body {
	background-color:#BE0028;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin-left:20px;
	color:#FFF;
	line-height:15px;
}

a {
	text-decoration: none;
	color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}


a:hover {
	background-color:#FFF;
	color:#BE0028;
}

img {
	border:none;
}

a.img {
	text-decoration:none;
	border:none;
}

a.image-no-link {
	border:none;
	background-color:#BE0028;
	
}

a:hover.image-no-link {
	border:none;
	background-color:#BE0028;
}

.small {
	font-size:10px;
}

#wrapper {
	width: 816px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}

#top {
	top:0px;
	width:816px;
	text-align:right;
	position: relative;
}

#middle {
	position:absolute;
	top:210px;
	height:auto;
	width:816px;
	background-color:#FFF;
}

#left-sidebar{
	position:absolute;
	float:left;
	left:0px;
	top:0px;
	width:165px;
	height:auto;
	background-color:#BE0028;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
}

#content{
	position:absolute;
	top:-8px;
	width:430px;
	left: 165px;
	font-size:12px;
	text-align: justify;
	background-color: #be0028;
}

#right-sidebar{
	position:absolute;
	right:0px;
	width:200px;
	height: auto;
	top: -8px;
	font-size:10px;
	padding-top: 10px;
}

#ourblog {
	background-color:#FFF;
	padding:5px;
	color:#333;
	font-size:10px;
}

#ourblog a{
	color:#be0028;
}

#ourblog a:hover{
	color:#FFF;
	background-color:#be0028;
}



#footer {
	color:#CCC;
	position:relative;
	float:left;
	text-align:center;
	font-size:10px;
	bottom:10px;
	width:100%;
	top: 200px;
}
