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

