﻿html,body {
	height:100%;
}

h1, h2, h3, h4 { font-family: Verdana; margin: 0; display: inline; }
h1 { font-size: 14px; }
h2 { font-size: 12px; color: #aaa; }
h3 { font-size: 10px; }
h4 { font-size: 8px; }

a { color:#666666; text-decoration:none; }
a:active { color:#3C4D63; text-decoration:none; }
a:hover { color:#000000; text-decoration:bold; }
a:visited { color:#666666; text-decoration:none; }

body {
	margin:0;
	padding:0;
	text-align:center;
	font-weight:normal;
	text-decoration:none;
	font-style:normal;
	font-size: 62.5%;
	border: none;
	list-style-type: none;
	background-color:#DDDDDD; 	
}

ul,li {
	list-style-type: none;
}

input, textarea, select {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

.container {
	width:794px;
	padding:0;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
}

.roundcont {
	float: left;
	width: 420px;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url('../../images/tr.gif') no-repeat right top;
}

.roundbottom {
	background: url('../../images/br.gif') no-repeat right top;
}

img { border:0; }

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.separate {
	clear:both;
	padding:0;
	height:0;
}

.titlerow {
	float: left;
	margin: 5px 0 0 5px;
	border-bottom: dashed 1px orange;
	width: 500px;
}

.leftcolumn {
	font-size: 11px;
	float: left;
	margin: 7px 0 0 5px;
	width: 100px;
}

.rightcolumn {
	float: left;
	margin: 5px 0 0 0;
	width: 400px;
}

.leftcolumn2 {
	font-size: 10px;
	float: left;
	margin: 9px 0 0 5px;
	width: 150px;
}

.rightcolumn2 {
	float: left;
	margin: 7px 0 0 10px;
	width: 340px;
}

.rightcontent {
	float: left;
	width: 520px;
	font-family: Verdana;
	font-size: 14px;
}

	.rightcontent a{
		color:#666666;
		text-decoration:none;
	}

	.rightcontent a:active {
		color:#3C4D63;
		text-decoration:none;
	}

	.rightcontent a:hover {
		color:#000000;
		text-decoration:bold;
	}

	.rightconten:hover {
		color:#000000;
		text-decoration:bold;
	}

.button1, .button2 {
	float:left;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	cursor: pointer;
	margin:0 0 0 4px;
}

.button1 {
	background-color:#f90;	
	color:#fff;
	border:0px;
	padding: 4px 6px;
}

	.button1:hover {
    	color:#000;
	}

.button2 {
	background-color:#fff;	
	color:#f90;
	border:1px solid black;
	padding: 4px 6px;
}
	.button2:hover { 
        color:#fff;
    	background-color:#f90;
    }

.title1, title2 { float: left; width: 450px; }
.title1 { margin: 6px 0; }
.title2 { margin: 0 0 3px 0; }

.statcounter { }

.videobox { 
    float: left;
    margin: 10px 0 10px 180px;
    width: 460px;
    text-align: center; 
    border: dashed 1px gray; 
    padding: 5px;
}