
/* CSS Document */

body
{
	background-color: #848484;
	color: black;
	text-align: center;
}

h1
{
	font-size: 16px;
	font-weight: bolder;
}

td.con
{
	font-size: 8pt;
}


#page-wrapper
{
	background-color: white;
	color: black;
	width: 800px;
	margin: 0px auto;
	font-family: arial;

	border-width: 1px;
	border-style: solid;
	border-color: black;
}

table#contact td
{
	padding: 1px;
	color: white;
}

div.row-wrapper
{
	display: table-row;
	width: 808px;
/*	 */
}

div.padded-content
{
	padding: 20px;
}

#header-left
{
	width: 0px;
	display: table-cell;
	float:left;
	}

#header
{
	width: 800px;
	display: table-cell;
	float:left;
	text-align: center;
	background-color:black;
	color: gray;
	}

#header-right
{
	width: 0px;
	display: table-cell;
	float:right;
	}

#main-left
{
	width: 0px;
	display: table-cell;
	float:left;
	font-family: arial;
	color: black;
	font-size: 18px;
	}

#main
{
	display: table-cell;
//	margin: 20px;
	width: 800px;
	float:left;
	text-align: left;
	color: black;
	}

#main-right
{
	display: inline;
	width: 0px;
	float:right;
	}

#footer-left
{
	width: 0px;
	display: table-cell;
	float:left;
	vertical-align:middle;
	}

#footer
{
	width: 800px;
	display: table-cell;
	float:left;
	vertical-align:middle;
	text-align: center;
	font-family: arial;
	font-size: 10pt;
	background-color:black;
	color: gray;
	
	}

#footer-right
{
	width: 0px;
	display: table-cell;
	float:right;
	vertical-align:middle;
	}

.foot_text
{
	color: #ffffff;
	font-family: arial;
}

.con_form
{
	line-height: 50%;
	font-family: arial;
	color: black;
	padding: 0px;
}
#navigation div
{
	position: relative; 
	text-align: center; 
}

#navigation a
{
	color: white;
	text-decoration: none;
	font-family: arial;
}

#navigation a:link, #navigation a:visited
{
	color: white;
	text-decoration: none;
	font-family: arial;
}

#navigation a:hover
{
	color: yellow;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
}

.blog
{}

.blog .blog_title
{
	font-size: 15px;
	font-weight: bold;
}

.blog .blog_date
{
	font-size: 10px;
	color: gray;
	float: right;
}

.blog .blog_category
{
	font-size: 10px;
	color: gray;
}

.blog .blog_link
{
	font-size: 11px;
}

.blog .blog_body
{
	font-size: 15px;
}

.blog_description
{}

.blog_description .blog_title
{
	font-size: 15px;
	font-weight: bold;
}

.blog_description .blog_date
{
	font-size: 10px;
	color: gray;
	float: right;
}

.blog_description .blog_category
{
	color: gray;
	font-size: 10px;
}

.blog_description .blog_link
{
	font-size: 11px;
}

.blog_description .blog_desc
{
	font-size: 15px;
}

.comment
{
}

.comment_box
{
	background-color: #66CCFF;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
