/*
Theme Name: Cate
Theme URI: http://www.catetiernan.net
Description: Cate Tiernan website
Author: Jeremy Grissett
Author URI: http://www.thedudedesign.com

*/



/* Begin Typography & Colors */
body {
	background-color: #504D26;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#Table_01 {
	top:0px;
	width:1000px;
	margin: 0 auto;
	height: auto !important;
	position:relative;
}

#index-01_ {
	left:0px;
	top:0px;
	width:1000px;
	height:150px;
	background-image: url('images/index_01.jpg');
}

#index-02_ {
	left:0px;
	top:150px;
	width:900px;
	height:41px;
	background-image: url('images/index_02.jpg');
	padding-left: 100px;
}

#index-03_ {
	width:1000px;
	height:509px;
	top:0px;
	left:0px;
	background-image: url('images/index_03.jpg');
	background-repeat: no-repeat;
	position: relative;
}

#index-04_ {
	left:0px;
	top:191px;
	width:1000px;
	height:auto;
	background-image: url('images/index_04.jpg');
	background-repeat: repeat-y;
	overflow: hidden;
	background-color: #4E4C26;
	background-position: center bottom;
}

#index-05_ {
	width:1000px;
	height:41px;
	background-image: url('images/index_05.jpg');
	clear:both;
	margin: 0 auto;
	background-position: center;
}

#index-06_ {
	width:1000px;
	height:9px;
	background-image: url('images/index_06.jpg');
	bottom:0px;
	clear:both;
	background-position: center top;
	margin: 0 auto;
}
.linkHolder {
	display: inline;
}
#logo {
	position: absolute;
	top: 35px;
	left: 75px;
}
#contentHolder {
	width: 870px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	font-size: 12px;
	line-height: 16px;
	clear:both;
}
#contentHolder a {
	color: #80360C;
	text-decoration: none;
}
#contentHolder a:hover {
	text-decoration: underline;
}
#leftCol {
	float: left;
	width: 450px;
	height: auto;
	display: inline-block;
}
#leftCol2 {
	float: left;
	width: 850px;
	height: auto;
	display: inline-block;
}
#rightCol {
	float: right;
	width: 400px;
	display: inline-block;
	height: auto;
}
#rightCol li {
	list-style-type: none;
}
#rightCol li ul li {
	list-style-type: square;
}
h1 {
	color: #80360C;
	font-size: x-large;
	font-weight: lighter;
}
h2 {
	color: #80360C;
	font-size: 21px;
	font-weight: lighter;
}
.hr {
	border-top-color: #80360C;
	border-top-width: 1px;
	border-top-style: dashed;
}
#base {
	width: 950px;
	clear: both;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #990;
	height: 20px;
	padding-right: 50px;
}
#base a {
	color: #990;
	text-decoration: none;
}
#base a:hover {
	color: #FFF;
}