
html {
   margin: 0px;
   height: 100%;
   width: 100%;
}

body {
   margin: 0px;
   min-height: 100%;
   width: 100%;
}


body {
	background: #ffffff url(images/background.jpg) center repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:49.5%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#000000;
	}
a:hover {
	text-decoration:none;
	color:#01A3F4;
	}



#wrapper {
	margin:0 auto;
	width:100%;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
	height:100px;
	background:url(images/header.jpg) no-repeat;
	}
#menu {
	height: 30px;
	background: #01a3f4;	
	text-align: center;
	}
#menu a:link, #menu a:visited {
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	padding: 0 30px;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 0;
}

#menu a:hover {
	background: #b00010;
	border-right: 1px solid #fff;
	text-decoration: none;
	border-bottom: 0;
}
#menu ul {
	padding: 0;
	list-style: none;
}

#menu li {
	margin: 0;
	float: left;
	height: 40px;
	padding: 0;
}
#sidebar {
	float:right;
	width:190px;
	background:#ffffff;
	margin-right:10px;
	
}
#sidebarl {
	float:left;
	width:175px;
	background:#ffffff;
	margin-right:10px;
	}
#content {
	float:left;
	width:800px;
	min-height:100%;
	}
#footer {
	clear:both;
	height:60px;     
	background: #01a3f4;
	}

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}

#sidebar ul {
	list-style-type:none;
	margin-top:5px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#2E3192;
	padding-left:5px;
	border-bottom:1px dotted #2E3192;
	}
#sidebar li a:hover {
	color:#0000FF;
	}

#sidebarl ul {
	list-style-type:none;
	margin-top:5px;
	}
#sidebarl li {
	
	}
#sidebarl li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#2E3192;
	padding-left:5px;
	border-bottom:1px dotted #2E3192;
	}
#sidebarl li a:hover {
	color:#0000FF;
	}


#footer-valid {
	float:center;
        width:100%;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#000000;
	}
#footer-valid a {
	color:#000000;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#01a3f4;
	text-decoration:underline;
	}


h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}
