body {
	margin: 0;
	padding: 0;
	background: url(images/bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #730000;
}

h2 {
	font-size: 1.6em;
	text-transform: lowercase;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #790000;
}

img {
	border: none;
}

/* Header */

#header {
	width: 1024px;
	height: 150px;
	margin: 0 auto;
	background: url(images/header.png);
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: none;
	padding: 20px 0 0 330px;
	font-size: 4em;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 1024px;
	height: 35px;
	margin: 0 auto;
	background: #FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 35px;
	padding: 0 0 0 10px;
	text-decoration: none;
	text-transform: lowercase;
	color: #666666;
}

#menu a:hover, #menu .active a {
	color: #990000;
}

/* Content */

#content {
	width: 1024px;
	margin: 0 auto;
	background: #ffffff;
}

#colOne {
	float: left;
	width: 240px;
	height: 2500px;
	padding: 5px 10px 0px 10px;
	background: #FFFFFF;
}

#colTwo {
	float: left;
	width: 550px;
	height: 2484px;
	padding: 10px;
	background: #FFFFFF;
}

#colThree {
	float: left;
	width: 174px;
	height: 2484px;
	padding: 10px;
	background: #FFFFFF;
	
}

/*text*/
.smallText {
	font:12px times new roman;
	color: #990000;
	line-height:18px;
	}
	
.pageHeader {
	font:30px times new roman;
	color: #666666;
	letter-spacing:.1em;
	line-height:38px;
	}
	
.bodyText {
	font:11px arial;
	color:#333333;
	line-height:24px;
	}
	
.pageName {
	font:20px georgia;
	color: #990000;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:12px times new roman;
	color: #666666;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.write {
	font:14px times new roman;
	color: #000000;
	letter-spacing:.1em;
	}
	
.writered {
	font:12px arial;
	color: #730000;
	letter-spacing:.1em;
	}
	
.style3 {	color: #000000;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	}
	
/* Footer */

#footer {
	width: 1024px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: smaller;
}

#footer * {
	background: #ffffff;
}
