/*2/18/2010 shakeInsult.css*/
*
{
	margin:0;
	padding:0;
}

p
{
	margin-bottom: 5px;
}

h1, h2, h3, h4
{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}


#masthead {
	background-color: #66CCCC;
	padding: 5px 15px;
	font-size:.8em;
}

#sidebar {
	background-color: #FFCC00;
	width: 170px;
	float: left;
	padding:15px;
	font-size:.85em;
}

#maincontent {
	/*background-color: #FF66CC;*/
	width: 800px;
	float: right;
	padding-top: 15px;
	/*margin-right: -100px;*/
}
/*#maincontent img
{ float: left; }*/


#footer {
	background-color: #CCCCCC;
	clear: both;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: .8em;
}
#container {
	background-color: #996699;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#insult {
	background-image: url(../images/speechbubble.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 450px;
	float:right;
	text-align:center;
	padding-top: 50px;
	/*background-color:#33FF33;*/
	margin-right: 80px;	
	margin-top: -90px;	
}

/*#insult h1, #insult h2, #insult h3
{
	color:#FF0000;
}*/

#insult h1 h2 h3
{
	color:#FF0000;
}

#sidebar input
{
	/*color: #FF0000;
	background-color:#FFCC66;*/	
	cursor:pointer;
}

#willControl p
{
	margin-bottom: 0px;
	margin-top: 0px;
}
 
#willControl {
	text-align: center;
	float: left;
}

.warning
{
	font-style: italic;
	font-weight:bold;
	color: #FF0000;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}
body {
	background-color: #999999;
	margin-left: 20px;
	margin-right: 20px;
	font-size:1em;
}
