body {
	margin: 0px;
	background-repeat: repeat-x;
	background-color: #FFF;
	background-image: url(images/body-bak.jpg);
}
#header {
	background-repeat: repeat-x;
	height: 190px;
	text-align: center;
}
#header img {
	margin-right: auto;
	margin-left: auto;
}
#body {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/body-background.jpg);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#nav {
	float: left;
	width: 210px;
}
#nav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin-left: 15px;
}
#nav p a {
	text-decoration: none;
	color: #FFF;
}
#nav p a:hover {
	color: #FF0;
}

#content {
	float: right;
	width: 720px;
	margin-right: 10px;
}
img.ctr {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.center {
	text-align: center;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #0064C8;
	margin: 0px;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #F90;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 125%;
	color: #666;
}
.imgleft {
	float: left;
	margin-right: 10px;
}

#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 125%;
	color: #666;
}
#content  a {
	color: #0064C8;
}
#content a:hover {
	color: #F90;
}

#content td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 125%;
	color: #666;
}
#footer {
	padding: 10px;
	background-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-image: url(images/footer-bak.jpg);
	background-repeat: repeat-x;
	clear: both;
}
#protein {
	text-align: right;
	float: right;
	width: 450px;
}
#protein h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #0062C5;
	margin: 0px;
}

#bottomshade {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#content  a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.border {
	border: 1px solid #000;
}
.bg-cccccc {
	background-color: #CCC;
}
td .orange {
	color: #F90;
}
.nowrap {
	white-space:nowrap;
}
