body {
	background-color: #2c2021;
	background-image: url(file:///Macintosh%20HD/Users/admin/Desktop/myatt_website/images/gradient_bg.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

#main {
	height: 768px;
	width: 1024px;
	float: left;
	
}
#right_bg {
	height: auto;
	width: auto;
	background-image: url(images/right_pixel.jpg);
	float: left;
}
#header {
	height: 196px;
	width: 1024px;
}
#navigation {
	height: 44px;
	width: 1024px;
}
#content {
	float: left;
	height: 450px;
	width: 976px;
	background-color: #442e24;
}
#copyright {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #745b57;
	padding-left: 10px;
}
a {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #745b57;
	text-decoration:none	
}

h1{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #F4EADA;
	line-height: 25px;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
}

h2{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F4EADA;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 15px;
}

h3{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #F4EADA;
	line-height: 10px;
	text-decoration: none;
	font-weight: normal;
}
#myController {
	height: 1px;
}
p{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F4EADA;
	line-height: 18px;
	text-decoration: none;
	text-align: justify;
	letter-spacing: 0.5px;
}
h4{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #F4EADA;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1.5px;
}
a:active { outline: none; } a:focus { -moz-outline-style: none; }
