﻿@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-color: #666666;
	}
	
#page {
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0;
	width: 751px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 550px;
	}	
	
#sidebar {
	float: left;
	width: 201px;
	padding: 0px;
	}
		
h2 {
	font-size: 1.6em;
	}

.post {
	margin: 0 0 0 0;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	}
	
.read {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.navi {
	font-size: 12px;
	line-height: 180%;
	color: #FFFFFF;
}

a:link { 
	color: #FFFFFF;
	text-decoration: none;
} 
a:visited {
	color: #FFFFFF;
	text-decoration: none;
} 
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.text14 {
	font-size: 13px;
	line-height: 19px;
	color: #FFFFFF;
}

.text18 {
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
	font-weight: bold;
}	
