/* CSS Document */

/*
-----------------------------------------------
Author:   Chris Arella
Version:  January 2006
http://www.chrisarella.com/css
----------------------------------------------- */

/* Imported Styles
----------------------------------------------- */
@import url("http://www.chrisarella.com/css/main.css");
@import url("http://www.chrisarella.com/css/insidestyle.css");

/* Testing links
----------------------------------------------- 
@import url("../css/main.css");
@import url("../css/insidestyle.css");*/

/* Relative Styles
----------------------------------------------- */

div#areaheaders {
	width:636px;
	height:178px;
	background: url(images/top/header_love.jpg);
}

/* content area */

div#contentarea {
	top: 226px;
}

/* header styles */

h1 { color: #669900; }
h2 { color: #3C83BB; }
h3 { color: #3C83BB; }
h4 { color: #666; } 
h5 { color: #666; }
h6 { color: #666; } 
