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


	/*These are my color swatches
	
	#9a663f  -  Background color in Body
	#fff2e7  -  Inner Background color

	*/

	/*This is the Global Reset*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #9a663f url(images/bg.jpg) no-repeat center 0;
}

div#page-wrap {
	width: 1100px;
	margin: 0 auto;
}

div#clear {
	clear: both;
}

img {
	border: 0;
}




	/*This is the body of the site*/
div#body-wrap {
	background-color: #fff2e7;
	width: 920px;
	height: 448px;
	border: solid 1px #000;
	margin: 0 auto;
}

div#left {
	float: left;
}

div#right {
	float: right;
	padding: 40px 10px 0 11px;
}

div#right h1 {
	background: url(images/nametitle.png) no-repeat center 0;
	width: 605px;
	height: 118px;
}

div#images-wrap {
	width: 620px;
	padding-top: 20px;
}