@charset "ISO-8859-1";

@charset "utf-8";


/*-----------------------------------------------------------------------------
Style Sheet 

TaliaCohen.com Style Sheet
version:   1.0
author: Johanna Goodyear

-----------------------------------------------------------------------------*/
/* Basics
-----------------------------------------------------------------------------*/

html, body {
height: 100%;
}

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}
/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 1em 0;
}
/* Class for clearing floats */
.clear {
	clear:both;
}
/* Class for small breaks */
.break {
	height:10px;
}
/* Class for bigger breaks */
.bigBreak {
	height:35px;
}
/* Remove border around linked images */
img {
	border: 0;
}
/* Headers */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#31c3de;
	padding:0;
	margin:0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999999;
	padding:0;
	margin:0;
	font-style: italic;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0B3241;
	padding:0;
	margin:0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
	font-weight:bold;
	padding:0;
	margin:0;
}
/* Links */

a:link {
	text-decoration: none;
	color: #CC0000;
	font-size: 10px;
}
a:visited {
	text-decoration: none;
	color: #990000;
	font-size: 10px;
}
a:active {
	text-decoration: none;
	color: #CC0000;
	font-size: 10px;
}
a:hover {
	text-decoration: underline;
	color: #FF6666;
	font-size: 10px;
}
/* Paragraphs */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#F2F2F2;
	padding:0;
	margin:0;
	line-height: 19px;
}



body {
	height: 100%;
	width: 100%;
	background-color: #020202;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#flashcontent{
	position: absolute;
	top: 70px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

#wrapper {
background-image:url(../_images/black_bg.jpg);
background-repeat:repeat-x;
width:100%;
height:100%;
}

#content {
	width:900px;
	margin: 0 auto;
	height:100%;
	padding-top: 145px;
}

