body 
{ 
	padding: 0; 
	margin: 0; 
	font-size: 12px; 
	font-family: arial; 
	background: #818181;
}

h1, h2, h3, h4, h5
{	font-family: 'Architects Daughter', arial, serif;
	font-weight: 100;
}

h1 {
	font-size: 29px;
	margin: 5px 0px 20px 0px;
	border-bottom: 1px dotted #919191;
}
h2 {
	font-size: 25px;
	margin: 20px 0px 5px 0px;
	border-bottom: 1px dotted #919191;
}

h3 {
	font-size: 21px;
	margin: 20px 0px 5px 0px;
	border-bottom: 1px dotted #919191;
}

h4 {
	font-size: 19px;
	margin: 5px 0px 5px 0px;
}

.tr
{
    COLOR: #CC0000;
}

ol { margin: 10 0 20px 20px; list-style-type: square; }

.tdx { text-align: center; color: #999999; }

.table1 { margin: 0 0 0 0; text-align: left; width: 100%; }
.table1 td { padding: 5px; border: 1px solid #ddd; }
.table1 th { padding: 5px; border: 1px solid #ddd; color: #515151; }

.table_left { margin: 0 20px 0 0; border: 1px solid #efefef; font-size: 10px; }
.table_left td { text-align: center; padding: 10px; color: #4040FF; }
.table_left th { padding: 10px; text-color: #4040FF; }

.table_right { margin: 0 0 0 20px; border: 1px solid #efefef; font-size: 10px; }
.table_right td { text-align: center; padding: 10px; color: #4040FF; }
.table_right th { padding: 10px; text-color: #4040FF; }

a:link, a:active, a:visited 
{ 
	text-decoration: none; 
	color: #4040FF;
}

a:hover
{
	text-decoration: underline;
	color: #305F00;
}

#main
{ 
	width: 780px;
	margin: 0 auto;
}

#header {
	height: 110px;
	background: url(images/header.jpg) repeat-x;
}

#header #right 
{ 
	float: right; 
	text-align: right; 
	width: 450px; 
}

#content {
	background: url(images/content.jpg) repeat-y;
	padding: 100px 40px 20px 40px; 
}

div.content
{ 
	background: url(images/content.jpg) repeat-y;
	padding: 10px 30px 20px 30px;
}

#header h1 {
	font-family: 'Anton', arial, serif;
	margin: 0;
	padding: 20px 0 0 50px;
	font-weight: 100;
	font-size: 35px;
	border: none;
	line-height: 1;
}

#header h1 a { text-decoration: none; color: #fff; }
#header h1 a:hover { text-decoration: none; }

#header h2 { border: none; font-family: 'Architects Daughter', arial, serif; margin: 0; padding: 0 0 0 50px; color: #fff; font-weight: 100; font-size: 17px; }

.companyname 
{	
	font-size: 20px;
	float: left;
}

#banner 
{ 
	background: url("../images/header.jpg") 100% 0 no-repeat; 
	height: 200px; 
	background-color: #CDCDCD;
}

#banner h1 
{ 
	color: #FFF; 
	padding: 40px 0 0 25px; 
	line-height: 120%;
}

#maincontent 
{ 
	clear: both; 
	margin: 10px 0; 	
}


p 
{	
	margin-bottom: 5px; 
	line-height: 130%;
}

ul 
{ 
	margin-bottom: -30px; 
	padding : 0; 
	list-style : none; 
}

#navbar 
{	
	background-color: #50A1F2;
	height: 30px; 
	margin-bottom: 1px;
	
}

#navbar li
{  	
	padding: 8px 14px 2px 14px;
	border-right: 1px solid #FFF;
	float: left; 
	font-weight: bold;
	height: 20px;
}

#navbar li.active
{ 
	background-color: #385900;
}

#navbar li:hover
{
	background-color: #385900;
}

#navbar a:link, #navbar a:active, #navbar a:visited
{ 
	color: #FFF; 
	text-decoration: none;	
	padding: 8px 14px 2px 14px;
}

#footer { 
	background: url(images/footer.jpg) no-repeat;
	padding: 0 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

#footer p { padding: 0; margin: 0; }
#footer a { color: #fff; }
#footer a:hover { border-bottom: 1px dotted #fff; text-decoration: none; }

.footerleft { float: left; }
.footerright { float: right; }

#copyrightarea { background: url(images/copyrightarea.jpg); color: #515151; text-align: right; font-size: 11px; padding: 0 30px; height: 20px; line-height: 20px; }

#play-pause-button{
  font-size: 12px;
  cursor: pointer;
}