﻿

/******* Putting everything in it's place! *******/



body {
	margin-left:108px;
	margin-right: 108px;
	background: url(images/bg.png) repeat;
	font-size: 12px;
	font-family: Arial;
	font-weight: lighter;
	color: #999999;
	margin-top: 70px;
}

#wrapper {
	width: 500px;
}

#sidebar {
	width: 250px;
	margin-left: 500px;
	margin-bottom: -560px;
}



/******** Some of the styles. ********/



a {
	text-decoration: none;
	color:  #C0C0C0;
}

a:hover {
	color: #999999;
}

img {
	border: none;
	padding: 20px;
}

.page {
	padding: 20px 0 20px 0;
}

.post {
	float: left;
}

h2 {
	font-family: Calibri;
	font-weight: lighter;
	font-size: 20px;
}



/******* And that's it. Efforless :) *******/
/******* Copyright, Keith Donaldson. *******/

