body {
	text-align: center;
	margin: 0;
	font-size: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: auto;
	width: 746px;
	background: url(images/right_shadow.gif) repeat-y right;
	text-align: left;
}
#top {
	background: url(images/top.gif) no-repeat top;
	height: 14px;
	width: 746px;
}
#header {
	border-bottom: solid 1px #000000;
	width: 739px;
	height: 130px;
	background: url(images/header.gif) no-repeat;
}



#navigation {
	width: 196px;
	background-color: #a3a286;
	padding-top: 25px;
	vertical-align: top;
}
#navigation a {
	display: block;
	height: 33px;
	width: 195px;
	margin-left: 1px;
}
#navigation a:hover {
	background-position: bottom;
}
a#training {
	background: url(images/training.gif) no-repeat top;
}
a#writing {
	background: url(images/writing.gif) no-repeat top;
}
a#professional {
	background: url(images/professional.gif) no-repeat top;
}
a#contact {
	background: url(images/contact.gif) no-repeat top;
}



#content {
	background-color: #cdcd9b;
	width: 543px;
	text-align: left;
	vertical-align: top;
	line-height: 26px;
	letter-spacing: -1px;
	font-size: 13px;
}
#content div {
	margin: 30px 80px 10px 25px;
}
#content p {
	margin: 0;
	padding: 0;
}

#content a {
	text-decoration: none;
	color: #b6412c;
}
#content a:hover {
	text-decoration: underline;
}
#content ul {
	margin: 0;
	padding-left: 50px; 
}
#content h1 {
	font-size: 24px;
	font-weight: normal;
	color: #b6412c;
	margin: 10px 0 5px 0;
}
#content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #b6412c;
	margin: 10px 0 5px 0;
}
#content h3 {
	font-size: 15px;
	font-weight: bolder;
	color: #b6412c;
	margin: 10px 0 5px 0;
}

#content h4 {
	font-size: 15px;
	font-weight: bolder;
	color: #000000;
	margin: 10px 0 5px 0;
}
#content img.left {
	border: solid 1px #b6412c;
	float: left;
	margin: 5px 20px 20px 0;
}
.interval {
	line-height: normal;
}
#clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}
#content p.padd {
	padding: 10px 0;
}
#content p.train {
	padding: 0px 0px 10px 0;
	margin-left: 10px;
}


#bottom {
	background: url(images/bottom.gif) no-repeat;
	width: 746px;
	height: 91px;
}
#bottom_bare {
	background: url(images/bottom_bare.gif) no-repeat;
	width: 746px;
	height: 91px;
}
#copyright {
	width: 746px;
	margin: auto;
	text-align: right;
	font-size: 10px;
}
#copyright div {
	margin: 5px 10px;
}
#copyright a {
	color: #000000;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}