/*
Theme Name: design222
Theme URI: http://skilar.com/
Description: A minimalistic theme.
Version: 0.1
Author: Paul Habeeb
Author URI: http://paulhabeeb.com/
*/


html, body, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	}

html {
	background-color: #FFF;
	}

body {
	font: .88em Times, Times New Roman, serif;
	color: #000;
	}
	
img {
	border: 0;
	padding-right: 10px;
	}

a {
	text-decoration: none;

	}

#container {
	width: 450px;
	margin: auto;
	padding: 10px;
	margin-top: 15px;
	}

#top {
	margin: 0 0 15px 25px;
	text-align: center;
	}

#bottom {
	margin-left: 25px;
	text-transform: lowercase;
	clear: both;
	}

#bottom ul, #bottom li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#bottom ul, #bottom li, #bottom ul h2 {
	display: inline;
	}
	
.box {
	margin-bottom: 0px;
	padding-bottom: 25px;
	clear: both;
	}
	
.left {
	float: left;
	width: 175px;
	margin-left: -175px;
	text-align: right;
	padding-bottom: 10px;
	}

.left h2 {
	text-transform: lowercase;
	font-size: 1.1em;
	}

.left h3 {
	font-size: 1.1em;
	}

.right {
	margin-left: 25px;
	line-height: 1.5em;
	}
	
.right h3 {
	font-size: 1em;
	}
	
.right h3 a {
	text-decoration: underline;
	}
	
.right p {
	text-align: justify;
	padding-bottom: 10px;
	}
	
.right p a:hover, .right p a:active, .right p a {
	text-decoration: underline;
	}
	
.special, .special h2 {
	margin-bottom: 15px;
	}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.centred {
	text-align: center;
}

.centred2 {
	text-align: center;
	margin-bottom: 5px;
}