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

/* ID Tags */
#sidebar {
	float: left;
	height: 600px;
	width: 83px;
	background-image: url(images/original_01.jpg);
	background-repeat: no-repeat;
}

#header {
	float: right;
	height: 109px;
	width: 717px;
	background-image: url(images/original_02.jpg);
	background-repeat: no-repeat;
}

#navigationbar {
	height: 30px;
	width: 717px;
	text-align: center;
}


#content {
	height: 478px;
	width: 717px;
	background-image: url(images/original_03.jpg);
	background-repeat: no-repeat;
	float: right;
}

#bottombar {
	height: 13px;
	width: 717px;
	background-image: url(images/original_04.jpg);
	float: right;
}

#column1 {
	margin: 10px;
	float: left;
	height: 400px;
	width: 328px;
	clear: both;
}

#column2 {
	height: 400px;
	width: 328px;
	float: right;
	margin: 10px;
}

#footer {
	height: 15px;
	width: 717px;
	text-align: center;
	margin-top: 420px;
	letter-spacing: 8px;
}

#wrapper {
	height: 604px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/* format all the body text: font, size, & color || set a tiled background image */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/pattern.jpg);
	line-height: 14px;
}

/* make all headings the same style (italic), color, remove the bottom margin, and underline it */	  
h1,h2,h3,h4,h5,h6 {
	font-style: italic;
	text-decoration: none;
	padding: 0px;
}
				   
/* format the sizes of the heading */
h1 {
	font-size: 18px;
	line-height: 16px;
}
h2 {
	font-size: 16px;
	line-height: 16px;
}
h3 {
	font-size: 14px;
	line-height: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4 {
	font-size: 12px;
	line-height: 12px;
}				   

/* style links within the body copy of the page */
a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	font-style: italic;
}

