@charset "UTF-8";
/* CSS Document */

body{
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size: 10pt ;
	line-height: 17pt ;
	text-transform: lowercase ;
	color: #4b4b4b ;
	background-image: url(../imgs/tileBG.png) ;
}

#container{
	width: 743px ;
	height: auto ;
	margin: 0 auto ;
	padding: 0 30px 50px 30px ;
	background-color: #FFFFFF ;
}

.section{
	padding: 0 0 0 0 ;
}

.section img.nav{
	padding: 0 0 20px 0 ;
}

.section .slickbox{
	padding: 0 0 50px 0 ;
}

a:link , a:active , a:visited , a:hover{
	color: inherit ;
	text-decoration: underline ;
}

/*
form table tr{
	height: 40px ;	
}
*/

form input, textarea{
	margin: 0 0 15px 0 ;
	color: #999 ;
	border: 1px #999 solid ;	
	background-color: #FFF ;
}


form textarea#comment{
	width: 400px ;
	height: 60px ;
}

form input#name{
	width: 400px ;
}

hr{

	height: 1px ;
	margin: 10px 0 0 0 ;
	border: none ;
	background-color: #999 ;
}

p.myComment{
	color: #F7644D ;
	margin: 30px 0 0 0 ;
	font-style: italic ;
}

p.myName{
	font-size: 7pt ;
}

span.myTime{
	margin: 0 0 0 10px ;
	color: #CCC ;
}


/* == SPECIFIC ITEMS == */

#clocks{
	padding: 0 0 50px 0 ;
}

table#phrasesTable{
	width: 800px ;
	line-height: 25px ;
}

table#phrasesTable tr{

}

#captcha{
	margin: 0 0 10px 0 ;
}
