/* basics */

body {
	background-color: #0099cc;
	font-family: palatino linotype, georgia, arial, times;
	font-size: 8pt;
	margin: 20px;
	}
	
h1 {font-size: 18pt; color:#FF6600; font:Georgia, "Times New Roman", Times, serif}
h2 {font-size: 14pt; color:#333333; font:Georgia, "Times New Roman", Times, serif; font-style:normal}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}

	
/* container */

#container {
	width: 800px;
	height:auto;
	margin: 0 auto;
	padding: 6px;
	background:#0099cc;
	}
	
/* header */
	
#header {
	background: #0099cc url(http://ducktapeimprov.com/images/header.jpg);
	background-repeat:no-repeat;
	background-color: #0099cc;
	width: 800px;
	height: 135px;
	background-position: center;
	float: center;
	}
	
/* menu */
	
#menu {
	background: #FFFFFF;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:100%; 
	height:90px;
	border-top: 0;
}

/* content */

#content {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 20px;
    background: #ffffff;
	padding-top:15px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:30px; 
	width: 700px;
	height:auto
	}

/* footer */
	
#footer {
	background: url(http://www.ducktapeimprov.com/images/bottom-curve.jpg);
	background-color: #0099cc;	
	width: 800px;
	height: 31px;
	background-position: center;
	float: center;
}

#clever {
	background-color: #0099cc;	
	width: 800px;
	height: 19px;
	background-position: right;
	float: right;
}

/* links */

#links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #00ccff;
	height: 40px;
	padding-top:20px;
	text-align: center;
}

a{
	color:#00ccff;
	text-decoration:none;
	border: none;
	}

a:hover{color:#ffcc00;text-decoration: underline; border: none;}



