/*
Theme Name: Super Plain
Theme URI: http://www.anthonyvictorio.com/
Description: A custom built template by <a href="http://www.anthonyvictorio.com/" target="_blank">Anthony Victorio</a>.
Version: 1.0
Author: Anthony Victorio
Author URI: http://www.anthonyvictorio.com/
Tags: fixed width, two column, plain, simple

	Super Plain

	This theme was designed and built by Anthony Victorio.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #666666;
}
h1 {
	color: #0000FF;
}
.bodybox {
	width: 336px;
	float: right;
	margin-left: 10px;
}
#wrap {
	width: 960px;
	margin: 0 auto;
}

#header {
	min-height: 120px;
	text-align: center;
}

#content {
	width: 710px;
	float:right;
	padding: 5px;
}

#sidebar {
	width: 230px;
	float:left;
	padding: 25px 5px 5px 5px;
}

#footer {
	clear:both;
	padding: 10px;
	text-align: center;
}