body {
	margin: 0;
	padding: 0;
	background: #730000;
	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;
}

img {
	border: none;
}

/* Header */

#header {
	width: 760px;
	height: 100px;
	margin: 0 auto;
	background: url(images/macheader.gif);
}

#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: 760px;
	height: 30px;
	margin: 0 auto;
	background: url(images/img3.gif);
}

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

#menu li {
	display: inline;
}

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

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

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	background: url(images/img5.gif);
}

#colOne {
	width: 700px;
	padding: 0px 15px 0px 15px;
}

/*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;
	}
	
.tinyText {
	font:12px arial;
	color: #666666;
	line-height:12px;
	}
	
.write {
	font:10px arial;
	color: #000000;
	letter-spacing:.1em;
	}
	
.writered {
	font:12px arial;
	color: #730000;
	letter-spacing:.1em;
	}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #000000;

}

#footer2 {
	width: 760px;
	height: 14px;
	margin: 0 auto;
	padding: 0;
	background: url(images/ribbonstripe.jpg);
}