@charset "UTF-8";
/* Nu-Trax CSS */

* {
	margin:0px;
	padding:0px;
	}
	
body {
	background-color:#537a98;
	}
	
/* Divs */

#wrapper {
	width:955px;
	margin:auto;
	overflow:auto;
	background-image:url(images/nutrax-bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}
	
#main {
	width:846px;
	margin:auto;
	overflow:auto;
	}
	
#header {
	width:846px;
	height:196px;
	background-image:url(images/header.jpg);
	margin-top:36px;
	}
	
#content {
	width:846px;
	margin:0px;
	
	}
	
#left {
	width:212px;
	float:left;
	}
	
#right {
	width:633px;
	float:left;
	}
	
#menu-top {
	width:212px;
	height:57px;
	background-image:url(images/menu-top.jpg);
	}
	
#body-top {
	width:633px;
	height:57px;
	background-image:url(images/spacer-right.jpg);
	}	
	
#menu-body {
	width:212px;
	background-image:url(images/menu-body.jpg);
	background-repeat:no-repeat;
	min-height:417px;
	}
	
#columns {
	width:615px;
	margin:auto;
	overflow-y:scroll;
	height:400px;
	}
	
#body-main {
	width:633px;
	background-image:url(images/body-right-bg.jpg);
	background-repeat:no-repeat;
	min-height:417px;
	}
	
td {
	padding-left:45px;
	}
	
/* Text Classes */

.menu-items {
	margin-left:50px;
	padding-top:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	color:#FFFFFF;
	list-style:none;
	}
		
.menu-items li a {
	color:#FFFFFF;
	text-decoration:none;
	}

.menu-items li a:hover {
	color:#FFFFFF;
	text-decoration:UNDERLINE;
	}
	
.body-p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333333;
	padding-bottom:10px;
	}
	
.box {
	border:thin;
	border-color:#333333;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333333;
	}
	
.body-bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	color:#2f8bbb;
	padding-bottom:10px;
	}

ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333333;
	padding-bottom:10px;
	list-style:square;
	}
