.side {
	float: left;
	width: 200px;
}
.side p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.side h3 {
	font-size: 1.3em;
	margin-top: 1em;
}
.side ul, .side li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.side li {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
.side li b, .side li strong {
	float: right;
}
.side .date {
	margin-top: 0.2em;
}
.single {
	width: 198px;
	background: #ffffff;
	border: 1px solid #aaaaaa;
}
.above {
	position: relative;
	z-index: 1;
	width: 198px;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	margin-bottom: -1px;
}
.above div {
	width: 198px;
	background: #ffffff;
	text-align: center;
}
.single, .full {
	margin-bottom: 8px;
}
.full {
	width: 200px;
}
	
.white, .blue, .cyan, .yellow, .red {
	width: 180px;
	margin-bottom: 8px;
	padding: 9px;
	padding-top: 12px;
	border: 1px solid #aaaaaa;
	font-size: 1.1em;
}
.white {
	background: #ffffff url('/layout/side/white.gif') bottom no-repeat;
}
.white a, .white .more, .white .date {
	color: #305d99;
	text-decoration: none;
}
.white .data, .white ul {
	border-top: 1px solid #dddddd;	
}
.white .dt, .white li {
	border-bottom: 1px solid #dddddd;
}
.blue {
	background: #203d67 url('/layout/side/blue.gif') bottom no-repeat;
	color: #d4e1ff;
}
.blue h2, .blue h3, .blue a, .blue b, .blue strong {
	color: #ffffff;
	text-decoration: none;
}
.blue a:hover {
	color: #ffffff;
}
.blue .data, .blue li {
	border-top: 1px solid #3564a9;	
}
.blue .dt, .blue ul {
	border-bottom: 1px solid #3564a9;
}
.blue li b, .blue li strong {
	font-size: 1.1em;
	color: #ffffff;
}
.cyan {
	background: #ffffff url('/layout/side/white.gif') bottom no-repeat;
}
.cyan ul {
	border-top: 1px solid #dddddd;
}
.cyan li {
	border-bottom: 1px solid #dddddd;
}
.skype {
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.skype b, .skype strong {
	color: #1abdf1;
	font-size: 1.1em;
}
.skype p {
	margin: 0em;
	margin-bottom: 0.5em;
}
.side .data {
	width: 180px;
}
.side .dt {
	width: 180px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.side .t {
	float: left;
	width: 80px;
	font-size: 0.9em;
	padding-top: 1px;
}
.side .d {
	float: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
}