/** CSS Document **/

* {
	margin: 0px;
	padding: 0px;	
}

#linkToTool {
	position: absolute;
	top: 0;
	left: 0;
	
	margin: 5px;

	color: #eeeeee;
}

#content, .section, img {
	behavior: url('script/iepngfix.htc');
}

body {
	
	background-color: #999;
	
	background-repeat: repeat;
}

img {
	border: 0px;
}

h1 {

	font-size: 25px;
	margin-bottom: 15px;
}

#content {
	
	margin: 0px auto 20px auto;
	
	padding: 0px 0px 20px 0px;
	
	width: 730px;
	height: 100%;
	
	background-image: url('../images/35_transparent_black.png');
	background-repeat: repeat;
}

body > #content {
	width: 730px;
}

#header {
	
	padding: 20px 45px 0px 45px;

	position: relative;
}

.footer {

	color: #FFFFFF;
	font-size: small;
	
	margin-top: 30px;
	text-align: center;

}

a {
	text-decoration: none;
	color: #eeeeee;
}

a:visited {	
	color: #eeeeee;
}

/** sections **/

div.section {
	padding: 20px;
	background-image: url('../images/20_transparent_black.png');
	background-repeat: repeat;
	color: #ffffff;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 25px;
	margin-left: 30px;
}



.section a {
	
	border-bottom: 1px #888888 solid;
}

p, body {
	
	color: #eeeeee;
	font-family: Tahoma, "Trebuchet MS",Helvetica,sans-serif;
}
.section .header {
	
	margin: 0px 0px 15px 0px;
}

.section h2 {
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	font-size: 1em;
	font-style: italic;
	text-align: center;
	margin: 10px 0px;
}

.section p {
	
	margin: 6px 0px 14px 0px;
	
	font-size: 0.75em;
	line-height: 1.5em;
}

.section h3 {
	
	margin: 5px 0px 0px 0px;
	font-size: 0.9em;
}

.section .image {
	
	float: right;
	margin-top: 23px;
	margin-left: 30px;
}

.section .centered_table_cell {
	text-align: center;
	padding: 5px 10px 0px 40px;
}

/* clear sections, in between the normal sections */
div.clear-section {
	margin: 20px 45px 25px 45px;
	
	padding: 0px 20px;
}

div.clear-section p {
	margin: 10px 0px 0px 0px;
	
	font-size: 0.75em;
	font-style: italic;
	line-height: 1.8em;
}

div.clear-section a {
	text-decoration: underline;
}


.clear {
	
	clear: both;
}

#footer {
	margin: -10px 55px 20px 55px;
}

#footer #donateLink {
	float: left;
}

#footer #copyright {
	float: right;
	font-size: 0.9em;
}	

#footer a {
	border-bottom: 1px #888888 solid;
}
	
#randomize_message {
	
	text-align: center;
	margin: 30px auto;
}

#randomize_message p {
	
	font-size: 1em;
}

/* buttons for emphasis */

p.emph-buttons {
	text-align: center; 
	margin: 40px 20px 20px 20px;
	
}

p.emph-buttons a {
	font-size: 1.5em;
	border: 1px solid #888888;
	padding: 4px 8px;
	background-color: #333333;
	
	-moz-border-bottom: 10px;
	-webkit-border-radius: 10px;
}

p.emph-buttons a:hover {
	
	border: 1px solid #888888;
	
	background-color: #CCCCCC;
	color: #333333;
	
}

/* style for movie */

.movie-float {
    float: right;
	margin-left: 15px;
}
