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

body
{
	background:#585757;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

img
{
	border:none;
}

a
{
	color:white;
	text-decoration:none;
}


p
{
	padding:0px;
	margin:0px;
	line-height:160%
}

#page
{
	width:990px;
	position:absolute;
	left:50%;
	margin-left:-495px;

}

#top
{
	width:990px;
	margin-bottom:20px;
	height:168px;
	background:white
	
}

#logo
{
	width:382px;
	float:left;
	background:white

}


#nav
{
	background:white url(../_images/tear.jpg) right top;
	width:608px;
	float:left;
	height:168px;
}

#navText
{
	margin:90px 0px 0px 190px;
	
}

#navText ul
{
	
}

#navText li
{
	display:inline;
	padding:10px;
	font-size:18px;
	color:#e9e9e9;
}

#navText a
{
}

#navText a:hover
{
	color:#CFC;
}

.currentNav
{
	color:#CFC;
}

#header
{
	background-color:#640b37;
	width:940px;
	min-height:50px;
	color:#e9e9e9;
	font-size:20px;
	padding:20px 20px 20px 30px;
	font-weight:100;
	clear:both;
	margin-bottom:20px;
	text-shadow: 0px 2px 4px #000;
}

#content
{
	width:990px;
	background:white;
	min-height:320px;
}


#content p, #text p
{
	padding:0px 0px 8px 0px
}

#text
{
	width:240px;
	position:absolute;
	left:720px;
	top:340px;
}

#footer
{
	background-color:#2a2929;
	color:#e9e9e9;
	font-size:14px;
	width:950px;
	min-height:26px;
	padding:10px 20px;
	margin-top:20px;
}


.textarea
{
	width:150px;
	height:60px;
}
