/*  
Theme Name: SimpleStyle
Description: The most simple style of them all
Version: 1.0
Author: Peter

Notes: This theme is not to be used without prior
written permission, which you can only receive from
me (which essentially means you will not be using
this theme legally).
*/

body				{ margin:0; padding:0; font: 13px Verdana, Arial, Helvetica, sans-serif; background:#fff; color: #000; }
a				{ color: #000; }
a:hover			{ color: #cc0000; }
#header			{ border-bottom: 3px solid #000; margin-bottom: 15px; }
h1 a				{ font-size: 2.4em; text-decoration: none; }
#contain		{ width: 775px; margin: 0 auto; }
#main			{ float: right; width: 580px; padding: 0 0 0 15px; margin: 0 0 15px 15px; border-left: 1px solid #000; }
#sidebar		{ float: left; width: 160px; }
#sidebar ul 		{ padding: 0 0 0 10px; }
#footer			{ border-top: 3px solid #000; text-align: center; clear: both; }

