body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #333;
	background-image: url(images/new_bg.jpg);
	background-repeat: repeat;
}

#base {
	background-image: url(images/background_repeat.jpg);
	background-repeat: repeat;
}
#container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

#navigation ul li {
	display: inline;
}
a {
	font-size: 12px;
	color: #415C57;
	text-decoration: none;
}

 a:hover {
	text-decoration: underline;
}

#header {
	background-image: url(images/cathairstudios_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 266px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	position: relative;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#navigation {
	height: 29px;
	width: 743px;
	position: absolute;
	left: 179px;
	top: 190px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation ul li a {
	color: #D5D6B9;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#navigation ul li a.last {
	border-right-style: none;
	}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo {
	color: #45605C;
	position: absolute;
	width: 729px;
	left: 187px;
	top: 156px;
	font-family: 'HillHouseMedium', Georgia, serif;
	font-size: 28px;
	line-height: 30px;
}
#brand {
	width: 75px;
	position: absolute;
	left: 102px;
	top: 141px;
}

#logo a {
	color: #CCCDAD;
	font-size: 28px;
}

#navigation ul li a:hover {
	text-decoration: underline;
}
#footer #footer_background {
	background-image: url(images/footer_bkg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#mainContent {
	margin: 0px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 100px;
}
#mainContent table {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#mainContent table tr td {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent table tr {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}
#mainContent p {
	padding-top: 0px;
	padding-bottom: 16px;
}
h1 {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #3B5651;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #415C57;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer {
	padding: 0 10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	line-height: 16px;
	color: #D5D6B9;
}
#footer h1 {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CFCFB3;
	margin: 0px;
	padding: 12px;
}
#footer p a {
	text-decoration: underline;
	color: #D5D6B9
}
#footer p a:hover {
	text-decoration: none;
}

#link  {
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 56px;
	background-position: 38px;
	width: 210px;
	height: 20px;
}
#mainContent table tr .tutorials {
	text-align: left;
	vertical-align: top;
}
.tutorials h2 {
	font-size: 12px;
	font-weight: bold;
	color: #435D58;
}
.tutorials p a {
	font-size: 11px;
	font-weight: bold;
	color: #405B56;
	text-decoration: underline;
}

.tutorials p a:hover {
	text-decoration: none;
}

h1 {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #3B5651;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#mainContent table tr td p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}
#cathairstudios {
	position: absolute;
	height: 110px;
	width: 109px;
	left: 427px;
	top: 10px;
}
hr {
	color: #3B5651;
	background-color: #3B5651;
	height: 1px;
	width: 52%;
	border: none;
}
#slidecontainer {
	height: 325px;
	width: 720px;
	background-image: url(images/image_bkg_repeat.jpg);
	background-repeat: repeat;
	border: 1px solid #364D4A;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.bottomspacer {
	padding-bottom: 12px;
}
#large_texture img {
	float: left;
	margin-top: 20px;
}
.texture_description {
	margin-left: 20px;
}
#texture_description  {
	margin-left: 12px;
	margin-top: 20px;
}
