/* My style sheet for Janken Worksheet */

BODY	{ 	text-align: center; background-color: #FFFFFF;
	}

.clear { clear: both; margin: 0; padding: 0; line-height: 0; height: 1px;}

#myfont		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}

#container1	{
			margin-left: auto; 
			margin-right: auto;
			width: 642px;
			height: 950px;
			min-height: 950px;
			max-height: 950px;
			border: 2px solid #666;
			-moz-border-radius: 20px;
			-webkit-border-radius: 20px;
			-khtml-border-radius: 20px;
			border-radius: 2px;
		}

#table_of_phrases	{
			width: 100%;
		}
		
#table_of_phrases table {
			width: 580px;
			font-family: Comic Sans MS, sans-serif; 
			font-size: 12pt;
}

.cell		{
			text-align: center;
			line-height: 50pt;
			border-style: solid;
			border-width: 2px;
			border-color: #AAAAAA;
			padding: 4px;
		}

#start	{
	padding-top: 30px;
		}

#finish	{

		}

#imagepos {
	margin: 20px;
}

#imagepos #title { 
	float: left;
}
		
#imagepos #rockpaperscissors { 
	float: right;
}

#imagepos #instructions {
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}

#footer	{
	padding: 0 20px 20px 20px;
	margin-left: auto;
	margin-right: auto;
}

#footer	#boy	{
	float: left;
		}
		
#footer	#mrsperkins	{
	padding-top: 40px;
		}

#footer	#girl	{
	float: right;
		}
