
/****************************************************/
/*													*/
/*	Body Properties 								*/
/*													*/
/****************************************************/

body
{
	color: #999;
	background-color: white;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/backgrounds/background_butter25_pink.jpg);
}

a:link img, a:visited img { border: 0px; }
a:active img { color: white; }

/****************************************************/
/*													*/
/*	Column Properties								*/
/*													*/
/****************************************************/

#container { width: 800px; margin: 0 auto; }

#header
{
	/*float: left;*/
	width: 800px;
	height: 120px;
	background: url(../images/header_nodetail_trans2.gif) no-repeat;
	/*background: yellow;*/
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	font-weight: 100;
	color: #999;
}


#content_list
{
	float: left;
	width: 465px;
	height: 405px;
	margin: 0px;
	padding: 10px;
	color: #999;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	text-align: left;
}

#content_list a
{
	display: block;
	text-decoration: none;
	color: #999;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}

#content_list a:hover {	color: #FF6699; }

#content
{
	float: left;
	width: 465px;
	height: 405px;
	margin-top: 12px;
	padding-left: 10px; 
	padding-right: 10px;
	color: #999;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	text-align: left;
	/*background: blue;*/
	
}

#content_white
{
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	text-align: left;
}

#content a
{
	display: inline;
	text-decoration: none;
	color: #FF6699;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}

#content a:hover { color: #999; }

#right_side_viewer
{
	float: left;
	width: 210px;
	height: 405px;
	margin-top: 12px;
	color: #999;
	font-family: arial, helvetica, sans-serif;
	/*background: red;*/
}

#right_side_viewer a
{
	display: inline;
	text-decoration: none;
	color: #FF6699;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}

#right_side_viewer a:hover { color: #999; }

#right_side_gerb
{
	float: left;
	width: 210px;
	height: 405px;
	margin-top: 12px;
	background: url(../images/right_side_gerb.jpg) no-repeat;
}

#footer
{
	clear: both;
	color: #928C8C;
	text-decoration: none;
	text-align: right;
	font-family: arial, helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
	background: pink;
}

#footer a
{
	display: inline;
	text-decoration: none;
	color: #999;
	font-family: arial, helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
}

#footer a:hover { color: #FF6699; }

/****************************************************/
/*													*/
/*	Left Side Navigation Properties					*/
/*													*/
/****************************************************/

ul#left_side_nav
{
	float: left;
	width: 100px;
	height: 405px;
	margin-top: 12px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	
	text-align: left;
	background: url(../images/nav_background.gif) no-repeat;
	/*background: purple;*/
}

ul#left_side_nav li { display: inline; }

ul#left_side_nav a
{
	display: block;
	padding: .2em .5em;
	text-decoration: none;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	border-bottom: 1px solid #fff; /* white divisional line */
}

ul#left_side_nav a:hover { background: #FF0066; }

ul#left_side_nav ul#left_side_nav_sub
{
	display: block;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	padding-left: 0;
}

ul#left_side_nav ul#left_side_nav_sub li { display: inline; }

ul#left_side_nav ul#left_side_nav_sub a { display: block; font-size: small; }

/****************************************************/
/*													*/
/*	Test CSS							*/
/*													*/
/****************************************************/

/*#header .logo { position: relative; }
#header .time { position: relative; top: -100%; left: 77%; font-size: 8pt;}
#header .address { position: relative; top: -50%; left: 45%; font-size: 9pt; }
#header .email { position: relative; font-size: 9pt; }*/

/****************************************************/
/*													*/
/*	Heading Properties								*/
/*													*/
/****************************************************/

td#table_time { font-size: x-small; }

h2
{
    color: #999;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
}


