﻿html 
{
	height: 100%;
}

body
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: Tahoma;
	font-size: 11pt;
	color: #000;
}

.outer
{
	height: 100%;
	width: 100%;
	margin-bottom: 0px;
	padding: 0 0 0 0;
	background: #fff;
}

.content
{
	height: 100%;
	margin-bottom: 0px;
}

div.logo
{
	background: #fff;
	background-repeat: no-repeat;
	background-image: url("../images/dotnet_blogbook.logo.gif");
	width: 100%;
	height: 80px;
}

div.header
{
	background: #222327;
	position: relative;
	margin-top: 10px;
	width: 100%;
	height: 200px;
	border-bottom: solid 1pt #000;
	text-align: left;
	vertical-align: bottom;
}

div.menu
{
	text-align: left;
	background: #222327;
	padding: 5px 5px 5px 5px;
}

div.menu a
{
	font-family: Tahoma;
	font-size: 12pt;
	color: #fff;
	text-decoration: none;
}

div.menu a:hover
{
	font-family: Tahoma;
	font-size: 12pt;
	color: Orange;
	text-decoration: none;
}

div.right 
{
	float: right;
    width: 290px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #eee;
}

div.rightcontent 
{
	padding: 10pt 10pt 10pt 10pt;
}

div.rightcontent a
{
	color: Orange;
	text-decoration: none;
}

div.rightcontent a:hover
{
	color: Orange;
	text-decoration: underline;
}

div.left 
{
    padding: 10px 10px 10px 10px;
}

div.left a
{
	font-family: Tahoma;
	font-size: 11pt;
	color: #666;
	text-decoration: none;
	border-bottom: 1px dashed Orange;
}

div.left a:hover
{
	font-family: Tahoma;
	font-size: 11pt;
	color: Orange;
	text-decoration: none;
	border-bottom: 0px;
}

h1
{
	font-family: Eurostile;
	font-size: 16pt;
	color: Orange;
	font-style: italic;
}

h2
{
	font-family: Eurostile;
	font-size: 14pt;
	color: Orange;
	font-style: italic;
}

div.clear { clear: both; }

.multitextbox 
{
	width: 450px;
	height: 250px;
}

div.copyright 
{
	font-family: Arial;
	font-size: 10pt;
	color: #888;
	background: #222327;
	padding: 5px 5px 5px 5px;
}

div.copyright a
{
	color: #fff;
	text-decoration: none;
}

div.copyright a:hover
{
	color: #fff;
	text-decoration: none;
}