﻿html { 
overflow: scroll; 
} 
body 
{
	font-family:arial;
	font-size:12px;
	color:#333;
	background-color:#f5f5f5;
}
h1
{
	font-size:150%;
}
h2
{
	font-size:100%;
}

a 
{
	text-decoration:none;	
	color:blue;
}

a:hover 
{
	text-decoration:underline;	
}
#menu
{
	width:100%;
}

#menu a 
{
	text-decoration:none;	
	color:#333;
}

#menu a:hover 
{
	text-decoration:underline;	
}
#container
{
	width:800px;
	margin:0 auto;
	height:100%;
	background-color:#fff;
	border:solid 1px #DDDDDD;
}
/*#header
{
	height:100px;
	background-image: url(../images/top.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:5px 0px 0px 5px;
}*/
#header
{
	height:100px;
	padding:5px 0px 0px 5px;
}
#content
{
	width:100%;
	display:table;
	
}
/*#contentwrapper
{
	padding:10px;
	background-image: url(../images/bottom.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}*/
#contentwrapper
{
	padding:10px;
}
#footer
{
	height:20px;
	width:800px;
	margin:0 auto;
	text-align:right;
	color:#666;
	font-size:10px;
	padding:5px;
}

p a 
{
	text-decoration:none;	
	color:blue;
}

p a:hover 
{
	text-decoration:underline;	
}
