/* 
STYLE SHEET FOR [XXXXXX] SITE
Created by XXXXXX
Table Of Contents
	1. defaults
	2. main layout
	3. links
	4. fonts	

/* - 1. defaults - */
body {
	margin:0;
	padding:0;
	background: #4D3C27 url(../images/wood-bg.jpg) center top;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* - 2. main layout - */
#wrapper {
	margin:0 auto;
	padding:0;
	width:950px;
}
#header {
	height: 160px;
	width: 950px;
}
#headernav{
	height: 113px;
	width: 950px;
	background: url(../images/header-buttons.jpg) no-repeat center top;
}
#menu{}
#page {
	background: url(../images/paper-bg.jpg) no-repeat center top;
	height: 505px;
	width: 950px;
}
#page-bg {
	background: url(../images/paper-bg.jpg) repeat-y center top;
	width: 950px;
}
#page-full {
	background: url(../images/paper-full.jpg) no-repeat center top;
	height: 650px;
	width: 950px;
}
.projects{
	margin:0 0 20px 0;
	clear:both;
	float:left;
	width:100%;}
#page-bottom{
	background: url(../images/paper-bottom.jpg) no-repeat center top;
	height: 56px;
	width: 950px;
}
#content{
	margin:0 auto;
	padding:10px 0 0 0;
	width:880px;
	}
#contentleft {
	float:left;
	width:290px;
}
#side1{background: url(../images/side-contact.jpg) no-repeat 0 0;
	height:185px;
	width:290px;}
#side2{background: url(../images/side-photos.jpg) no-repeat 0 0;
	height:180px;
	width:290px;}
#side3{background: url(../images/side-projects.jpg) no-repeat 0 0;
	height:155px;
	width:290px;}	
#contentright {
	float:right;
	width:565px;
	padding:0;
}
#photo-frame{ /*for photo2 version*/
	float:right;
	padding: 0 250px 0 0;
	background: url(../images/frame.jpg) no-repeat;
	height: 516px;
	width: 488px;
}
#photo-framed{/* curent photo*/
	float:right;
	padding: 25px 50px 0 0;
	background: url(../images/frame-arrow.jpg) no-repeat;
	height: 516px;
	width: 488px;
	display:block;
}
#flash-gallery{
	background: top left;
	height: 368px;
	width: 350px;
	margin:65px 0 0 69px;

}
#framed-photos{
	float:left;
	height: 400px;
	width: 385px;
	display:inline;
	margin:0; /* margin:24px 0 0 48px; */
	}
#frame_fix{
	margin:24px 0 0 48px;
	padding:0;
	position:absolute;
	}
#page-content p{
	font-family:Georgia, "Times New Roman", Times, serif;

}
#page-content h1{
	color:#900;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#page-content h3{
	color:#900;}
#page-content a:link, #page-content a:visited{
	color:#990000;}
#page-content a:hover, #page-content a:active{
	color:#CC0000;}
#mission{
	clear:both;
	background: url(../images/mission.jpg) no-repeat 0 0;
	height: 307px;
	width: 570px;
}
#footer {
	clear:both;
}

/* - 3. links - */

a {
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* - 4. fonts - */

body p{font-family: Georgia, "Times New Roman", Times, serif;
	
}

h1, h2, h3, h4, p {
}

h1 {
}

h2 {
}

h3 {
}
		
h4 {
}

p {
}


