body {
	background-color : #FFFFFF;
	margin-top : 86px;
	font-family : arial, helvetica, sans-serif;
	color : #444749;
}

a:focus {
	outline : none;
}

a:link, a:visited {
	color : #004cb1;
	text-decoration : none;
}

#wrapper {
	position : absolute;
	width : 1030px;
	top : 71px;
	left : 50%;
	margin-left : -515px;
}

#header {
	position : relative;
	height : 131px;
	width : 1030px;
	background-image : url("../assets/hrule.gif");
	background-position : bottom;
	background-repeat : no-repeat;
}

#contactLink {
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
	position : absolute;
	left : 820px;
	top : 110px;
}

#contactLink:link, #contactLink:visited, #contactLink:hover {
	color : #444749;
	text-decoration : none;
}

#content {
	position : relative;
	width : 1030px;
}

#content p {
	font-size : 11px;
	margin-left : 54px;
	width : 480px;
}

#content strong {
	font-size : 15px;
	font-weight : normal;
	margin-right : 25px;
}

#content #right {
	position : absolute;
	left : 777px;
	top : 27px;
}

#content #right p {
	margin : 0 0 16px 0;
	width : 158px;
	font-size : 11px;
}

#content #right p.img {
	margin : 0 0 0 0;
}

#content #right img {
	margin : 0 0 0 0;
	vertical-align : top;
}

#content.drjim {
	height : 332px;
	background-image : url("../assets/bg_drjim.jpg");
	background-repeat : no-repeat;
}

#content.drjim p {
	font-size : 11px;
	width : 650px;
}

#content.drjim p.first {
	margin-top : 30px;
}

#content.about {
	height : 322px;
	background-image : url("../assets/bg_about.jpg");
	background-repeat : no-repeat;
}


#content.home {
	height : 248px;
	background-image : url("../assets/bg_home.jpg");
	background-repeat : no-repeat;
}

#content.workout {
	height : 475px;
	background-image : url("../assets/bg_training.jpg");
	background-repeat : no-repeat;
}

#content.contact {
	height : 338px;
	background-image : url("../assets/bg_drjim.jpg");
	background-repeat : no-repeat;
}

#content.health {
	background-image : url("../assets/bg_health.jpg");
	background-repeat : no-repeat;
}

#content.health p, #content.training p {
	width : 610px;	
}

#content.injury {
	background-image : url("../assets/bg_injury.jpg");
	background-repeat : no-repeat;
}

#content.training {
	background-image : url("../assets/bg_tp.jpg");
	background-repeat : no-repeat;
}

#content p.long {
	width : 925px;
}

span.blue {
	color : #004cb1;
}

#content ul {
	list-style : none;
	font-size : 11px;
	margin-left : 40px;
}

#content #codes_left {
	float : left;
	width : 460px;
}

#content #codes_left p label {
	float : left;
	width : 75px;
	font-size : 13px;
	font-weight : normal;
}

#bottom {
	position : relative;
	width : 1030px;
	height : 135px;
}

#bottom #left {
	display : inline;
	float : left;
	width : 188px;
	height : 135px;
	background-image : url("../assets/vrule.gif");
	background-position : right;
	background-repeat : no-repeat;
}

#bottom #left2 {
	display : inline;
	float : left;
	width : 25px;
	height : 135px;
}

#content #left {
	display : inline;
	float : left;
	width : 188px;
	height : 135px;
}

#header #left {
	position : absolute;
	left : 330px;
	top : 0;
	width : 150px;
	height : 130px;
	background-image : url("../assets/vrule.gif");
	background-position : left;
	background-repeat : no-repeat;
}

#header #left p {
	font-size : 10px;
	font-weight : bold;
	margin : 0 0 5px 20px;
}

#header #left p.first {
	margin : 20px 0 5px 20px;
}

#bottom #left p, #content #left p {
	font-size : 10px;
	font-weight : bold;
	margin : 0 0 10px 58px;
}

#bottom #left p.first, #content #left p.first {
	margin : 20px 0 10px 58px;
}

#bottom #left a:link, #bottom #left a:visited, #content #left a:link, #content #left a:visited, #header #left a:link, #header #left a:visited {
	color : #444749;
	text-decoration : none;
}
#bottom #left a:hover, #content #left a:hover, #header #left a:hover  {
	color : #004cb1;
}

#bottom #left #login, #content #left #login {
	margin : 0 0 0 49px;
}

#bottom #right {
	display : inline;
	float : left;
	width : 842px;
	height : 135px;
}
#bottom #right #quoteStart{
	float : left;
	margin : 15px 0 0 20px;
}

#bottom #right #quote {
	float : left;
	margin : 20px 0 0 0;
	font-size : 15px;
	color : #004cb1;
	font-weight : normal;
	width : 395px;
}

#bottom #right #quote #endquote {
	width : 10px;
	height : 10px;
	background-image : url("../assets/endquote.gif");
	background-repeat : no-repeat;
}

#bottom #right #citation {
	float : left;
	width : 840px;
}

#bottom #right #citation p {
	margin : 5px 0 0 305px;
	font-size : 11px;
}

#bottom #footer {
	position : absolute;
	left : 820px;
	top : 5px;
	font-size : 10px;
	color : #595C5C;
}

#bottom #footer.home {
	left : 820px;
}


