@import url(clear.css);
/* Layout Stylesheet */ 

/* hi
  Layout: www.ssi-developer.net
  Comments: Copyright 2003 www.ssi-developer.net
  Licence:  Creative Commons - Non-commercial Share-Alike
*/
html, body{height:100%;} 
body{
	margin:0;
	padding:0;
	font-family: arial, "lucida console", sans-serif;
	background: rgb(255, 255, 255) url(images/back.png) repeat-y scroll 50% 0pt;
}

p {
	margin: 10px 0 10px 0;
}

#maincontainer{
	width: 909px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	height: 
}

#topsection{
	height: 176px; /*Height of top section*/
	background: #fff url(images/head.png) no-repeat;
	width: 902px;
	margin: 0 0 0 3px;

	
}

#contenttop {
background: #fff url(images/contentop.png) no-repeat;
height: 4px;

}

#contentbody {
	background: url(images/contentbody.png) repeat-y;
	margin: 0px;
	padding: 0 8px 0 10px;
	font-size: .8em;
	overflow: hidden;
}


strong {
	font-weight: bold	
}
em {
	font-style: italic
}

blockquote {
	border-left: 1px solid #999;
	line-height:1.4em;
	margin:0pt 0pt 0pt 20px;
	padding:0pt 0pt 0pt 10px;
	background: #eaeaea
}
#site {
	visibility: hidden
}
#sk2-footer{
	visibility: hidden
}
#contentwrapper{
	width: 912px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	padding: 0px 0 0 2px;


	}



#navbar {
}


#navbar ul li {
	margin-right: 20px;	
	border: none;
	list-style: none;
	display: inline;
	}

#navbar ul li a {

	color: #fff;
	text-decoration: none;
    padding: 5px
 
}

#navbar ul li a:hover {
	padding: 5px;
}


#contents {
	padding: 0px 0 0 0;
	font-size: .8em;
	color: #343434;
}

.content h2 {
	font-weight: bold;
	font-size: 1.1em;
}

.content h3 {
	font-weight: bold;
	font-size: 1em
}



#center {
	float: left;
	width: 560px;
	padding: 0px;
	line-height: 1.4em;
	margin: 0 0 0 2px
}

#center h1{
	font-size: 1em;
	color: #000;
	padding: 0 0 7px 0;
	font-weight: bold	
}



#right {
	line-height: 1.3em;
	width: 345px;
	margin: 2px 0px 10px 0px;  
	float: right;
	position: relative;
	font-size: .7em;

}

#right a{
	text-decoration: none;
	
	padding: 3px 0 0 0;

}

#right a:hover {
	text-decoration: underline;
}
#right h1 {
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
	padding: 0px 0 1px 0;
}

#right h2 {
	font-size: 1em;
	color: #2C4D56;
	font-weight: bold;
	padding: 2px 0 3px 0;
	}
	
#right h3 {
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
	padding: 15px 0 1px 0;
}
#footer{
	clear: both;
	width: 90%;
	background: #ffffff repeat;
	color: #000;
	text-align: center;
	height: 15px;
	margin: 30px 0 0 40px;
	padding: 0px;
	border-top: 1px solid #eaeaea;
	font-size: .7em;

}
#clearfooter{
	height: 20px;
	clear: both
}

img {
	border: 0px
}


.post-info{
	margin-top: 0px;
	padding-top: 10px
}
.post-info a{
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	color: #67801D
}
.post-footer {
	margin: 0 0 20px 0;
}