
body {
	color:#38280e;
}

a {
	color:#ccbf95;
}

a:visited {
	color:#aba02c;
}

.error {
	color:red;
}


/* Main format declarations */

#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 1000px;
	height: 324px;
	background: url('../img/header.jpg') no-repeat;
}

#background_left {
	width: 178px;
	height: 720px;
	background: url('../img/background_left.jpg') no-repeat;
	float: left;
}

#content {
	width: 649px;
	float: left;
}

#content_wrap {
	margin: 0 0 0 0;
	width: 589px;
	padding: 20px 30px 20px 30px;
	background: url('../img/body_top_border.jpg') no-repeat;
}

#background_right {
	width: 173px;
	height: 720px;
	background: url('../img/background_right.jpg') no-repeat;
	float: left;
}

#footer {
	width: 649px;
	margin: 20px auto;
	text-align: center;
}

/* Header formatting */

#header_content {
	text-align: right;
	padding: 40px 0px 0 300px;
}

#header a {
	float:left;
	margin: 0 0 0 30px;
}


/* Content Format */

#three_up {
	width: 649px;
	height: 191px;
	background: url('../img/3_up.jpg') no-repeat;	
}

#three_up img {
	margin: 11px 0 0 18px;
}

#pat_header {
	width:649px;
	height: 428px;
	background: url('../img/pat_header.jpg') no-repeat;
}

#about_header {
	width:649px;
	height: 315px;
	background: url('../img/about_header.jpg') no-repeat;
}

#contact_header {
	width:649px;
	height: 320px;
	background: url('../img/contact_header.jpg') no-repeat;
}

#store_header {
	width:649px;
	height: 352px;
	background: url('../img/store_header.jpg') no-repeat;
}

#portfolio_header {
	width:649px;
	height: 279px;
	background: url('../img/portfolio_header.jpg') no-repeat;
}

/* Elements */

h1, h2 {
	font-family: serif;
}

/* Admin formatting */

table {
	width:100%;
}

th {
	text-align: left;
	background: #d7e6e3;
	padding: 2px 5px 2px 5px;
}

label {
	float:left;
	width:100px;
}

form div {
	margin: 0 0 20px 0;
}

/* Gallery formatting */

.gallery td {
	text-align:center;
}

.gallery img {
	padding: 3px;
	border: 2px solid #ccc;
}

.gallery img:hover {
	padding: 3px;
	border: 2px solid #666;
}

