body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.phpontrax.com/images/bg_p.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 100%;
}

td {
	font-size: 12px;
}
	
#container {
	position: absolute;
	left: 50%;
	width: 750px;
	margin-left: -375px;
	padding-left: 10px;
	padding-right: 10px;
}

#left {
	float: left;
	width: 187px;
	height: 200px;
}

#logo {
	padding-top: 10px;
	padding-bottom: 10px;
}
	
#ten {
	float: left;
	width: 10px;
	height: 200px;
}

#content {
	float: left;
	width: 553px;
}

#content_body {
    padding-left: 10px;
	width: 553px;
}

#logo_tag {
	height: 83px;
	width: 553px;
}

#logo_text {
	padding-top: 20px;
}
	
#tag {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	width: 553px;
}

#tag h1 {
	font-size: 16px;
	padding: 5px 0 0 0;
	margin: 0px;
	line-height: 15px;
}

/* Navigate */

#navcontainer {
	height: 43px;
	width: 553px;
	margin: 0px;
	padding: 0px;
}

ul#navMain {
	height:	42px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	list-style-type: none;
}

ul#navMain li {
	display: inline;
	background-image: none;	
	margin: 0px;
	padding: 0px;
}

ul#navMain li {
	border-left: 1px solid #fff;
}

ul#navMain li.first-child {
	/* Lame IE Fix */
	border-left: none;
}

ul#navMain li a {		
	padding: 0.2em 0.5em 0em 0.8em;	
	color: #fff;
	text-decoration: none;
}

ul#navMain li.first-child a {
	/* Lame IE Fix */
	padding-left: 0px;
	padding-bottom: 0px;
}

ul#navMain li a:hover {	
	text-decoration: underline;
	background-color: transparent;
}

ul#navMain li a.active {     
     font-weight: bold;
}

/* Mark the active navigation on the page in the body tag, i.e. id="about" */
body#about a.about,
body#download a.download,
body#weblog a.weblog,
body#source a.source,
body#community a.community,
body#documentation a.documentation {
	font-weight: bold;
}

/* make some panels. */

table.green {
	background-color: #D1E0AA;
	margin-bottom: 10px;
}
	
table.white {
	background-color: #fff;
	margin-bottom: 10px;
}
	
table.orange {
	background-color: #FFCC66;
	margin-bottom: 10px;
}
	
table.blue {
	background-color: #D6DFE8;
	margin-bottom: 10px;
}

td.corner {
	width: 7px;
	height: 7px;
}
	
td.top {
	height: 7px;
}
	
div.panel {
	margin: 0px;
}

p.heading {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin: 0px;
}
	
p {
	padding: 0px;
	margin: 0px;
}

a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #657F1F;    
}

.external-links {
	font-size:9px;
}


.external-links a {
	font-size:9px;
}
