* {
	margin: 0;
	padding: 0;
}

/*
This holds everything inside it.
This is used so that I can centre this container, and everything in it, on the page.
You likely won't play which the background settings here, but added them just in case.
*/
#container
{
	width: 762px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #FFFFFF
	/*background-image: */
	/*background-repeat: */
	/*background-attachment: */
	/*background-position: */
}

/*
This is just the header bar at the top.
You also likely won't be playing with the background stuff in here
since you will likely only ever have a lone image in here, but again added the options
just in case.
*/
#header
{
	width: inherit;
	/*background-color: */
	/*background-image: */
	/*background-repeat: */
	/*background-attachment: */
	/*background-position: */
}

/*
The footer bar.
Which at this time just has your domain name on the left, and the manage link on
the right (if you're not already in the manage mode).
*/
#footer
{
	width: inherit;
	clear: both;
	/*background-color:  */
	/*background-image: */
	/*background-repeat: */
	/*background-attachment: */
	/*background-position: */
}

/*
The navigation bar directly under the header image.
*/
#navbar
{
	width: inherit;
	clear: both;
	/*background-color: */
	/*background-image: */
	/*background-repeat: */
	/*background-attachment: */
	/*background-position: */
}

/*
This is the main bar.
NOTE: the main bar INCLUDES the linkbar so don't be shocked when changes here
are somehow reflected in the linkbar.
*/
#mainbar
{
	position: relative;
	width: 100%;
	float: left;
	/*background-color: */
	/*background-image: */
	/*background-repeat: */
	/*background-attachment: */
	/*background-position: */
}

/*
The link bar at the bottom.
*/
#linkbar
{
	width: inherit;
	clear: both;
/*
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 124px;
*/
	/*background-color: */
	/*background-image: */
	/*background-repeat: */
	/*background-attachment: */
	/*background-position: */
}

/*
body INCLUDES everything else.  So changes here will affect everything that lives
on the page.  But if you then make a change to one of those things that it includes,
the setting will be overridden by the child's attribute.
*/
body
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
	height: 100%;
	/*background-color: */
	background-image: url('/images/background/44original.gif'); 
	/*background-repeat: */ 
	/*background-attachment: */
	/*background-position: */
}

img
{
	border-style: none;
}

pre
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

a
{
	color: #771300;
	text-decoration: none;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.center_align
{
	text-align: center;
}

.right_align
{
	text-align: right;
}

.right_top_align
{
	text-align: right;
	vertical-align: top;
}

a.title
{
	color: #433F3C;
	font-size: x-large;
	font-weight: bold;
}

a.title:hover
{
	background: #771300;
	color: #F3E7CD;
}

td.header
{
	text-align: centre;
}

td.edit_manage_link
{
	width: 100%;
	text-align: right;
	vertical-align: bottom;
}

td.edit_manage_link
{
	width: auto;
}

table.project
{
	width: 100%;
}

table.project_alt
{
	width: 100%;
	background: #DAD3D3;
	/*color: */
}

table.nav_table td
{
	text-align: center;
	padding: 10px;
	white-space: nowrap;
}

table.nav_table td.edit_manage_link
{
	padding: 0;
	text-align: right;
	vertical-align: bottom;
}

table.link_table
{
	margin-left: auto;
	margin-right: auto;
}

table.link_table td
{
	text-align: center;
	vertical-align: center;
}

table.link_table td.edit_manage_link
{
	text-align: right;
	vertical-align: bottom;
}

table.center_full
{
	width: 100%;
	text-align: center;
}

table.footer
{
	width: 100%;
}