html {min-height: 100%;}

body
{
   background-color: #333333;
   background-position: left top;
   background-repeat: repeat-x;
   font: 70%/normal Tahoma, Geneva, Arial, Helvetica, sans-serif;
   color: #eee;
}

p {
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:15px;
	margin-left: 0px;
	position: relative;
	height: auto;
	width: 100%;
}

h1
{
	font: 2em;
}

.main
{
	margin: 0 auto;
	margin-top: 20px;
	width: 750px;
	height: 750px;
}

.top
{
	float: left;
	width: 750px;
	height: 100px;
   background-image: url(img/top.png);	
	background-position: left top;
   background-repeat: no-repeat;
	position: relative;
}

.top_cont
{
	width: 680px;
	height: 70px;
   margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	border-bottom-color: #222222;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.title
{
	font-size: 2.5em;
	width: auto;
	margin: 10px 0px 2px 0px;
	padding: 10px;
}

.cont
{
	float: left;
	width: 750px;
	padding: 0px;
	margin: 0px;
	height: auto;
   background-image: url(img/cont.png);	
	background-position: left top;
   background-repeat: repeat-y;
	position: relative;
}

.left
{
	float: left;
	width: 160px;
	height: 100%;
	margin-left: 5px;
}

.left li
{
	background-color: #333333;
	width: 120px;
	margin-left: -10px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #808080;
	border-color: black;	
}

.left li a
{
	font-size: 1.1em;
	display: block;
	padding: 4px 0 4px 5%;
	text-decoration: none;
	width: 114px;
}

.left li a:hover
{
	background-color: #a0a0a0;
}

.main_cont
{
	float: left;
	width: 540px;
	border-left-color: #222222;
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 10px;

}

.article_title
{
	font-size: 1.5em;
	width: auto;
	margin: 10px 0px 2px 0px;
	padding: 5px;
	background-color: #333333;
}

.article
{
	padding: 5px;
	background-color: #333333;
}

.bottom
{
	float: left;
	width: 750px;
	height: 44px;
	margin-bottom: 20px;
   background-image: url(img/bottom.png);	
	background-position: left top;
   background-repeat: no-repeat;
	position: relative;
}

.foot
{
	width: 700px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
}


li
{
   list-style-type: none;
}

a {text-decoration: none;}
A:link {color: #fafafa;}
A:visited {color: #fafafa;}
A:active {color: #fafafa;}
A:hover {color: #fafafa;}

img
{
	border: 0px;
}
