/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/filmquake_logo_bg.jpg);
	background-position: inherit;
	background-repeat:no-repeat;
}

a:link, a:visited {
	color: #FFCC00;
	text-decoration:none;
	border-bottom:1px dashed #FFCC00;
	}
	
a:hover {
	color: #000000;
	background-color: #FFFF99;
	}

.textBox {
	width: 435px;
	margin: 160px 0 0 35%;
	text-align:left;
	display: block;
	overflow: visible;
	color: #FFFFFF;
	font-size: 1.3em;
	line-height: 1.2em;
	}
	
.projects {
	font-size: 0.8em;
	width: 380px;
	border: solid 1px #999999;
	padding: 0px 20px 10px 20px;
	text-align:left;
	color: #E5E5E5;
	background-color: #191919;
	background-image:url(../images/text_tile.gif);
	background-repeat:repeat;
	}
	
.footer {
	font-size: 0.6em;
	text-align: right;
}
	
.bigFont {
	font-size: 1.1em;
}

.dropcap {
	font-size: 165%;
	color:#FFFF00;
	}
	
.mainimage {
	margin-left: -265px;
	margin-top: 5px;
	clear: right;
	float: left;
	}
