/*
Theme Name: AnsellArts.com
Theme URI: http://ansellarts.com/
Description: Created by <a href="http://www.abrasiveink.com/">abrasiveInk</a>.
Version: 1
Author: Justin Harvey
Author URI: http://www.abrasiveink.com/
Tags: 

	This theme was designed and built by abrasiveInk.

	The CSS, XHTML and design is copyright 2009 by abrasiveInk.

*/

body {
	margin: 0 auto;
	background: url(images/background.jpg) fixed center top no-repeat;
	padding-top: 50px;
}
#container {
	width: 900px;
	margin: 0 auto;
}
#nav-holder{
	text-align: right;	
}
#nav {
	padding: 2px 10px 2px 10px;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/nav-background.png);
}
#nav a { 
	padding: 0 10px 0 10px;
	color: #f7f6e9;
	text-decoration: none;
}
#nav a:hover { 
	padding: 2px 10px 2px 10px;
	color: #31090b;
	text-decoration: none;
	background-color: #f7f6e9;
}
#content-box{ background: url(images/box-background.png) repeat-y; }
#header { padding: 0 10px 0 10px; }
#left-side {
	float: left;
	width: 500px;
	padding: 15px 15px 10px 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b2b2f;
	line-height: 17px;
	text-align: justify;
}
#full-page {
	padding: 15px 25px 0 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b2b2f;
	line-height: 17px;
	text-align: justify;
}
#right-side {
	float: right;
	width: 350px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
p {
	margin-bottom: 0;
	padding-bottom: 0;
}
.clear { clear: both; }
#footer {
	padding: 10px 10px 10px 0;
	text-align: right;
	color: #ffffff;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer  a{ color:#ffffff; }
a { color: #5b2b2f; text-decoration: underline }
a:hover { color: #e0ddae; text-decoration: underline }

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}