/*
-----------------------------------------------
FRAMES STYLE SHEET (frames.css)

Site: IanPatrickInteriors.net
Author: Beth Sullivan
Version:  16 October 2008
File Path: /css/frames.css
----------------------------------------------- */

body {
	font-family: Georgia, Times, "Times New Roman," serif;
	font-weight: bold;
	color: #fef8ec;	
	font-size: 11px;
}


a:link, a:visited { 
	color: #e2ca99;
	text-decoration: none;
	}
	
a:hover { 
	color: #fff;
	text-decoration: none;
	} 

blockquote {
	text-align: left;
	}

b, strong {
	font-weight: bold;
	}
	
cite {
	font-style: italic;
	}

div {
	text-align: left;
	}
	
h1 { 
	font-size: 14px;
	font-family: Georgia, Times, "Times New Roman," serif;
	font-weight: bold;
	color: #edd4a1;
	padding: 0px 0px 12px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: left;
	}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #fef8ec;
	padding: 0px 0px 3px 0px;
	margin: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	}
	
h3, h4, h5, h6 {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding-top: 0px;
	}

i {	
	font-style: italic;
	}

img {
	border: none;
	border-width: 0;
	}
	
	
p {
	font-weight: normal;
	color: #fef8ec;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	text-align: left;
	line-height: 140%;
	}