* {
	margin: auto;
	padding: 0;
	border: 0;
	text-align: center;
	outline: none;
	letter-spacing: 1px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-size: 14px;
	font-family: "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
	color: #000;
	background: url("images/bg.jpg") repeat;
}

p {
	text-align: justify;
}

li {
	list-style-type: none;
}

tr {
	width: 20%;
}

a {
	text-decoration: none;
	color: #225B86;
}

a:hover {
	color: #000;
}

#head {
	width: 100%;
	height: 98px;
	background: url("images/head.jpg") repeat-x;
}

#logo {
	width: 213px;
	height: 51px;
	background: url("images/logo.jpg");
	float: left;
	margin: 0 0 0 40px;
}

#nav {
	width: auto;
	height: 15px;
	padding: 25px 0 0 415px;
}

#nav img {
	margin-right: 10px;
}

#container {
	width: 986px;
	float: left;
}

#shade {
	width: 719px;
	height: 16px;
	background: url("images/midshade.jpg") repeat-x;
	position: relative;
	z-index: 1;
}

#main {
	width: 719px;
	height: 100%;
	float: right;
	position: relative;
	top: -16px;
	padding-left: 20px;
}

#body {
	width: 679px;
	height: 100%;
	background: url("images/body.jpg") repeat-y;
	padding: 0 20px 30px 20px;
}

#sidebar {
	width: 207px;
	height: auto;
	float: left;
	position: relative;
	top: -37px;
	padding-left: 40px;
	color: #FFF;
	text-align: left;
	font-size: 12px;
}

.menu {
	width: 90%;
	background: #13192F;
	font-weight: bold;
	padding: 2px 0;
}

#sidebar li {
	width: 90%;
}

#sidebar a {
	color: #FFF;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebarmid {
	width: 207px;
	height: 100%;
	background: url("images/sidemiddle.jpg") repeat-y;
}

#sidebarmid p {
	padding: 0 13px;
	text-align: left;
}

#sidebarbottom  {
	width: 207px;
	height: 27px;
	background: url("images/sidebottom.jpg");
}
	
#search {
	width: 175px;
	height: 19px;
	margin-top: 20px;
	background: url("images/search.jpg") no-repeat;
	text-align: left;
	padding: 2px 0 10px 7px;
	color: #36515E;
}

#welcome {
	background: #F0F5F8;
	color: #5E7986;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 20px 40px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	font-family: georgia;
}
	
.title {
	text-align: left;
	color: #4B6D86;
	font-size: 24px;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
	border-top: thin solid #5A5B5D;
	background: #F0F5F8;
}

.entry {
	padding-top: 5px;
}

.post {
	padding-top: 30px;
}

#footer {
	width: 719px;
	height: 9px;
	background: url("images/footer.jpg") no-repeat;
	padding-top: 10px;
	font-size: 10px;
	color: #5A5B5D;
	padding-bottom: 10px;
}