body {
	background-color:#FFFFFF;
	font-family:Tahoma;
	color:#282425;
	padding:none;
	margin:none;
	}
img {
	border:none;
	}
	
div.pagecontainer {
	margin:auto;
	width:950px;
	text-align:center
	}
	
div.logo {
	float:left;
	width: 525px;
	}

div.topmenu {
	float: right;
	width: 300px;
	margin-top: 25px;
	margin-right: 20px
	}
	
div.clearall{
	clear:both
	}

div.content{
	float:left;
	width:598px;
	margin-top:20px;
	background-image:url(layout/borderblog_left.png);
	}

div.rightmenu{
	float: right;
	width: 316px;
	margin-top:70px;
	margin-right:20px;
	background-image:url(layout/borderblog_right.png);
	}
	
div.contentpadding {
	padding-left:11px;
	padding-right: 70px;
	margin-bottom: 50px;
	width: 517px;
	text-align:left
	}
div.rightmenupadding {
	padding-left:45px;
	padding-right: 20px;
	margin-bottom: 50px;
	width: 220px;
	text-align:left
	}
div.borderbottom {
	background-image:url(layout/borderbottom_left.png);
	width: 30px;
	float: right;
	margin-right:-70px;
	vertical-align:bottom;
	}
a:link { color: #00acee;text-decoration:none;}
a:active { color: #00acee;text-decoration:none; }
a:visited { color: #00acee;text-decoration:none; }
a:hover { color: #FFFFFF;text-decoration:none; background-color:#00acee; }
h1 {
	font-size:18px;
	color: #00acee;
	margin-bottom:-5px
	}
h2 {
	font-size:14px;
	color: #282425;
	margin-top: 20px
	}
p {
	font-size:11px;
	color:#282425;
	line-height: 22px;
	margin-bottom:5px
	}
p.datetime {
	font-weight:bold;
	letter-spacing:0.1px;
	line-height: 10px;
	}
p.tags{
	text-align:right;
	font-weight:bold;
	}
p.tags a {
	font-style:italic
	}
p.postfooter {
	font-weight:bold;
	}
p.navigation {
	text-align:center;
	color: #282425
	}
hr {
	background-color:#00acee;
	width:100%;
	color: #00acee;
	height: 1px;
	margin-top:15px;
	margin-bottom:30px
	}
ul{
	list-style:none;
	}
	li {
		list-style:none;
		font-size:11px;
		margin-left:-25px;
		margin-bottom:2px;
		margin-top:2px;
		}
input#s {
	border: #00acee solid 1px;
	padding: 2px;
	font-size: 11px;
	color:#282425;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	}
input#s:focus {
	border: #EB008B solid 1px;
	}
textarea {
	border: #00acee solid 1px;
	padding: 2px;
	font-size: 11px;
	color:#282425;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	}
textarea a:focus {
	border: #EB008B solid 1px;
	}
input#searchsubmit {
	border: #00acee solid 1px;
	padding: 1px;
	font-size: 11px;
	color:#282425;
	background-color:#FFFFFF;
	font-weight:bold;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	cursor:pointer;
	}
input#searchsubmit:focus {
	border: #EB008B solid 1px;
	}