/* CSS Document */


body {
	background-image:url(images/texture1.gif);
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	margin:0px;
	padding:0px;
}

a {
color:#0000FF;
text-decoration:none;
}

a:hover {
color:#000033;
font-weight:bold;
}

a:visited
{
color: #0000FF;
text-decoration:none;
}

a:visited:hover {
color:#000033;
font-weight:bold;
}

div.top {
	background-color: #4892ff;
	color:#FFFFFF;
	font-weight:bold;
	text-align: right;
	border-bottom: 1px solid #FFFFFF;
}

div.header {	
	background-image:url(images/header.gif);
	height:207px;
}

div.separation {
	background-color: #4892ff;
	color:#FFFFFF;
	font-weight:bold;
	padding: 5px;
	text-align:center;
	border-bottom: 1px solid #FFFFFF;
}

/* Menu */

#menu {
	width: 770px;
	height: 45px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 25px;
	padding: 10px 0 0 0;
	border-right: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	color: #000000;
	background:#FFFFFF;
	font-variant:small-caps;
}

#menu a:hover {
	background: #f3f7fe;
}

#menu .active a {
	background: #7cb1ff;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #EDEBD5;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

.bluebox {
	background: url(images/img05.gif) repeat-y;
}

.bluebox h2 {
	background: url(images/img06.gif) repeat-y;
}

/* Page */

#page {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 70%;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

div.container {
    position: relative;
        }

div.footer {
   	position: absolute;
	bottom: 0;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-style:italic;
	background-color: #4892ff;
	border-top: 1px solid #FFFFFF;
	width: 100%;
        }

hr.point {
	color:#000000;
	border-bottom: 1px solid #FFFFFF;
}