/* CSS Document */ /* 'margin-top' 'margin-right' 'margin-bottom' 'margin-left' */
body {
	margin:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(images/back.jpg) repeat-x;
	background-color:#333333;
	}
#header {
	margin: 0 auto;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	width: 800px;
	height:150px;
	}
		
#video {
	width:auto;
	height:auto;
	}

#page {
	width:750px;
	height:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	padding:20px;
	background-color:#FFFFFF;
	}

#funny {
	width:470px;
	margin: 0 auto;
	background-color:#FFFFFF;
	}

#content {
	float:left;
	width:470px;
	margin-left:25px;
	background-color:#FFFFFF;
	}
	
#side {
	float:right;
	width:160px;
	margin-left:20px;
	margin-right:25px;
	padding:10px 10px 10px 10px;
	background-color:#EDEDED;
	}

#below {
	width:750px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
	
#right {
	width:400px;
	height:auto;
	float:right;
	padding-top:50px;
	}

#footer {
	clear: both;
	height: 200px;
	background-color:#11275A;
	border-top:2px solid #ffffff;
	}
	
#archive {
	margin-top:50px;
	padding: 0px;
	}
	
#links {
	margin-top:40px;
	}
	
#title {
	width:555px;
	margin-left:25px;
	margin-top:10px;
	}
	
.text {
	color:#000000;
	margin-top: 10px;
	}

.line {
	border-bottom-color:#666666;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding: 0px;
	}
	
.oline {
	border-top-color:#666666;
	border-top-style:dotted;
	border-top-width:1px;
	}
	
.link {
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding-bottom:5px;
	}

.foot {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	}

h1 {
	font-family:"Baskerville Old Face";
	font-size:30px;
	margin-bottom:0px;
	}
	
h2 {
	color:#992600;
	font-size:20px;
	font-family:"Book Antiqua";
	}
	
h3 {
	color:#003366;
	font-size:16px;
	margin-top:0px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	}

h4 {
	color:#B3002D;
	font-size:16px;
	font-family:"Book Antiqua";
	}
	
h5 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top:20px;
	}
	
.h7 {
	font-size: 16px;
	}

	
ul {
	margin-top:10px;
	margin-left:0px;
	padding:0px;
	list-style-position:inside;
	list-style-type:disc;
	font-size:15px;
	color:#333333;
	}

li {
	margin-left:0px;
	padding:0px;
	margin: 0px;
	}

.none {
	list-style-type:none;
	}
	
.none1 {
	margin:0;
	list-style-type:none;
	padding:0px;
	}
	
.clear {
	border:none;
	width:30px;
	height:30px;
	margin:5px;
	}

img {
	border: none;
	}

.img {
	width:700px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	margin-left: 25px;
	}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
	text-decoration:none;
	margin:0;
	}
	
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#CC3300;
	text-decoration:underline;
	}
a.tax {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	text-decoration:none;
	margin:0;
	}
	
a.tax:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#CC3300;
	text-decoration:underline;
	}
	
p {
	margin-top:70px;
	color:#8A6700;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
