

body {
	background: #B9DDDE;
	font-size: 76%;
	
	margin: 0 0 20px; 
		
	padding: 0;
	text-align: center; 
}







#header {
	background: url(./box-repeat.jpg) center;
	margin: 0 auto 20px;
	text-align: left;
	width: 720px;
}

#header a {
	background: url(./box-bottom.jpg) left bottom no-repeat;
	color: #E5A1A1;
	display: block;
	font-size: 3.5em;
	padding: 60px 20px 10px;
	text-decoration: none;
}

#header a:hover { color: #CD8686; }







#text {
	background: url(./text-repeat.jpg);
	margin: 0 auto;
	text-align: left;
	width: 720px;
}



#text #main {
	background: url(./text-top.jpg) top left no-repeat;
	color: #333;
	float: left;
	padding: 10px 10px 0 20px;
	width: 505px;
}





#text #main h1 {
	color: #323C3C;
}



#text #main p.meta {
	color: #999;
}



ul {
	list-style-type: circle;
}





pre {
	background: #EFF29F; 
	font-size: 1.2em; 
	padding: 5px;
}

code {
	background: #EFF29F;
	color: #000;
	font-size: 1.2em;
}

pre code {
	font-size: 1em; 
}



.comment {
	list-style-type: none;
	margin: 0;
}



#reply label {
	display: block;
}



.hilite {
	background-color: #F17196 !important;
	color: #fff;
}





#text #sidebar {
	background: url(./text-top.jpg) top right no-repeat;
	float: right;
	padding: 10px 20px 0 10px;
	width: 155px;
}



#text #sidebar h1 {
	font-size: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

#text #sidebar h2 {
	color: #323C3C;
	font-weight: normal;
	margin: 33px 0 0;
}



#text #sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 1em;
}



#text #footer {
	background: url(./text-bottom.jpg) bottom no-repeat;
	clear: both;
	color: #666;
	padding: 0 20px 10px;
}

#text #footer p {
	margin: 0;
}







#header {
	font-family: "Stone Sans ITC TT", "Arial Rounded MT BOLD", Verdana, sans-serif;
	letter-spacing: -0.3em;
}

#text h1 {
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: -2px;
}

#text h2 {
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
}

#text h3 {
	font-size: 1.4em;
	font-weight: normal;
}

#text p, #text #main ul, #text #main ol {
	font-family: Verdana, Arial, sans-serif;
	line-height: 200%;
}

#text #sidebar ul {
	font-family: Verdana, Arial, sans-serif;
	line-height: 170%;
}





a {
	color: #637677;
}

a:visited {
	color: #859FA0;
}

a:hover {
	color: #90ACAD;
}



h1 a, h1 a:visited {
	border-bottom: 1px solid #ccc;
	color: #333;
	text-decoration: none;
}

h1 a:hover {
	color: #637677;
}













* html #text #main
{
	padding-top: 20px;
	width: 505px;   
}



* html #text #sidebar   
{
	width: 155px;
}

