
body 
{
	margin: 0px; 
	padding: 0px; 
	border: 0px;
	font-family : Arial,sans-serif;
}

div
{
   	margin: 0px; 
    	padding: 0px; 
	border: 0px;
}

img
{
	border-style: none;
}

table.two {
   border: 5px solid;
   border-radius: 13px;
   border-collapse:separate;
   border-spacing:0px 15px;
   border-color: #82CAFF;
   background-color: #eee;	
}

tr.b {
  border-style:solid; 
  border-spacing:50px; 
  border-color:solid white
  padding:0px;
}

table
{
	background-color: #eee;
	border-collapse: collapse;
	border-width: 0px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

td
{
	padding: 5px;
}

th
{
	padding: 5px;
	text-align:left;
	background-color: #ddd;
}

li {
margin-top: .5em;
margin-bottom: .5em;
}

h3
{
color: gray;
padding-top: 10px;
padding-bottom: 0px;
}

#title
{
	top : 10px;
	left : 20px;
	overflow : hidden;
	position : relative;
	color : #000000;
	font-family : Arial,sans-serif;
	font-size : 60px;
	width : 100%;
	text-align: center;
}

#title a
{
	color : #000000;
	text-decoration : none;
}

#subtitle
{
    top: 2px;
	left : 20px;
	overflow : hidden;
	position : relative;
	color : #575756;
	font-family : Arial,sans-serif;
	font-size : 16px;
	margin-top : 0;
	width : 100%;
}

#subtitle a
{
	color : #575756;
	text-decoration : none;
}

#navbardiv 
{
	top : 20px;
	position : relative;
	width: 100%;
	height : 30px;
	background-color : #fff;
	text-align: center
}

#navbar
{
	width : 600px;
	height : 30px;
	position : relative;
	display : inline-table;
	list-style : none;
	margin : 0;
	padding : 0;
	table-layout : fixed;
}

#navbar li
{
	background-color : #555;
	display : table-cell;
}

#navbar li a
{
	background : #eee;
	color : black;
	float : left;
	font-family : Arial,sans-serif;
	font-weight:bold;
	font-size : 13px;
	height : 100%;
	line-height : 30px;
	text-align : center;
	text-decoration : none;
	white-space : nowrap;
	width : 100.000%;
	border-left : 1px solid white;
	border-right : 1px solid white;
}

#navbar li a:hover
{
	background : black;
	color : white;
}

#footer
{
	top: 20px;
	height : 60px;
	overflow : hidden;
	position : relative;
	width : 100%;
	background-color : #555;
	border-color : #555;
	border-style : solid;
	text-align: center;
	font-family : Arial,sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#main
{
	min-width: 800px;
	max-width: 900px;
	min-height: 500px;
	padding-left: 40px;
	padding-right: 40px; 
	position : relative;
	margin:0 auto; 
	border-left : 2px solid #eee;
	border-right : 2px solid #eee;
}

#cover
{
	min-width: 800px;
	max-width: 1400px;
	max-height: 350px;
	color: #fff; 
	margin: 0px auto;
	overflow: hidden;
}

#content
{
	min-width: 800px;
	max-width: 900px;
	position : relative;
	margin:0 auto; 
	padding-left: 40px;
	padding-right: 40px; 
	padding-top: 20px;
	padding-bottom: 20px; 
}

#block_left
{
	float:left; 
	margin-right:10px;
}

#block_right
{
	padding: 5px 5px 5px 5px;
}

#block_clear
{
	clear: both
}





