html,body{
	height:100%;
	width:100%;
}

body{
	background-color:#E9F6FD;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
}

p{
	margin-bottom:15px;
}

#heading h1{
	color:#166276;
	font-size:180%;
	font-weight:bold;
}

#heading h1 a{
	text-decoration:none;
	color:#166276;
}

#heading h1 a:hover{
	color:#4391A1;
}

#heading h2{
	color:#666666;
}

a,a:link{
	color:#EB371A;
	text-decoration:underline;
}

a:hover{
	color:#EB371A;
	text-decoration:none;
}

#maintable{
	width:100%;
	height:100%;
}

#footer{
	background-image:url(../images/bg-footer.gif);
	background-repeat:repeat-y;
	background-color:#FFE655;
	height:30px;
}

#footer div{
	padding:7px 0px 0px 214px;
	font-size:77%;
}

.wrapper-heading{
	float:left;
	width:780px;
}

.wrapper{
	width:780px;
	float:left;
	height:100%;
}

#left{
	width:209px;
	padding-bottom:0px;	
	display:inline;
	float:left;
}

#logo{
	width:204px;
	height:125px;
}

#left-inner{
	padding:30px 5px 30px 20px;
	color:#ffffff;
}

#main{
	font-family:verdana,arial,sans-serif;
	color:#333333;
	width:570px;
	display:inline;
	float:left;
}

#heading{
	height:125px;
}

#heading div{
	padding:50px 20px 20px 20px;
}

#content{
	padding:20px;
}

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background-image:url(../images/bg-top.gif);
	background-repeat:repeat-y;
}

#header-inner{
	padding:2px 0 3px 229px;
	font-weight:bold;
	color:#ffffff;
	font-size:90%;
}

#header-inner a{
	color:#ffffff;
	margin-right:25px;
	text-decoration:none;
}

#header-inner a:hover{
	color:#FFF673;
}

#s{
	width:100px;
}

#searchsubmit{
	background-color:#E6661E;
	color:#ffffff;
	font-size:77%;
	font-weight:bold;
	border:solid 1px #E6661E;
	margin-left:3px;
}

.nav h1{
	border-bottom:solid 1px #E6661E;
	margin:20px 0 0 0;
}

.nav a{
	color:#ffffff;
	text-decoration:none;
}

.nav a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.blog-entry{
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:solid 1px #115D71;
}

.blog-entry h3{
	font-size:120%;
	color:#EB371A;
}

.blog-entry h3 a{
	color:#EB371A;
	text-decoration:none;
}

.blog-entry h3 a:hover{
	color:#EB371A;
	text-decoration:underline;
}

.dateline{
	font-size:77%;
	font-weight:bold;
	color:#227283;
}

.blog-footer{
	padding:3px;
	margin-top:10px;
	background-color:#E7F5FD;
}

#rss{
	font-weight:bold;
}

#rss a{
	color:#CEEBFB;
	text-decoration:none;
}

#rss a:hover{
	color:#ffffff;
}

/* COMMENTS */

.graybox,.whitebox{
	border-top:solid 1px #cccccc;
	padding:10px 0;
}

.graybox{
	background-color:#ececec;
}

h4{
	font-size:100%;
	font-weight:normal;
	color:#666666;
}

h3#comments{
	margin-bottom:5px;
}

.meta{
	font-size:77%;
	margin-bottom:5px;
}

#postcomment{
	margin-top:20px;
}

.postmeta{
	padding:3px;
	margin-top:10px;
	background-color:#E7F5FD;
}

.navigation{
	margin-top:15px;
}

#rss-buttons a{
	font-size:77%;
	display:block;
	float:left;
	text-align:center;
	width:44px;
	background:#ff6600;
	margin:4px 4px 2px 0;
	font-weight:bold;
	text-decoration:none;
	padding:1px;
	border-top:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #666666;
	border-bottom:solid 1px #666666;
}

#rss-buttons a:hover{
	background:#ff3300;
}
