@charset "utf-8";
/* CSS Document */

/*	********************************************
	Kate Payton's Folio
	********************************************
	Desc:		stylesheet
	File:		general.css
	Version:	2.0
	Created:	September 12th, 2009
	Last Edit:	---
	Author:		Kate Payton @ www.katepayton.com
	******************************************** */

		
/*	_________________________

	Main styles
	_________________________ */

a 			{ 				color: #495366;	text-decoration: underline; }
a:hover 	{ 				color: #495366;	text-decoration: none; }
a img 		{ 				border: 0px;	text-decoration: none; }

body {
	background-color:		#fff;
	color: 					#222222;
	font-family: 			Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				11px;
	font-weight: 			normal;
	line-height: 			14px;
	margin: 				0px;
	padding: 				0px;
}

img 		{ 				padding: 0px;	margin: 0px; }
img a 		{ 				border: 0px;	text-decoration: none; }

p {
	color:					#495366;
	font-family: 			Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 			normal;
	margin: 				0px 0px 10px 0px;
	padding: 				0px;
}

		
/*	_________________________

	Content styles
	_________________________ */	

#holder {
	margin:					0px auto;
	padding:				10px 20px 30px 20px;
	width:					560px;
}

/* --- Header --- */
.header {
	background:				url(images/bg_header.png) no-repeat top left;
	height:					120px;
	margin:					0px 0px 10px 0px;
	padding:				10px 20px 20px 20px;}
.header .logo {				float: left;	margin: 70px 0px 0px 0px;	width: 131px;}
.header .nav {				float: right;	margin: 5px 0px 0px 0px;	width: 178px;}
.header .nav ul {			margin: 0px;	padding: 0px; }
.header .nav ul li {		list-style: none;	margin: 0px 0px 5px 0px; }


/* --- Navigation --- */
.navigation {
	background:				url(images/bg_navfoot.png) no-repeat top left;
	height:					20px;
	margin:					0px 0px 10px 0px;
	padding:				10px 20px 10px 20px;}
.navigation ul {			margin: 0px;	padding: 0px; }
.navigation ul li {			float: left;	list-style: none;	margin: 1px 25px 0px 0px; }
.navigation ul li a { 		color: #495366;	font-weight: normal;	text-decoration: none; }
.navigation ul li a:hover { color: #8c3a77;	font-weight: normal;	text-decoration: underline; }


/* --- Blocks of content --- */
.content {
	background:				url(images/bg_content.png) no-repeat top left;
	height:					160px;
	margin:					0px 0px 10px 0px;
	padding:				10px 15px 20px 15px;}

.content .hold {			float: left;	margin: 0px 10px 0px 0px; width: 178px;}
.content .copy {
	background:				url(images/bg_about.png) no-repeat top left;
	height:					90px;
	margin:					0px 0px 10px 0px;
	padding:				15px 20px 20px 20px;
	width:					138px;}
.content .btn {
	height:					35px;
	margin:					0px;
	padding:				0px;
	width:					178px;}

.content .prev {			height: 171px;	float: right;	margin: 0px; width: 337px;}



/* --- Blocks of content --- */
#footer {
	background:				url(images/bg_navfoot.png) no-repeat top left;
	height:					20px;
	margin:					0px 0px 10px 0px;
	padding:				10px 20px 10px 20px;
	text-align:				center;}


