body {
	font-family: Arial, Helvetica, sans-serif ; 
	font-size: 11px;
	background-color: #EAEAEA;
	color: #373737;
	line-height: 14px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 100%;
}

td {
	font-family: Arial, Helvetica, sans-serif ; 
	font-size: 11px;
	color: #373737;
	line-height: 14px;
}

a:link, a:visited {
	color: #005B7F;
	text-decoration: none;
	}

a:hover, a:active {
	color: #2798C5;
	text-decoration: underline;
	}

img {
	border: 0;
}

p {
	margin: 0 0 13px;
}

input, textarea {
	border: 1px solid #99A4AF;
	padding: 3px 5px;
	font: inherit;
	width: 210px;
	vertical-align: middle;
	margin: 2px 0;
}
textarea {
	width: 300px;
	height: 120px;
}
input#submit {
	width: 80px;
}

#page {
	background: url(images/blog_bg.png) repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	border: 0px;
}

#content {
	margin: 0px 10px;
}

#main_column {
	width: 770px;
	padding: 0px;
	margin: 0px;
}

.padding {
	padding: 2px 16px 10px 16px;
	text-align: left;
}

/* Menu */

#menu {
	height: 30px;
	width: 750px;
	background: #373737;	
	text-align: center;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#menu_left {
	padding: 8px 12px 8px 8px;
	text-align: left;
}


#menu a:link, #menu a:visited {
	color: #fff;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #B0D1EF;
	text-decoration: none;
}

/* Header & Footer */
#header {
	background: url(images/header.jpg) no-repeat center;
	height: 200px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#footer {
	clear: both;
	height: 30px;
	line-height: 30px;
	color: #999;
	background: #373737;	
	text-align: center;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #fff;
}

h2 {
	font-weight: bold;
	font-size: 1.4em;
}

#topnav, .pagination {
	margin: 0 auto;
	text-align: center;
	width: 70%;
}
#topnav {
	border-bottom: 1px solid #99A4AF;
	margin-bottom: 10px;
	padding: 5px 0 10px;
}
	
#entries {
	width: 95%;
	border-collapse: collapse;
	margin: 10px auto;
}
#entries tr.rowcolor1 td {
	background: #EFF7FF;
}
#entries td.meta {
	width: 20%;
	line-height: 1.5;
}
#entries td {
	vertical-align: top;
	padding: 10px;
}
#entries td img {
	vertical-align: bottom;
}
		
span.bold {
	font-weight: bold;
}

/* Form */
#commentform {
	padding: 2px 0px;
	margin-bottom: 18px;
	}

#commentform fieldset {
	border: 0px solid;
	}
	
#commentform input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-color: #CDCDCD #F0F0F0 #F0F0F0 #CDCDCD;
	border: 1px solid;
	background-color: #FAFAFA;
	padding: 2px;
	}
#commentform img	{
	margin-left: 70px;
}
#commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; 
	border-color: #CDCDCD #F0F0F0 #F0F0F0 #CDCDCD;
	border: 1px solid;
	background-color: #FAFAFA;
	overflow:auto;
	padding: 2px;
	}

#commentform label {
	font-size: 1em;
  	display: block;
  	float: left;
  	width: 50px;
	margin-left: 4px;
	margin-right: 10px;
	margin-top: 3px;
	}

#commentform em {
  	margin-left: 5px;
  	font-size: 1em;
  	font-style: normal;
  	color: #CDCDCD;
}

#commentform .button {
  	width: 90px;
  	border-bottom: 1px solid;
	font-size: 1em;
  	margin-left: 70px;
	background-color: #CDCDCD;
}